Cross-asset macro fragility scored 0-100 across BTC, JPY carry, risk-off and rates channel
Cross-asset macro fragility scored 0-100 across BTC, JPY carry, risk-off and rates channels, with BOJ/FOMC/CPI/NFP proximity as context. Ed25519-signed. Descriptive, not a directional signal.
30000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-23
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": "30000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"as_of": "2026-08-20T00:00:00Z",
"attribution": "This product uses the FRED API but is not endorsed or certified by the Federal Reserve Bank of St. Louis.",
"channels": {
"btc_fragility": 59.62,
"cross_asset_risk_off": 57.59,
"jpy_carry_stress": 23.2,
"rates_stress": 31.48
},
"collected_at": "2026-08-20T04:23:00.000Z",
"core_score": 43.97,
"core_state": "GUARDED",
"data_quality": {
"available_components": 9,
"degraded_channels": [],
"expected_components": 9,
"missing_components": [],
"stale": false,
"status": "GOOD"
},
"disclaimer": "Descriptive macro-risk intelligence. Not a directional trading signal.",
"effective_state": "GUARDED",
"event_context": [],
"event_sensitivity": "LOW",
"freshness": {
"as_of": "2026-08-20T00:00:00Z",
"collection_cadence": "every 4 hours",
"observation_age_days": 3,
"publication_lag_note": "USDJPY comes from the Federal Reserve H.10 release, which publishes WEEKLY, so as_of typically trails the current date. Read observation_age_days.",
"scored_on": "the most recent date on which all four channels are computable"
},
"license": "RCQ-DATA-1.0; attribution required, no redistribution",
"methodology": {
"core_version": "v1",
"event_overlay_version": "v1.1"
},
"oracle": "rcq.macro.event_risk.v1",
"product": "RCQ Macro Event Risk Surface",
"provenance": {
"alg": "ed25519",
"public_key": "4bc079775b77a6498b91185f9e5fded294a58463a07c96b74a8c27b9b3f8879d"
},
"top_drivers": [
{
"channel": "btc_fragility",
"driver": "BTC intraday-range stress",
"stress_score": 89.87,
"weighted_importance": 26.96
}
],
"version": "v1.1"
},
"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": {
"format": "date-time",
"type": "string"
},
"attribution": {
"description": "FRED attribution notice",
"type": "string"
},
"audit": {
"description": "Validation provenance for the frozen study",
"type": "object"
},
"channels": {
"description": "Four frozen channel stress scores, 0-100",
"type": "object"
},
"collected_at": {
"description": "When this snapshot was computed, as distinct from the observation date",
"format": "date-time",
"type": "string"
},
"core_score": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"core_state": {
"enum": [
"LOW",
"GUARDED",
"ELEVATED",
"HIGH",
"EXTREME"
],
"type": "string"
},
"data_quality": {
"description": "Component availability, degradation and staleness",
"type": "object"
},
"disclaimer": {
"type": "string"
},
"effective_state": {
"description": "Core state annotated with event context; the numeric score is unchanged",
"type": "string"
},
"event_context": {
"description": "Tracked BOJ/FOMC/CPI/NFP events within 7 days",
"type": "array"
},
"event_sensitivity": {
"enum": [
"LOW",
"MEDIUM",
"HIGH"
],
"type": "string"
},
"freshness": {
"description": "Observation age, collection cadence and the upstream publication-lag disclosure",
"type": "object"
},
"license": {
"type": "string"
},
"methodology": {
"type": "object"
},
"oracle": {
"type": "string"
},
"product": {
"type": "string"
},
"provenance": {
"type": "object"
},
"top_drivers": {
"description": "Highest weighted component contributions",
"type": "array"
},
"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/macro-event-risk" # -> 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/macro-event-risk");
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/macro-event-risk")
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/4854.json, and this resource appears in /discovery/resources and /discovery/search.