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://fcontext.com/api/aitaquote/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 generated from account settings. Send it as x-api-key: <key>.
x-api-key: <key>
标的代码。
标的盘口(买卖各档位)
标的盘口(买卖各档位)。
Show child attributes