$2
per call · USD Coin on Base
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.
Endpoint
GET https://data.rcqsignals.com/v1/fetch/monthly2
Calls / 30d
1
Unique payers / 30d
Aug 13
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/monthly", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://data.rcqsignals.com/v1/fetch/monthly" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"as_of": "2026-08-09T16:30:00Z",
"coverage": {
"basis": "live-parallel shadow (isolated clone of production)",
"execution": "real exchange fills (realized)",
"from": "2025-03-01",
"to": "2026-08-09"
},
"license": "RCQ-DATA-1.0; no redistribution; internal research use",
"product": "rcq.btc.monthly.v1",
"provenance": {
"alg": "ed25519",
"public_key": "4bc079775b77a6498b91185f9e5fded294a58463a07c96b74a8c27b9b3f8879d"
},
"record_count": 18,
"records": [
{
"avg_pl_usd": 58.87,
"cumulative_pl_usd": 51123.8,
"month": "2026-08",
"total_pl_usd": 765.33,
"trades": 13,
"win_rate_pct": 53.85
}
]
}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 BTC Funding Surface
data.rcqsignals.com
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.