Skip to main content
GET
/
stats
curl -H "Authorization: Bearer YOUR_KEY" \
  https://polychadsbot.xyz/api/v1/stats
{
  "total_alerts": 2226,
  "alerts_today": 183,
  "avg_signal_today": 59.2,
  "clusters_today": 0,
  "win_rate": 0.0,
  "total_resolved": 0,
  "total_won": 0
}
curl -H "Authorization: Bearer YOUR_KEY" \
  https://polychadsbot.xyz/api/v1/stats
{
  "total_alerts": 2226,
  "alerts_today": 183,
  "avg_signal_today": 59.2,
  "clusters_today": 0,
  "win_rate": 0.0,
  "total_resolved": 0,
  "total_won": 0
}
FieldTypeDescription
total_alertsintAll-time alert count
alerts_todayintToday’s alerts (UTC)
avg_signal_todayfloatMean signal score today
clusters_todayintCluster alerts today
win_ratefloat% of resolved alerts that won
total_resolvedintMarkets that resolved
total_wonintTrades that hit

Authorizations

Authorization
string
header
required

Your API key — get one from @alrerat 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