# x402 Alert Hyperliquid Financial Data API

> x402 Alert Hyperliquid Financial Data API is a paid API for AI agents from x402-alert.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Fetches Hyperliquid decentralized exchange market data, paying per-call via USDC on Base using the x402 protocol

## Facts

- Endpoint: POST https://x402-alert.vercel.app/api/hyperliquid
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-alert-hyperliquid-financial-data-api-298977a8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P5nJOawZ7vUScrzCi4HA8

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 x402-alert-hyperliquid-financial-data-api-298977a8 -d '<json body>'
```

Example prompt: Can you pull the latest market data from Hyperliquid for BTC perpetuals, including current price and funding rate?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time Hyperliquid DEX data (prices, funding rates, open interest, liquidations) and want to pay per-call with USDC on Base via x402 without managing API keys or subscriptions. Ideal for AI agents that need on-demand financial data from Hyperliquid without a long-term service commitment.

## Known failure modes

- Insufficient USDC balance for x402 payment — payment rejected
- Invalid or malformed request body — API returns error
- Hyperliquid API upstream outage — downstream 502 or timeout
- Missing required query parameters — empty or error result
- Rate limiting if too many requests are sent in quick succession

## How this service works

14 paid financial API endpoints. Pay with USDC on Base using x402 protocol.

## Output

Returns a result object containing Hyperliquid exchange data such as market prices, funding rates, open interest, order book depth, liquidations, or other financial metrics depending on the query parameters submitted.

## 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/x402-alert-hyperliquid-financial-data-api-298977a8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-alert.vercel.app](https://www.zero.xyz/host/x402-alert.vercel.app/llms.txt)
