Skip to main content
POST
/
api
/
v1
/
symbols
批量查询标的元数据
curl --request POST \
  --url https://market-api.argox.tech/api/v1/symbols \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "symbols": [
    "<string>"
  ]
}
'
{
  "data": [
    {
      "code": "<string>",
      "exchange": "<string>",
      "region": "<string>",
      "symbol": "<string>",
      "ext": "<unknown>",
      "list_date": 123,
      "name": "<string>",
      "symbol_type": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Body

application/json

批量查询标的元数据请求体

symbols
string[]
required

标的代码列表

Response

查询成功

标的元数据响应

data
object[]
required

标的元数据列表