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/status \ --header 'x-api-key: <api-key>'
{ "status": { "marketTime": [ { "market": 123, "tradeStatus": 123, "timestamp": "<string>", "delayTradeStatus": 123 } ] } }
獲取每個市場當前的開盤/收盤狀態。
在帳戶設置中生成的 Financial Context key。請以 x-api-key: <key> 形式發送。
x-api-key: <key>
市場狀態
Show child attributes