Third-party bots can read Bonker launch data from the public JSON API. The machine-readable OpenAPI spec lives at /api/spec.
Rate limits
- Global API — 100 requests per minute across
/api/* - Token detail — 30 requests per minute for
GET /api/tokens/:addressbecause it can trigger RPC-backed enrichment - Image generation — 1 request per 10 seconds for
POST /api/generate-image
Common reads
| GET /api/tokens | Paginated token discovery with page, limit, search, sort, and creator filters |
| GET /api/tokens/:address | One indexed token with market data and on-chain feature enrichment |
| GET /api/presales | Presale listings, optionally filtered by status |
| GET /api/presales/:id | One presale detail record |
| GET /api/stats | Landing-page aggregate launch, market, and transfer counters |
| GET /api/health | Server health, poller state, and uptime |