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/market/trading_session \ --header 'x-api-key: <api-key>'
{ "sessions": [ { "market": 123, "tradeSessions": [ { "begTime": "<string>", "endTime": "<string>", "tradeSession": 123 } ] } ] }
지원되는 모든 시장의 오늘 거래 세션을 가져옵니다.
계정 설정에서 생성한 Financial Context key입니다. x-api-key: <key>로 전송하세요.
x-api-key: <key>
거래 세션
Show child attributes