Solana memecoin intelligence · API
Detect when multiple KOL wallets converge on the same token — before the crowd. Track 1,000+ KOLs, spot elite deployer launches, stream every DEX trade across 15 programs, run rule-based copy-trade signals on any wallet. One API built for bots, alerts, and copy-trading dashboards.
No credit card · USDC or SOL · Free tier is full-shape
What's in the database, live
Real counts as of right now — no rounding down.
Bot-confidence ranked
Elite → cold tiers
Real-time gRPC streams
Across 8 venues
Use cases
Detect coordination events the instant multiple KOLs converge on the same token. Trigger trades before the crowd reacts — not minutes later.
Push notifications the instant an elite deployer launches a new token. Cross-referenced with KOL early buyers.
Leaderboards, PnL trackers, wallet monitors on top of 1,000+ tracked KOL wallets.
Score 1.2M+ early-buyer wallets by win rate, PnL, ROI. Find the real smart money before they're famous — with bot signals to filter noise.
Query the full KOL trade history (retained indefinitely), deployer scoring, token cap tables, and buyer-quality scores for deep strategy research.
Rule-based signals on any Solana wallet. Up to 50 wallets per rule, ~1–1.5s latency, HMAC-signed webhook + WebSocket. PRO 3×5, Ultra 20×50.
Quick start
import { MadeOnSol } from "madeonsol"; const client = new MadeOnSol({ apiKey: "msk_YOUR_API_KEY" }); // KOL coordination — detect when smart money converges const { coordination } = await client.kol.coordination(); // 1.2M+ early buyers ranked by win rate const { leaderboard } = await client.alpha.leaderboard({ sort: "win_rate" });
Two ways in
Build with an API key on a tier, or point a Solana wallet at our MCP server and let your agent discover tools and pay per call — automatically, no signup.
A free msk_ API key on a tier (Free → Ultra). Use the SDK or call REST directly. Best when you want predictable monthly limits and the full surface — WebSocket streams, webhooks, copy-trade signals.
{
"mcpServers": {
"madeonsol": {
"command": "mcp-server-madeonsol",
"env": { "MADEONSOL_API_KEY": "msk_YOUR_KEY" }
}
}
}Point the MCP server at a Solana wallet and your agent discovers every tool and pays per call automatically — micropayments in USDC on Solana, settled on-chain before each response. No API key, no signup, no card. You pay only for the data you read.
{
"mcpServers": {
"madeonsol": {
"command": "mcp-server-madeonsol",
"env": { "SVM_PRIVATE_KEY": "<base58 solana private key>" }
}
}
}Most calls cost $0.01; risk and buyer-quality $0.02; some feeds $0.005. The free madeonsol_discovery tool lists every endpoint and its price — no payment, no auth. Data only: the agent pays for data, it never trades.
Protocol-native discovery: GET madeonsol.com/api/x402 and /.well-known/x402 return the full catalog with live prices.
Real data — this is exactly what you get back from the API.
GET /api/v1/kol/feedReal-time buy/sell trades from 1,000+ tracked KOL wallets.{ "trades": [ { "wallet_address": "BTf4A2exGK9BCVDNzy65b9dUzXgMqB4weVkvTMFQsadd", "kol_name": "Kev", "kol_twitter": "https://twitter.com/kev_sol", "kol_strategy_tag": "scalper", "token_mint": "DVGNFQLMg9AtB2uukGPEXSvCi9QLi5KgzpG7anJYpump", "token_symbol": "MEME", "action": "buy", "sol_amount": 1.008079, "token_amount": 248312500, "tx_signature": "4xKp9m...nRsT2q", "deployer": { "wallet": "DAEdBmTPEKM6xkwfzC3d411QUe6coKpkND6UURa4CvHC", "tier": "elite", "bonding_rate": 0.7143 }, "traded_at": "2026-04-11T11:07:46Z" }, { "wallet_address": "As7HjL7dzzvbRbaD3WCun47robib2kmAKRXMvjHkSMB5", "kol_name": "Otta", "kol_twitter": "https://twitter.com/otta_sol", "kol_strategy_tag": "mid_term", "token_mint": "8XG6dw8CnVqKBmYwX4W3wfNaRfQK8GcEKbZD5zXHpump", "token_symbol": "OTTO", "action": "sell", "sol_amount": 11.666462, "token_amount": 987500000, "tx_signature": "2mLq7n...pXvW8r", "traded_at": "2026-04-11T11:07:51Z" }, { "wallet_address": "3wjyaSegfV7SZzjv9Ut1p6AcY5ZdoZjmu6i6QPCVvnmz", "kol_name": "Donuttcrypto", "kol_twitter": "https://twitter.com/donuttcrypto", "kol_strategy_tag": "early_buyer", "token_mint": "C4LaiE4kJRUscAuH4pEJnxAo5xe7gtjVDJHLQ7sypump", "token_symbol": "DONUT", "action": "buy", "sol_amount": 1.168488, "token_amount": 312500000, "tx_signature": "9nRt3p...kXmQ5z", "traded_at": "2026-04-11T11:07:26Z" } ], "count": 3, "data_age_seconds": 14}
Pricing
The deep version — annual savings, head-to-head comparison vs Helius / QuickNode / Birdeye, and a live try-it-now widget — lives on the pricing page.
Full data shape · 200 calls/day
Where prototypes become live bots
Desks & autonomous agents
Enterprise
CustomFor tools, funds, and platforms embedding our data in production. Uptime SLA, dedicated rate limits beyond 100k/day, white-label & redistribution rights, custom endpoints, a priority support channel, and onboarding. Annual contract, invoice or USDC.
FAQ
Start building
Explore the data behind the API