How hard to lean into a BTC DCA budget now
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
345 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://data.rcqsignals.com/v1/fetch/btc-dca-indicator
| Category | Everything else |
|---|---|
| Provider host | data.rcqsignals.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 345 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {},
"type": "http"
}
Promised output schema (from the provider)
{
"$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"
}