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

# Server Status

`GET /api/v4/public/ping`

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>

## Response `200`

Successful response

- string[]

---

[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)
