GET STARTED
Telegram & API
Alerts in your chat
Open Stonk Radar Alerts and tap Start. Use /setup to choose your alert rules and links, or pause alerts from the bot’s controls. You can also add the bot to a group. The website and Telegram are free.
API access
Want to build something with Stonk Radar? Message @sokol_eth for an invite-only API key.
curl 'https://api.stonkradar.fun/v1/pairings?pageSize=20' \ -H 'Authorization: Bearer YOUR_API_KEY'
Keep your key on your server, not in browser code or URLs.
GET /v1/pairings— pairing directory.GET /v1/pairings/:quoteMint/tokens?sort=marketCap&dir=desc&page=1— runners. Sort by marketCap, volume, change, or launched.GET /v1/tokens/:mint?quoteMint=…&pool=…— an exact pool snapshot.GET /v1/alerts— public alert history.
Lists return items, page, pageSize, total, totalPages, and generatedAt. Maximum page size is 100. Default access is 60 requests per minute, 10,000 per day, and three concurrent requests. Keys can be limited to specific endpoints. A 429 response includes Retry-After; wait before trying again.
A note on freshness
Active views are checked frequently and share updates. Upstream providers can lag. Freshness includes the provider, fetchedAt, cacheAgeSeconds, and sourceAt when known. A recent fetch is not proof of a recent trade. Unknown values remain null. Some inventories and rankings have partial coverage.
This is an early, free API with no uptime or freshness SLA. No trading, account data, or private Telegram information is exposed.