Skip to main content
GET
/
api
/
market-data
/
market
/
status
Get 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
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

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

Response

Market status

status
object