$0.05
per call · USD Coin on Base
How hard to lean into a BTC DCA budget now: a 0-9 accumulation score plus LIGHT/BASE/ACCELERATE/AGGRESSIVE state and intensity multiplier, from trend, momentum and mean-reversion. Ed25519-signed. Not advice.
Endpoint
GET https://data.rcqsignals.com/v1/fetch/btc-dca-indicator1
Calls / 30d
1
Unique payers / 30d
Aug 30
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-dca-indicator", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://data.rcqsignals.com/v1/fetch/btc-dca-indicator" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"as_of": "2026-08-28T00:00:00Z",
"asset": "BTC-USD",
"collected_at": "2026-08-29T09:00:00.000Z",
"data_quality": {
"closed_bars_used": 1199,
"scored_bar": "2026-08-28",
"scored_bar_age_days": 1,
"source": "Coinbase BTC-USD daily candles",
"stale": false,
"status": "GOOD"
},
"dca_score": 6,
"dca_state": "ACCELERATE",
"disclaimer": "Systematic Bitcoin accumulation context. Not individualized investment advice.",
"evidence": {
"classification": "STRONG_HISTORICAL_ACCUMULATION_EDGE",
"forward_validation_active": true,
"historical_30d_rank_ic": 0.2545,
"historical_cost_basis_advantage_pct": 3.1535,
"historical_equal_capital_btc_advantage_pct": 3.2561,
"historical_positive_blocks": "4/4",
"significance_note": "Family-wise block-permutation p-values did not reach significance, so this is a historical accumulation edge under forward validation, not proven predictive alpha."
},
"intensity_multiplier": 1.5,
"methodology": {
"indicator_version": "v1",
"score_version": "v1",
"timescale": "daily"
},
"oracle": "rcq.btc.dca_indicator.v1",
"price_usd": 90847.54,
"product": "RCQ BTC DCA Indicator",
"provenance": {
"alg": "ed25519",
"public_key": "4bc079775b77a6498b91185f9e5fded294a58463a07c96b74a8c27b9b3f8879d"
},
"regime": {
"trend": "UPTREND",
"volatility": "LOW"
},
"score_drivers": [
{
"active": true,
"name": "rsi_below_buy"
},
{
"active": true,
"name": "price_below_ema20"
},
{
"active": true,
"name": "recent_stabilization"
}
],
"score_max": 9,
"signals": {
"ema20": 91004.12,
"ema200": 87466.74,
"ema50": 89402.3,
"macd_histogram": -111.09,
"recent_stabilization": true,
"rsi14": 38.42,
"z_score": -1.21
},
"version": "v1.0"
}Payment details
0x510d1c21788166b0a39f83796bf624e006849690USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain 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.