Skip to main content
GET
/
v1
/
chart
/
time
Get Server Time
curl --request GET \
  --url https://api.aries.com/v1/chart/time \
  --header 'Authorization: Bearer <token>'
"1704067200000"

Authorizations

Authorization
string
header
required

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

Response

Current server time retrieved successfully

Unix timestamp in milliseconds

Example:

"1704067200000"