GET
/
sapi
/
v1
/
time
curl --request GET \
  --url https://openapi.odyssey.trade/sapi/v1/time
{
  "timezone": "<string>",
  "serverTime": 123
}

Response

200 - application/json
Successful Response

An object that contains information about the time zone and the current timestamp.

timezone
string
required
serverTime
integer
required