Skip to main content
GET
/
api
/
aitaquote
/
market
/
status
获取市场状态
curl --request GET \
  --url https://fcontext.com/api/aitaquote/market/status \
  --header 'x-api-key: <api-key>'
{
  "status": {
    "marketTime": [
      {
        "market": 123,
        "tradeStatus": 123,
        "timestamp": "<string>",
        "delayTradeStatus": 123
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Response

市场状态

status
object