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

# Health Check

> Check Perps API health

## Health Check

Returns the health status of the Perps API.

<RequestExample>
  ```bash cURL theme={null}
  curl https://api.yield.xyz/v1/perps/health \
    -H "x-api-key: your_api_key"
  ```
</RequestExample>

## Response

```json theme={null}
{
  "status": "healthy",
  "providers": {
    "hyperliquid": "healthy",
    "dydx": "healthy"
  }
}
```
