$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-spreads5
Calls / 30d
4
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
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 -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
0x65e3e64935ea709bdf1119e1fc991299c04c0154USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from Fablerlabs & similar services
Fablerlabs · Scan Secrets
x402.fablerlabs.com
Scan text for accidentally-committed secrets (API keys, tokens, private keys) before you publish it.
Kronos Crypto Data & Forecasts · Liquidations BTC
kronossignals.com
Forward liquidation cluster map + recent prints for all 17 crypto assets. Part A: estimated liq price levels for 5x/10x/25x/50x leverage bands, modeled from open interest and mark price — no new upstream source. Part B: real liquidation prints from OKX public API (no auth). Returns cluster map, nearest_long/short clusters, squeeze_bias, and honest disclaimers. Supports BTC/ETH/SOL/BNB/XRP/DOGE/ADA/AVAX/LINK/DOT/LTC/TRX/BCH/ATOM/NEAR/APT/HYPE-USD. Pay-per-call via x402.
svm402-service · Price
svm402.com
Current price and liquidity data for a Solana token given its mint address, sourced from Jupiter and Helius. Call this for a quick, cheap market quote when you do not need the full analysis. — $0.01 USDC