Skip to main content
GET
/
api
/
v4
/
public
/
ping
Server Status
curl --request GET \
  --url https://whitebit.com/api/v4/public/ping
[
  "pong"
]

Response

200 - application/json

Successful response

Health-check token. The value "pong" confirms the API server is operational.

Example:
["pong"]