跳轉到主要內容
GET
/
api
/
market-data
/
market
/
status
獲取市場狀態
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
      }
    ]
  }
}

授權

x-api-key
string
header
必填

在帳戶設置中生成的 Financial Context key。請以 x-api-key: <key> 形式發送。

回應

市場狀態

status
object