跳转到主要内容
GET
/
v1
/
depth
/
batch
批量获取市场深度(五档行情)
curl --request GET \
  --url https://api.quantdash.net/v1/depth/batch \
  --header 'X-API-Key: <api-key>'
{
  "data": {}
}

授权

X-API-Key
string
header
必填

在请求头 X-API-Key 中传递 API Key

查询参数

symbols
string
必填

标的代码,逗号分隔(如 600000.SH,000001.SZ,AAPL.US

响应

批量市场深度数据

以标的代码为 key 的市场深度数据字典

data
object
必填