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.alphafeed.org/v1/depth \ --header 'X-API-Key: <api-key>'
{ "data": { "ask_prices": [ 123 ], "ask_volumes": [ 123 ], "bid_prices": [ 123 ], "bid_volumes": [ 123 ], "symbol": "<string>", "timestamp": 123 } }
获取单个标的的 Level-2 盘口数据(5档买卖价格和数量)。
在请求头 X-API-Key 中传递 API Key
标的代码(如 600000.SH、AAPL.US、00700.HK)
600000.SH
AAPL.US
00700.HK
市场深度数据
五档盘口数据
Show child attributes