Hourly Ed25519-signed BTC market-state intel
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.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.05listed price per call
n/aprice 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-intel
| Category | Market data |
|---|---|
| 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
We never call tools that send, buy, move money or file anything, not even without paying.
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": {
"format": "date-time",
"type": "string"
},
"bias": {
"properties": {
"conviction": {
"enum": [
"Low",
"Moderate",
"High"
],
"type": "string"
},
"direction": {
"enum": [
"Bullish",
"Neutral",
"Bearish"
],
"type": "string"
},
"regime_label": {
"enum": [
"Risk-On",
"Neutral",
"Risk-Off"
],
"type": "string"
},
"regime_score": {
"type": "number"
},
"summary": {
"type": "string"
},
"trend_strength": {
"type": "string"
},
"vol_regime": {
"type": "string"
}
},
"type": "object"
},
"disclaimer": {
"type": "string"
},
"levels": {
"properties": {
"atr14": {
"type": "number"
},
"atr_pct": {
"type": "number"
},
"ema20": {
"type": "number"
},
"ema50": {
"type": "number"
},
"ema_spread_pct": {
"type": "number"
},
"ret_30d_pct": {
"type": "number"
},
"ret_7d_pct": {
"type": "number"
},
"rsi14": {
"type": "number"
},
"rsi_state": {
"type": "string"
},
"spot_usd": {
"type": "number"
},
"vol_24h_usd": {
"type": "number"
}
},
"type": "object"
},
"license": {
"type": "string"
},
"product": {
"type": "string"
},
"provenance": {
"type": "object"
},
"staleness": {
"type": "object"
},
"whale_transfers": {
"description": "Large on-chain BTC transfer activity. This source carries no direction or venue data, so no exchange inflow/outflow or net-flow figure is reported.",
"properties": {
"available": {
"type": "boolean"
},
"largest_transfer_btc": {
"type": [
"number",
"null"
]
},
"measures": {
"type": "string"
},
"median_transfer_btc": {
"type": [
"number",
"null"
]
},
"min_btc": {
"type": "number"
},
"min_usd": {
"type": "number"
},
"source_age_hours": {
"type": [
"integer",
"null"
]
},
"source_last_seen": {
"format": "date-time",
"type": [
"string",
"null"
]
},
"source_stale": {
"description": "true when the upstream tracker has not written for over 24h",
"type": [
"boolean",
"null"
]
},
"total_btc_moved": {
"type": [
"number",
"null"
]
},
"total_usd_moved": {
"type": [
"number",
"null"
]
},
"transfer_count": {
"type": "integer"
},
"transfers": {
"items": {
"properties": {
"btc": {
"type": "number"
},
"observed_at": {
"format": "date-time",
"type": "string"
},
"usd": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
},
"window_hours": {
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
},