# Hyperliquid /info Proxy via VIBE

> Hyperliquid /info Proxy via VIBE is a paid API for AI agents from api.vibe.airforce, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Proxies read-only queries to the Hyperliquid /info endpoint, enabling access to market data such as mid prices, order books, and trading info.

## Facts

- Endpoint: POST https://api.vibe.airforce/api/x402/vibe-tools/hyperliquid/info
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-vibe-airforce-0252074f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kpJvzznQMw8eR008vnz3L

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 api-vibe-airforce-0252074f -d '<json body>'
```

Example prompt: Can you fetch the current mid prices for all assets on Hyperliquid using the allMids info query?

## When to prefer this

Use this endpoint when you need read-only access to Hyperliquid market data (mid prices, order books, funding rates, metadata) without directly integrating with Hyperliquid's API — especially in contexts where x402 micropayment-gated API access is preferred or required.

## Known failure modes

- Invalid or unsupported Hyperliquid query type returns an error response
- Malformed request body causes a 400-level error
- Hyperliquid upstream unavailability causes a 502/503 error
- Payment not included or insufficient USDC results in 402 Payment Required
- Rate limiting or quota exceeded returns a 429 error

## How this service works

Top Picks: AI-verified smart money tokens every 30 min. 6-dimension scores, one-sentence thesis, smart money flow data. Plus 50+ crypto-data endpoints via x402 USDC on Base. No API keys, no accounts.

## Output

Returns the raw Hyperliquid /info API response corresponding to the request type sent — e.g. a map of asset symbols to mid prices for 'allMids', L2 order book snapshots for 'l2Book', or market metadata for 'meta'.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "body"
 ],
 "properties": {
  "body": {
   "type": "object",
   "description": "Hyperliquid /info request body (e.g., {'type': 'allMids'})"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-vibe-airforce-0252074f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.vibe.airforce](https://www.zero.xyz/host/api.vibe.airforce/llms.txt)
