跳转到主要内容
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