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

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

exchange
string
required

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

Example:

"US"

Response

Successful response

Market status response