Skip to main content
GET
/
stats
curl -H "Authorization: Bearer YOUR_KEY_HERE" \
  https://polychadsbot.xyz/api/v1/stats
{
  "total_alerts": 14205,
  "alerts_today": 241,
  "avg_signal_today": 68.2,
  "clusters_today": 14,
  "win_rate": 0.58,
  "total_resolved": 4820,
  "total_won": 2795
}
Curious about how active Polymarket insiders are right now? This endpoint returns the raw numbers on everything our engine has tracked today (resetting at UTC midnight).
This endpoint requires an API key, but it does not consume rate limits and accepts keys from any tier.
curl -H "Authorization: Bearer YOUR_KEY_HERE" \
  https://polychadsbot.xyz/api/v1/stats
{
  "total_alerts": 14205,
  "alerts_today": 241,
  "avg_signal_today": 68.2,
  "clusters_today": 14,
  "win_rate": 0.58,
  "total_resolved": 4820,
  "total_won": 2795
}

Response Breakdown

FieldTypeDescription
total_alertsintegerThe all-time number of suspicious trades tracked in our database.
alerts_todayintegerHow many alerts have fired since UTC midnight.
avg_signal_todayfloatThe average Signal Score (0-100) of today’s alerts. High numbers mean heavy insider conviction today.
clusters_todayintegerHow many times we caught multiple fresh wallets coordinating buys simultaneously.
win_ratefloatThe historical success rate (e.g., 0.58 = 58%) of alerts where the market has fully resolved.
total_resolvedintegerOf all the markets we’ve issued alerts for, how many have definitively closed.
total_wonintegerOf those resolved markets, how many times the alerted trade was correct.

Authorizations

Authorization
string
header
required

Your API key — get one from @chadsapibot on Telegram

Response

200 - application/json

Stats object

total_alerts
integer
alerts_today
integer
avg_signal_today
number
clusters_today
integer
win_rate
number
total_resolved
integer
total_won
integer