v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
Public API V4

Server Status

The endpoint checks API availability by returning a simple health-check response. Use the endpoint to verify network connectivity and confirm the API server is reachable. A successful response contains the string "pong". 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 health-check response is generated per request and is not cached. </Note> <Warning> Rate limit 2000 requests/10 sec. </Warning>
get/api/v4/public/ping

Response

Successful response

string[] required

Example response

[
  "pong"
]