# KiteEndpoints.ai - Hyperliquid Meta

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

Fetches metadata from the Hyperliquid decentralized perpetuals exchange, such as available markets, asset info, and trading parameters.

## Facts

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

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-96c2d36b -d '<json body>'
```

Example prompt: Can you pull the current metadata from Hyperliquid — like what perpetual markets are listed and their trading parameters?

## When to prefer this

Use this endpoint when you need to programmatically discover what perpetual markets and assets are available on Hyperliquid, or need exchange-level configuration metadata for trading logic, without directly integrating with the Hyperliquid API yourself.

## Known failure modes

- Hyperliquid API unavailable or rate-limited — upstream error propagated
- Malformed response from Hyperliquid — partial or empty result object
- Payment not processed — 402 response requiring USDC on Base
- Timeout if Hyperliquid is experiencing latency

## 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 metadata about the Hyperliquid exchange, including available perpetual markets, supported assets, and trading configuration details such as tick sizes, lot sizes, or funding parameters.

## 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-96c2d36b/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)
