cURL
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": {} }
使用 POST 方法批量查询,可支持更多标的,不受 URL 长度限制。
实时行情批量查询请求体
标的代码列表
["600000.SH", "000001.SZ", "AAPL.US"]
查询成功
实时行情响应
行情数据,以标的代码为键
Show child attributes