cURL
curl --request GET \ --url https://whitebit.com/api/v4/public/ping
[ "pong" ]
The endpoint retrieves the current API life-state.
The API caches the response for 1 second
Rate limit 2000 requests/10 sec.
Successful response
["pong"]
Was this page helpful?