Skip to main content
GET
Where is the smart money flowing? This endpoint aggregates our entire alert feed into three distinct leaderboard lists: Most Alerts, Highest Signal Score, and Biggest Trades.
This endpoint is completely public. No API key is required, making it incredibly easy to pull down into front-end dashboards.
string
default:"24h"
The time window to look back. Valid options: 1h, 6h, 24h, 7d, 30d.
integer
default:"10"
Maximum items to return per leaderboard list (1–25).
string
Isolate to a specific category: crypto, politics, world, tech, finance, pop_culture, other.

What you get back

We return three arrays of market data, each sorted by a different core metric:

Try it out

Authorizations

Authorization
string
header
required

Your API key — get one from @chadsapibot on Telegram

Query Parameters

period
enum<string>
default:24h

Time window

Available options:
1h,
6h,
24h,
7d,
30d
limit
integer
default:10

Max items per list

Required range: 1 <= x <= 25
category
enum<string>

Filter by category

Available options:
crypto,
politics,
world,
tech,
finance,
pop_culture,
other

Response

200 - application/json

Three ranked lists of hot markets

period
string
most_alerts
object[]
highest_signal
object[]
biggest_trades
object[]