# Blockbuster.ai Hyperliquid Meta

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

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

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/hyperliquid-meta
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-hyperliquid-meta-609cf4a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jBjF3gnqqvbwA0lTl-8jW

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 blockbuster-ai-hyperliquid-meta-609cf4a5 -d '<json body>'
```

Example prompt: What markets and trading parameters are currently available on Hyperliquid? I want to see the full exchange metadata including all supported assets and their specs.

## When to prefer this

Use this endpoint when you need structured metadata about the Hyperliquid DEX ecosystem — such as available perp markets, asset IDs, or exchange configuration — and want to pay per-call via x402 micropayments on Base without managing a separate Hyperliquid API integration.

## Known failure modes

- Upstream Hyperliquid API unavailable — returns error in data object
- Invalid or missing query parameter — may return empty or malformed response
- Payment not processed — x402 micropayment rejected, endpoint not called
- Rate limiting or quota exceeded on the aggregation layer

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a JSON object containing Hyperliquid exchange metadata, including available perpetual markets, asset specifications, leverage limits, tick sizes, and other trading parameters.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-hyperliquid-meta-609cf4a5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
