Skip to main content
GET
/
v1
/
perps
/
health
curl https://api.yield.xyz/v1/perps/health \
  -H "x-api-key: your_api_key"

Documentation Index

Fetch the complete documentation index at: https://yieldxyz.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Health Check

Returns the health status of the Perps API.
curl https://api.yield.xyz/v1/perps/health \
  -H "x-api-key: your_api_key"

Response

{
  "status": "healthy",
  "providers": {
    "hyperliquid": "healthy",
    "dydx": "healthy"
  }
}