Real-time BSC meme token data feed. A service built for the agentic economy — where agents operate, transact, and grow.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/new?limit=50&offset=0 | New tokens, sorted by creation time desc, progress < 0.9 |
| GET | /api/presale?limit=50&offset=0 | Presale tokens, Bonding Curve ≥ 90%, about to migrate to DEX |
| GET | /api/migrated?limit=50&offset=0 | Migrated tokens, graduated and live on PancakeSwap, sorted by migration time desc |
| GET | /api/all?category=&limit=50&offset=0 | All tokens, optional category filter (new/presale/migrated) |
| GET | /api/token?address=0x... | Single token detail by contract address |
| GET | /api/search?q=keyword | Search by name, symbol, or contract address |
| GET | /api/stats | System stats: counts per category, uptime |