# Hyperliquid Funding Rate Arbitrage Scanner

> Hyperliquid Funding Rate Arbitrage Scanner is a paid API for AI agents from hl-funding.api.klymax402.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Identifies coins on Hyperliquid with extreme positive or negative funding rates that present arbitrage opportunities

## Facts

- Endpoint: GET https://hl-funding.api.klymax402.com/api/arb
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hyperliquid-funding-rate-arbitrage-scanner-e223faea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pdcXtpXE5c8UiFRiHfXIJ

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 hyperliquid-funding-rate-arbitrage-scanner-e223faea
```

Example prompt: Can you scan Hyperliquid for funding rate arbitrage opportunities right now — show me all coins with an absolute funding rate above 0.05% per 8 hours?

## When to prefer this

Use this endpoint when you need a quick, filtered scan of Hyperliquid perpetual markets for funding rate arbitrage opportunities with a configurable threshold. It is purpose-built for Hyperliquid and returns pre-filtered results, saving you from pulling all funding rate data and filtering manually. Prefer this over general crypto data APIs when your focus is specifically on Hyperliquid funding arb screening.

## Known failure modes

- No coins meet the threshold (empty result set when threshold is set too high)
- Invalid threshold value type causes a 400-level error
- Hyperliquid data feed unavailable leading to stale or missing data
- Rate limiting if called too frequently
- Payment failure via x402 protocol preventing access

## How this service works

Find funding rate arbitrage opportunities -- coins with extreme positive or negative rates

## Output

Returns a list of coins on Hyperliquid whose absolute funding rate meets or exceeds the specified threshold, including coin symbol and funding rate values, sorted or filtered to highlight the most extreme positive or negative rates suitable for arbitrage.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "threshold": {
   "type": "number",
   "description": "Minimum absolute funding rate to qualify as an arb opportunity. Default: 0.0001 (0.01% per 8h, ~36% annualized). Lower values return more results."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hyperliquid-funding-rate-arbitrage-scanner-e223faea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hl-funding.api.klymax402.com](https://www.zero.xyz/host/hl-funding.api.klymax402.com/llms.txt)
