Free
$0
1,000 calls/mo for schema testing and proof-of-concepts.
Get free key
Builder
$29/ mo
25,000 calls/mo · $1.50 per 1K extra.
- REST API
- Cabal-class fields
Start Builder
Stream
$99/ mo
250,000 calls/mo · $1.00 per 1K extra.
- REST plus WebSocket
- Webhook rules (storage live; push rollout)
Start Stream
Most popular
Desk
$349/ mo
1,000,000 calls/mo · $0.50 per 1K extra. Flat calls, no credit multiplier.
- Priority support
- One Trader Unlimited seat included
Start Desk
Chain
Custom
Multi-chain, dedicated cluster, SLAs, on-prem option.
- Unlimited calls
- Direct support
Talk to us
Authentication
Every call takes an X-API-Key header. Mint keys from /account once signed in.
curl https://intelmaps.io/v1/kols -H "X-API-Key: im_..."
Locked feature contract
Browser map requests are soft-denied with a 200 plus meta.entitlements and meta.paywall_teases, so the Web App can render lock chips without losing the map. Explicit X-API-Key requests stay strict: locked automation returns 402 feature_locked with unlock_via, upgrade_url, and X-Pyonya-Upgrade.
# Browser-style map preview: no X-API-Key, locked features appear in meta
POST /v1/maps/query
# API automation: X-API-Key present, locked feature returns 402
POST /v1/maps/query -H "X-API-Key: im_..."
Live endpoints — verified working today
Real responses from prod. curl-paste and run.
GET /v1/kols
GET /v1/launchpads
GET /v1/launchpads/{id}
GET /v1/launchpads/{id}/tokens
GET /v1/deployers?sort=deploys&limit=50
GET /v1/deployers/by-wallet/{addr}
GET /v1/pricing
GET /v1/embed/ton/{address}
Example — top KOLs by current portfolio value
curl -s https://intelmaps.io/v1/kols | jq '.kols[:5]'
# returns: array of { slug, label, portfolio.combined_value_usd, pnl_lifetime, ... }
Example — Dev DNA / deployer leaderboard
Every TON jetton's deployer wallet, ranked by launch count. The top wallet has launched 536 tokens.
curl -s "https://intelmaps.io/v1/deployers?sort=deploys&limit=10" | jq
# returns: { deployers: [{ primary_wallet, deploys_total, first_deploy_ts, ... }], source }
Framable map embeds (no auth)
Use the clean embed URL for partner pages, token dashboards, and editorial writeups. Read-only HTML, no auth required.
<iframe src="https://intelmaps.io/v1/embed/ton/{address}" width="100%" height="640" style="border:0;border-radius:8px;background:#050910"></iframe>
Honest scope notes
• Webhook delivery: rule storage is live; push delivery is in the Stream rollout.
• WebSocket: shipped on Stream / Desk tiers for KOL trade feed.
• Cabal and KOL gates: Builder is the first paid API rung; Trader is the first paid Web App rung.
• Soft caps: over-cap requests still serve; overage billed at the per-1K rate above.