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