Signals
Trending markets
Ranked feed of the hottest markets by composite heat score.
GET /hot
Ranked trending markets feed. Returns the hottest markets by composite heat score. See Response Format for the shared fields.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | 1-50 | 10 | Number of markets to return |
category | string | — | Filter by tag (e.g. "crypto", "politics") |
min_volume | number | 0 | Minimum 24h USD volume |
curl -H "x-api-key: YOUR_KEY" \
"https://api.scanna.xyz/hot?limit=10&min_volume=5000"