Compact BTC funding regime state from a four-venue normalized surface
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
688 msmedian answer time
$0.01listed price per call
$0.01price 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-funding-regime
| Category | Everything else |
|---|---|
| Provider host | data.rcqsignals.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 9 from 5 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.01 | 688 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": {
"disclaimer": {
"type": "string"
},
"dispersion_z_30d": {
"type": "number"
},
"freshness": {
"type": "object"
},
"full_4venue_flag": {
"type": "boolean"
},
"median_z_30d": {
"type": "number"
},
"oracle": {
"type": "string"
},
"provenance": {
"type": "object"
},
"regime_state": {
"enum": [
"LONG_CROWDING",
"SHORT_CROWDING",
"CROSS_VENUE_DISLOCATION",
"REGIME_SHIFT",
"NEUTRAL"
],
"type": "string"
},
"same_sign_share": {
"type": "number"
},
"surface_median": {
"type": "number"
},
"surface_spread": {
"type": "number"
},
"timestamp": {
"format": "date-time",
"type": "string"
},
"venue_count": {
"type": "integer"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}