Signals
Market heat
Full single-market signal analysis.
POST /heat
Single-market deep dive — full signal analysis for one market.
curl -X POST \
-H "x-api-key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"market_id": "0xfb1835...", "lookback_minutes": 60}' \
"https://api.scanna.xyz/heat"Returns everything from /hot plus:
| Field | Type | Description |
|---|---|---|
volume_lookback | number | USD volume in lookback window |
flow_score | number | -1 (all sell) to 1 (all buy) |
volatility | string | "low", "medium", or "high" |
price_no | number | NO outcome price (0-1) |
Note
POST /heat is the most compute-heavy endpoint and carries an extra per-route
rate cap on top of the global limit.