Changelog
Breaking changes will be announced here and on Discord at least two weeks in advance.
Tiers + pricing
2026-08-11
- Free tier: all REST endpoints at 5 req/min per account, plus a 20-minute WebSocket trial per hour.
- Pro (1 SOL/month): 600 req/min and the unlimited WebSocket stream. Upgrade on the API keys page.
- Rate limit is now per account — all of your keys share it — not per key.
Official SDKs
2026-07-13
- Node.js SDK cookin-fun on npm (source: cookinfun/cookin-node).
- Python SDK cookin-fun on PyPI (source: cookinfun/cookin-python).
- Both wrap REST + WebSocket, MIT licensed, v0.1.0.
v1.0 · Early beta
2026-07-11, initial release
- REST: token lists (new / pumps / graduated / survivors), token snapshot with field selection, token trades, trader stats.
- WebSocket:
tokens:live(5 lifecycle event types),frames:live(enriched trade websocket). - Bearer auth, 600/min per-account rate limit, per-IP nginx limit.
- Free during beta.
Versioning
The /v1/ path prefix is the API contract. Additive changes (new endpoints, new fields on existing endpoints) do not bump the version. Breaking changes (renames, type changes, removed fields) get a new prefix (/v2/) and both stay live during a deprecation window.