> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blockrush.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Health

> Check the health status of the current API endpoint.

## Request

### Endpoint:

<Badge color="green">GET</Badge> <Badge color="green">POST</Badge> `/health`

### Parameters:

*None*

## Response

<ResponseField name="result" type="string" required>
  Fixed as "OK" to indicate the endpoint is available
</ResponseField>

<RequestExample dropdown>
  ```shell Request(cURL) theme={null}
    curl --request GET \
      --url http://ny.rpc.blockrush.io/health
  ```
</RequestExample>

<ResponseExample>
  ```plaintext Response (200) theme={null}
  ok
  ```
</ResponseExample>
