Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.quantdash.net/v1/depth/batch \ --header 'X-API-Key: <api-key>'
{ "data": {} }
一次请求获取多个标的盘口数据(5档买卖价格和数量)。
在请求头 X-API-Key 中传递 API Key
标的代码,逗号分隔(如 600000.SH,000001.SZ,AAPL.US)
600000.SH,000001.SZ,AAPL.US
批量市场深度数据
以标的代码为 key 的市场深度数据字典
Show child attributes