---
title: "Server Time"
method: GET
path: "/api/v4/public/time"
tags: ["Public API V4"]
---

# Server Time

`GET /api/v4/public/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>

## Response `200`

Successful response

- object
  - `time` integer — Unix timestamp in seconds

---

[API](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4.md) · [All operations](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whitebit/whitebit-private-http-api-v4/revisions/76c9def9942f/schema)
