# KiteEndpoints.ai - Hyperliquid API

> KiteEndpoints.ai - Hyperliquid API is a paid API for AI agents from kite-endpoints.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 data, order book, positions, or trade information

## Facts

- Endpoint: POST https://kite-endpoints.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-3f0a46d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8bYRkC1tyWUhwE1EXMvhN

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-3f0a46d2 -d '<json body>'
```

Example prompt: Pull the current order book and funding rates for BTC perpetuals from Hyperliquid so I can see where the market is sitting right now.

## When to prefer this

Choose this endpoint when you need access to Hyperliquid perpetuals exchange data — such as order books, funding rates, positions, or trade history — and want to pay per request in USDC without managing your own Hyperliquid API integration. Prefer this over direct Hyperliquid API calls when operating in a pay-per-use agent environment on Base chain.

## Known failure modes

- Invalid or malformed request payload returns an error in the result field
- Hyperliquid API downtime or rate limiting causes failed responses
- Unsupported endpoint or method in the proxied request results in an error
- Payment failure (insufficient USDC) blocks the request before it reaches Hyperliquid
- Network timeout if Hyperliquid's infrastructure is slow

## 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 JSON object with a 'result' field containing the Hyperliquid API response, which may include market data such as order book levels, funding rates, open positions, trade history, or asset statistics depending on the request payload.

## 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-3f0a46d2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
