v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
Public API V4

Server Time

The endpoint retrieves the current server time as a Unix timestamp. Use the response to synchronize local clocks before generating HMAC signatures for authenticated requests. The endpoint takes no parameters and has no request-validation errors; it returns HTTP 200 on success and fails only at the infrastructure level (see the API description).

<Note> The server time is computed per request and is not cached. </Note> <Warning> Rate limit 2000 requests/10 sec. </Warning>
get/api/v4/public/time

Response

Successful response

timeinteger

Unix timestamp in seconds

Example response

{
  "time": 1631451591
}