$0.03
per call · USD Coin on Base
BTC perpetual funding normalized across four independent venues (Bitnomial, OKX, Hyperliquid, dYdX) into one hourly surface: per-venue rates, dispersion, z-scores, regime state. Ed25519-signed. Data, not investment advice.
Endpoint
GET https://data.rcqsignals.com/v1/fetch/btc-funding-surface2
Calls / 30d
2
Unique payers / 30d
Aug 22
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://data.rcqsignals.com/v1/fetch/btc-funding-surface", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://data.rcqsignals.com/v1/fetch/btc-funding-surface" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"disclaimer": "Data, not investment advice.",
"dispersion_change_8h": 0.0000021,
"dispersion_z_30d": 0.61,
"freshness": {
"as_of": "2026-08-19T14:00:00.000Z",
"cadence": "hourly",
"venue_interval_note": "no imputation beyond each venue's native funding interval"
},
"full_4venue_flag": true,
"license": "RCQ-DATA-1.0; attribution required, no redistribution",
"median_change_24h": -0.000004,
"median_change_8h": 0.000012,
"median_z_30d": 1.42,
"negative_share": 0,
"normalization_version": "1.1.0",
"oracle": "rcq.btc.funding_surface.v1",
"positive_share": 1,
"provenance": {
"alg": "ed25519",
"public_key": "4bc079775b77a6498b91185f9e5fded294a58463a07c96b74a8c27b9b3f8879d"
},
"regime_state": "LONG_CROWDING",
"same_sign_share": 1,
"spread_z_30d": 0.88,
"status": "ok",
"surface_mad": 0.0000135,
"surface_max": 0.000131,
"surface_mean": 0.000107,
"surface_median": 0.000105,
"surface_min": 0.000087,
"surface_skew": 0.31,
"surface_spread": 0.000044,
"surface_std": 0.0000186,
"timestamp": "2026-08-19T14:00:00.000Z",
"venue_count": 4,
"venues": {
"bitnomial": 0.000112,
"dydx": 0.000087,
"hyperliquid": 0.000131,
"okx": 0.000098
}
}Payment details
0x510d1c21788166b0a39f83796bf624e006849690USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Market Data and the homepage with a featured placement.
More from RC Quantum Data Oracle & similar services
RC Quantum Data Oracle · Fetch BTC Funding Regime
data.rcqsignals.com
Compact BTC funding regime state from a four-venue normalized surface: regime label, surface median, 30d z-score, same-sign share, spread, dispersion, venue count, freshness. Ed25519-signed. Data, not advice.
RC Quantum Data Oracle · Fetch BTC Intel
data.rcqsignals.com
Hourly Ed25519-signed BTC market-state intel: directional bias with conviction, regime label and score, technical levels (EMA20/50, ATR, RSI, 7D/30D), and 72h large on-chain transfer activity. Data, not advice.
RC Quantum Data Oracle · Fetch Monthly
data.rcqsignals.com
Cryptographically-signed Bitcoin trading-performance data you can verify: an 18-month monthly P/L, win-rate, and cumulative-return series from the RC Quantum algorithm's live-parallel shadow — real exchange fills, Ed25519-proofed.