> For the complete documentation index, see [llms.txt](https://docs.xrpscan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xrpscan.com/api-documentation/health/ping.md).

# Ping

This endpoint retrieves API service health status.

## Request

{% tabs %}
{% tab title="GET" %}

```
GET /api/v1/ping
```

{% endtab %}
{% endtabs %}

## Example

{% tabs %}
{% tab title="curl" %}

```
curl https://api.xrpscan.com/api/v1/ping
```

{% endtab %}
{% endtabs %}

## Response

{% tabs %}
{% tab title="JSON" %}

```json
{
  "status": "OK"
}
```

{% endtab %}
{% endtabs %}
