GET
/
fapi
/
v1
/
time
curl --request GET \
  --url https://futuresopenapi.odyssey.trade/fapi/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