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://openapi.fcontext.com/api/market-data/quote/depth \ --header 'x-api-key: <api-key>'
{ "depth": { "asks": [ { "position": 123, "price": "<string>", "volume": "<string>", "orderNum": 123 } ], "bids": [ { "position": 123, "price": "<string>", "volume": "<string>", "orderNum": 123 } ] } }
在帳戶設置中生成的 Financial Context key。請以 x-api-key: <key> 形式發送。
x-api-key: <key>
證券標的。
市場深度(買賣盤檔位)
市場深度(買賣盤檔位)。
Show child attributes