F

Fablerlabs · Market Funding Spreads

by Fablerlabs

GETBase

$0.001

per call · USD Coin on Base

Compare current perpetual funding rates across Binance, Bybit, Hyperliquid, and, for single-symbol requests, OKX. Returns interval-normalized annualized rates, gross cross-venue spreads, source status, mark prices when available, and funding timestamps. Optional symbol query; no symbol returns the ten widest current spreads. Market data only, not financial advice.

Endpoint

GET https://x402.fablerlabs.com/market/funding-spreads

5

Calls / 30d

4

Unique payers / 30d

Sep 8

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://x402.fablerlabs.com/market/funding-spreads", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://x402.fablerlabs.com/market/funding-spreads?symbol=BTC" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "as_of": "2026-07-10T13:00:00.000Z",
  "requested_symbol": "BTC",
  "scope": "Current public perpetual-market snapshot; not financial advice.",
  "sources": [
    {
      "markets": 1,
      "status": "ok",
      "venue": "binance"
    },
    {
      "markets": 1,
      "status": "ok",
      "venue": "bybit"
    },
    {
      "markets": 1,
      "status": "ok",
      "venue": "hyperliquid"
    },
    {
      "markets": 1,
      "status": "ok",
      "venue": "okx"
    }
  ],
  "spreads": [
    {
      "gross_annualized_spread_pct": 8.2125,
      "highest_rate_venue": "bybit",
      "lowest_rate_venue": "hyperliquid",
      "symbol": "BTC",
      "venues": [
        {
          "annualized_rate_pct": 10.95,
          "funding_interval_hours": 1,
          "funding_rate": 0.0000125,
          "funding_rate_pct": 0.00125,
          "mark_price_usd": 64355,
          "next_funding_at": null,
          "symbol": "BTC",
          "venue": "hyperliquid"
        }
      ]
    }
  ]
}

Payment details

Pay to0x65e3e64935ea709bdf1119e1fc991299c04c0154
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from Fablerlabs & similar services