How hard to lean into a BTC DCA budget now: a 0-9 accumulation score plus LIGHT/BASE/ACCEL
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.
50000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-30
updated
Provider
data.rcqsignals.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x510d1c21788166b0a39f83796bf624e006849690",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "50000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"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"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"as_of": {
"description": "The last CLOSED UTC daily bar that was scored",
"format": "date-time",
"type": "string"
},
"asset": {
"type": "string"
},
"audit": {
"description": "Parity provenance and the documented timescale deviation",
"type": "object"
},
"collected_at": {
"format": "date-time",
"type": "string"
},
"data_quality": {
"description": "Source, staleness, bar age and window depth",
"type": "object"
},
"dca_score": {
"maximum": 9,
"minimum": 0,
"type": "integer"
},
"dca_state": {
"enum": [
"LIGHT",
"BASE",
"ACCELERATE",
"AGGRESSIVE"
],
"type": "string"
},
"disclaimer": {
"type": "string"
},
"evidence": {
"description": "Historical study metrics, shipped with their significance caveat",
"type": "object"
},
"freshness": {
"type": "object"
},
"intensity_multiplier": {
"enum": [
0.5,
1,
1.5,
2
],
"type": "number"
},
"license": {
"type": "string"
},
"methodology": {
"type": "object"
},
"oracle": {
"type": "string"
},
"price_usd": {
"type": "number"
},
"product": {
"type": "string"
},
"provenance": {
"type": "object"
},
"regime": {
"description": "Descriptive trend and volatility context; not scored components",
"type": "object"
},
"score_drivers": {
"description": "All nine frozen drivers with their active flag",
"type": "array"
},
"score_max": {
"type": "integer"
},
"signals": {
"description": "The indicator values behind the score",
"type": "object"
},
"thresholds": {
"description": "The frozen RSI and z-score thresholds",
"type": "object"
},
"version": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://data.rcqsignals.com/v1/fetch/btc-dca-indicator" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://data.rcqsignals.com/v1/fetch/btc-dca-indicator");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://data.rcqsignals.com/v1/fetch/btc-dca-indicator")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/4853.json, and this resource appears in /discovery/resources and /discovery/search.