# KiteEndpoints.ai - Hyperliquid Meta

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

Retrieves metadata about the Hyperliquid decentralized perpetuals exchange, including trading pairs, market info, and protocol configuration.

## Facts

- Endpoint: POST https://kite-solana.vercel.app/api/hyperliquid-meta
- Price: $0.11/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-meta-c146decc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LTjVGD9fPHGtzCsDX4Boh

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-meta-c146decc -d '<json body>'
```

Example prompt: Can you pull the metadata for the Hyperliquid perpetuals exchange — I want to see what trading pairs and asset specs are available right now?

## When to prefer this

Use this endpoint when you need programmatic, pay-per-request access to Hyperliquid exchange metadata without managing your own Hyperliquid RPC connection. Ideal for agents or apps that occasionally need exchange config rather than maintaining a persistent WebSocket to Hyperliquid directly. The USDC micropayment model suits low-frequency metadata lookups.

## Known failure modes

- Upstream Hyperliquid API unavailable — returns error or empty result
- Payment not received or USDC transaction failed — request rejected
- Malformed request body — API returns 400-level error
- Rate limiting or quota exceeded on the KiteEndpoints proxy
- Stale or cached metadata if Hyperliquid updates exchange config

## 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 containing Hyperliquid exchange metadata, including available perpetual trading pairs, asset specifications, margin parameters, tick sizes, and other protocol-level configuration details.

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