Coming Soon

Cookin API for builders.

Real-time token intelligence, bundle detection, holder analysis, KOL tracking, and scoring — all via a simple REST API. The same data that powers cookin.fun and our Discord bot, available programmatically.

Free tier planned | REST + WebSocket | Early access for waitlist
Scroll
Endpoints

What you'll be able to build

Programmatic access to the same real-time intelligence that powers our platform.

Token Intelligence

Score, metrics, holder analysis

GET /api/v1/token/{mint}
// Response
{
"score": 7.2,
"mcap": 142000,
"bundle_pct": 0.12,
"holders": 847,
...
}

Bundle Detection

Coordinated wallet clusters

GET /api/v1/token/{mint}/bundles
// Response
{
"bundle_pct": 0.70,
"bundles": 9,
"dirty_pct": 0.67,
...
}

KOL & Smart Money

Track influencer positions

GET /api/v1/token/{mint}/kols
// Response
{
"kol_count": 3,
"kols": [
{ "name": "...", "pnl": 2.4 }
]
}

Real-time Stream

WebSocket for live updates

WS /api/v1/stream
// Subscribe to events
{
"type": "new_token",
"mint": "7xKX...",
"score": 8.1,
...
}

Holder Cohorts

Multi-dimensional holder breakdown

GET /api/v1/token/{mint}/holders
// Response includes cohort analysis
{
"total": 847,
"cohorts": {
"hold_duration": { ... }
}
}

Wallet Intelligence

Trader stats & history

GET /api/v1/wallet/{address}
// Response
{
"trades": 1247,
"winrate": 0.64,
"avg_hold_min": 18.3,
...
}
Use Cases

Built for serious builders

🤖

Trading Bots

Filter tokens by score, bundle %, and holder quality before aping. Automate your strategy with real-time data.

📊

Dashboards & Analytics

Build custom dashboards, leaderboards, or analytics platforms powered by our intelligence layer.

🔔

Custom Alerts

Pipe real-time events into Telegram, Slack, webhooks — whatever your community uses.

🧠

AI Agents

Feed our token intelligence into AI agents for autonomous research, screening, or trading decisions.

📱

Mobile Apps

Build native mobile experiences with the same data pipeline that drives our web platform.

🔗

Integrations

Embed token scores and bundle data into your existing tools, spreadsheets, or workflows.

Be first in line.

Join the waitlist and get early access when the API launches. Waitlist members will get priority access and a free tier.