Skip to main content
GET
/
v1
/
market
/
status
Get Market Status
curl --request GET \
  --url https://api.aries.com/v1/market/status \
  --header 'Authorization: Bearer <token>'
{
  "exchange": "US",
  "timezone": "America/New_York",
  "isOpen": false,
  "session": "",
  "timestamp": 1765526940
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

exchange
string

Exchange code (e.g. US, TO, L).

Response

200 - application/json

Successful response

exchange
string
required

Exchange code (e.g., US, TO, L)

timezone
string
required

Timezone of the exchange (e.g., America/New_York)

isOpen
boolean
required

Whether the market is currently open for trading

timestamp
integer<int64>
required

Unix timestamp of the status data

session
string

Current trading session (pre-market, regular, after-hours, or empty if closed)