Structured market digest for any of the 16 supported crypto assets
Structured market digest for any of the 16 supported crypto assets. Deterministic composite from live signals: derivatives (funding, basis, OI), market regime, 30d realized volatility, fear-greed index, and ML forecast probability (BTC/ETH/SOL only). Single-call 'start here' bundle for autonomous agents. $0.02 USDC via x402. Live track record at /api/stats: ~54% directional hit, ~70% in-range over 15k+ scored forecasts — measured on served predictions, not a backtest.
20000 (raw units)
price
3
calls / 30d
3
unique payers
2026-09-07
updated
Provider
kronossignals.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x36038e1d712c5e39f35952164ec58ec2b96caee7",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"pathParams": {},
"queryParams": {
"asset": "string (e.g. btc, eth, sol)"
},
"type": "http"
},
"output": {
"example": {
"as_of": "2026-01-01T00:00:00.000Z",
"asset": "BTC-USD",
"caveats": [
"Not financial advice. Informational only."
],
"disclaimer": "Informational only. Not financial advice. Past signals do not guarantee future results.",
"drivers": [
{
"interpretation": "Positive funding rate — longs paying shorts, mild bullish bias",
"name": "funding_rate",
"value": 0.0001
},
{
"interpretation": "Positive basis (0.0150%) — futures premium over spot",
"name": "basis",
"value": 0.00015
},
{
"interpretation": "Regime: breakout — breakout",
"name": "regime",
"value": "breakout"
},
{
"interpretation": "30d annualized realized volatility: 45.2% (normal)",
"name": "realized_vol_30d",
"value": 0.452
},
{
"interpretation": "Fear & Greed 72 (Greed) — elevated sentiment",
"name": "fear_greed",
"value": 72
},
{
"interpretation": "Kronos model: 64% calibrated upside probability over 24h (model_type: kronos_ml)",
"name": "up_prob_calibrated",
"value": 0.64
}
],
"forecast_note": "up_prob_calibrated is the preferred metric (PAV-isotonic calibrated). up_prob_raw is the model's uncalibrated directional probability.",
"forecast_ref": "/api/v1/forecast/btc",
"regime": "breakout",
"thesis": "BTC shows positive funding (0.0100%); positive basis (0.0150%); breakout regime; 30d vol 45.2% (normal); fear-greed 72 (Greed); model assigns 64% upside probability over 24h horizon.",
"up_prob_calibrated": 0.64,
"up_prob_raw": 0.72
},
"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": {
"asset": {
"description": "Asset slug — btc, eth, sol, bnb, xrp, etc.",
"type": "string"
}
},
"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/digest/eth" # -> 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/digest/eth");
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/digest/eth")
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/417.json, and this resource appears in /discovery/resources and /discovery/search.