# KiteEndpoints.ai - Hyperliquid API

> KiteEndpoints.ai - Hyperliquid API is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.13/call, status unknown (last checked 2026-09-15).

Proxies requests to the Hyperliquid decentralized perpetuals exchange API, returning market and account data

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/hyperliquid
- Price: $0.13/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-hyperliquid-api-eeb6ae61
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_weAHkI6zMV_YsGhuJYww2

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability kiteendpoints-ai-hyperliquid-api-eeb6ae61 -d '<json body>'
```

Example prompt: Can you pull the current funding rates and open interest for BTC perpetuals on Hyperliquid?

## When to prefer this

Use this endpoint when you need to access Hyperliquid decentralized perpetuals exchange data and want to pay per request with USDC on Base chain via x402, without managing your own Hyperliquid API integration.

## Known failure modes

- Invalid or malformed request payload returns an error result
- Hyperliquid API downtime causes upstream failure
- Missing required fields in the request body returns a generic error
- Rate limiting or payment failure via x402 results in 402 response

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing Hyperliquid exchange data such as market prices, funding rates, order book snapshots, account positions, or trading statistics depending on the query payload sent.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-hyperliquid-api-eeb6ae61/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
