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:

FieldTypeDescription
volume_lookbacknumberUSD volume in lookback window
flow_scorenumber-1 (all sell) to 1 (all buy)
volatilitystring"low", "medium", or "high"
price_nonumberNO 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.