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