API docs
Public, read-only JSON endpoints for bots, dashboards and integrations. No key needed. Base URL: https://justcook.fun
| GET | /api/tokens?sort=marketCap|newest|volume|progress&q=&status=&category=&page= | List coins with live market data |
| GET | /api/tokens/{mint} | One coin |
| GET | /api/tokens/{mint}/trades | Trade history (from chain) |
| GET | /api/tokens/{mint}/holders | Top holders |
| GET | /api/tokens/{mint}/rewards | Fee module: pot, fees collected, payout history |
| GET | /api/activity | Latest trades across all coins |
| GET | /api/pairs | Supported pairs with prices |
| GET | /api/meta/{mint} | Token metadata JSON (on-chain URI) |
| GET | /api/img/{mint} | Logo |
| GET | /api/platform | Platform config, tax tiers |
Responses are JSON: { data: … } on success, { error: { message } } on failure. Please keep polling to one request per 10 seconds per endpoint.