VOLTPADVoltPad

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}/tradesTrade history (from chain)
GET/api/tokens/{mint}/holdersTop holders
GET/api/tokens/{mint}/rewardsFee module: pot, fees collected, payout history
GET/api/activityLatest trades across all coins
GET/api/pairsSupported pairs with prices
GET/api/meta/{mint}Token metadata JSON (on-chain URI)
GET/api/img/{mint}Logo
GET/api/platformPlatform config, tax tiers

Responses are JSON: { data: … } on success, { error: { message } } on failure. Please keep polling to one request per 10 seconds per endpoint.