Documentation

Technical reference for the Bonker token factory.

Public API

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/:address because it can trigger RPC-backed enrichment
  • Image generation — 1 request per 10 seconds for POST /api/generate-image

Common reads

GET /api/tokensPaginated token discovery with page, limit, search, sort, and creator filters
GET /api/tokens/:addressOne indexed token with market data and on-chain feature enrichment
GET /api/presalesPresale listings, optionally filtered by status
GET /api/presales/:idOne presale detail record
GET /api/statsLanding-page aggregate launch, market, and transfer counters
GET /api/healthServer health, poller state, and uptime