Composite market briefing: BTC/ETH/SOL ML forecasts (1h horizon), Crypto Fear & Greed Inde
Composite market briefing: BTC/ETH/SOL ML forecasts (1h horizon), Crypto Fear & Greed Index, TradFi macro context (VIX/DXY/US 10Y yield/S&P 500/gold), and top funding-rate extremes (|z|≥2 screened across 16 perpetual markets) — all in one round-trip. Saves 4+ separate paid calls. Per-section available flags for graceful degradation. $0.10 USDC via x402. Live track record at /api/stats: ~54% hit over 15k+ scored forecasts, not a backtest.
100000 (raw units)
price
3
calls / 30d
3
unique payers
2026-09-16
updated
Provider
kronossignals.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x36038e1d712c5e39f35952164ec58ec2b96caee7",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "100000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"pathParams": {},
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"disclaimer": "Composite briefing assembled from: Kronos-base ML model (forecasts), alternative.me (Fear & Greed), stooq.com / Yahoo Finance (macro), and Kronos market_signals / Bybit (funding extremes). Informational only, not financial advice.",
"forecasts": {
"BTC": {
"available": true,
"direction": "up",
"expected_close": 107620,
"horizon": "1h",
"probability": 0.67,
"range_high": 108700,
"range_low": 106300
},
"ETH": {
"available": true,
"direction": "up",
"expected_close": 3520,
"horizon": "1h",
"probability": 0.58,
"range_high": 3590,
"range_low": 3450
},
"SOL": {
"available": true,
"direction": "down",
"expected_close": 148,
"horizon": "1h",
"probability": 0.44,
"range_high": 152,
"range_low": 145
}
},
"funding_extremes": {
"available": true,
"extremes_count": 1,
"items": [
{
"asset": "BTC-USD",
"captured_at": "2026-01-01T00:00:00.000Z",
"classification": "extreme",
"data_age_seconds": 300,
"funding_rate": 0.003,
"funding_rate_annualized": 3.285,
"rank": 1,
"short": "BTC",
"stale": false,
"z_score": 2.8
}
],
"no_extremes_message": null
},
"generated_at": "2026-01-01T00:05:00.000Z",
"macro": {
"available": true,
"dxy": {
"source": "stooq.com",
"unavailable": false,
"value": 104.2
},
"gold": {
"source": "stooq.com",
"unavailable": false,
"value": 2325
},
"spx": {
"source": "stooq.com",
"unavailable": false,
"value": 5488
},
"us_10y_yield": {
"source": "stooq.com",
"unavailable": false,
"value": 4.31
},
"vix": {
"source": "stooq.com",
"unavailable": false,
"value": 16.8
}
},
"sentiment": {
"available": true,
"fear_greed": {
"timestamp": "1751443200",
"value": 75,
"value_classification": "Greed"
}
},
"usage_hint": "One-call composite briefing: BTC/ETH/SOL ML forecasts, Fear & Greed, macro (VIX/DXY/SPX/gold), top funding extremes."
},
"example_kind": "illustrative_schema_only",
"example_note": "Placeholder values and timestamps, not market data.",
"type": "json"
}
},
"routeTemplate": ":var1",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://kronossignals.com/api/v1/briefing" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://kronossignals.com/api/v1/briefing");
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://kronossignals.com/api/v1/briefing")
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/400.json, and this resource appears in /discovery/resources and /discovery/search.