cURL
curl --request GET \ --url https://whitebit.com/api/v4/public/time
{ "time": 1631451591 }
The endpoint retrieves the current server time.
The API caches the response for 1 second
Rate limit 2000 requests/10 sec.
Successful response
Unix timestamp in seconds
1631451591
Was this page helpful?