Skip to main content
POST
/
api
/
v1
/
quotes
批量查询实时行情
curl --request POST \
  --url https://market-api.argox.tech/api/v1/quotes \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "symbols": [
    "600000.SH",
    "000001.SZ",
    "AAPL.US"
  ]
}
'
{
  "data": {}
}

Authorizations

x-api-key
string
header
required

Body

application/json

实时行情批量查询请求体

symbols
string[]
required

标的代码列表

Example:
["600000.SH", "000001.SZ", "AAPL.US"]

Response

查询成功

实时行情响应

data
object
required

行情数据,以标的代码为键