Skip to main content
GET
/
api
/
v1
/
exchanges
/
{exchange}
/
symbols
获取交易所的标的列表
curl --request GET \
  --url https://market-api.argox.tech/api/v1/exchanges/{exchange}/symbols \
  --header 'x-api-key: <api-key>'
{
  "count": 1,
  "data": [
    "<string>"
  ],
  "exchange": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

exchange
string
required

交易所代码,如 SH、SZ、BJ、US、HK

Response

查询成功

交易所标的列表响应

count
integer
required

标的数量

Required range: x >= 0
data
string[]
required

标的代码列表

exchange
string
required

交易所代码