# Perp Funding Rates Aggregator (Binance/Bybit/Hyperliquid)

> Perp Funding Rates Aggregator (Binance/Bybit/Hyperliquid) is a paid API for AI agents from aniccanomac-mini-1.tail7a0ba4.ts.net:10000, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Returns normalized 8h-equivalent perpetual funding rates across Binance, Bybit, and Hyperliquid, plus cross-exchange divergence as annualized basis points for top-20 arbitrage signals.

## Facts

- Endpoint: GET https://aniccanomac-mini-1.tail7a0ba4.ts.net:10000/funding-rates
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/perp-funding-rates-aggregator-binance-bybit-hyperliquid-9b46ae2e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__l61AQKeUyMKisP-Rrf1R

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 perp-funding-rates-aggregator-binance-bybit-hyperliquid-9b46ae2e
```

Example prompt: Can you pull the current perpetual funding rates for BTC across Binance, Bybit, and Hyperliquid, normalized to 8-hour equivalent, and show me the cross-exchange divergence in annualized basis points?

## When to prefer this

Choose this endpoint when you need a unified, normalized view of perpetual funding rates across multiple major CEX and DEX venues (Binance, Bybit, Hyperliquid) in a single call, especially for funding rate arbitrage screening. Prefer over single-exchange APIs when cross-exchange divergence or arbitrage signal ranking is the primary goal.

## Known failure modes

- Invalid or unsupported symbol returns empty or error JSON
- Exchange data unavailable due to upstream API outage causes partial or missing exchange data
- Rate limit or payment failure (x402) returns 402 Payment Required
- Stale data served from 60-second cache if upstream exchanges are delayed

## How this service works

Live web search (keyless — no Exa/API account needed, we pay upstream) and real-time cross-exchange crypto funding-rate data + arbitrage signals, paid per call in USDC on Base via x402. For AI agents that need live data without holding any API keys.

## Output

A JSON object containing per-symbol (or all symbols) perpetual funding rates from Binance, Bybit, and Hyperliquid, each normalized to an 8h-equivalent rate, along with cross-exchange divergence expressed as annualized basis points and a top-20 ranked list of arbitrage signals highlighting the largest spreads between exchanges.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {
      "symbol": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/perp-funding-rates-aggregator-binance-bybit-hyperliquid-9b46ae2e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aniccanomac-mini-1.tail7a0ba4.ts.net:10000](https://www.zero.xyz/host/aniccanomac-mini-1.tail7a0ba4.ts.net%3A10000/llms.txt)
