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