Real-time KOL wallet tracking, Pump.fun deployer reputation intelligence, and 950+ tool directory. Everything you need to build Solana trading bots, alert systems, and analytics.
463
KOL Wallets Tracked
6,700+
Pump.fun Deployers
950+
Solana Tools Indexed
<3 seconds
Detection Latency
Access Solana KOL trading data, deployer reputation intelligence, and tool directory through a single API key.
Real-time trade feed from 463 tracked Solana KOL wallets. Every buy and sell detected within 3 seconds via dual gRPC streams across 9 DEX programs including Pump.fun, Raydium, Jupiter, and Orca.
463
KOL Wallets
9
DEX Programs
<3s
Detection
100K+
Trades Detected
Pump.fun deployer reputation intelligence. Track 6,700+ token deployers classified into tiers based on historical bonding success. Get real-time alerts when elite deployers launch new tokens, cross-referenced with KOL buying activity.
6,700+
Deployers
22
Elite Tier
29%
Elite Bond Rate
15x
Avg Multiplier
Search and discover 950+ Solana tools across 26 categories. Access ratings, health scores, pricing models, and direct links. Power recommendation engines and comparison tools.
950+
Tools
26
Categories
1,000+
Reviews
Weekly
Updated
From automated trading bots to community alert systems
Copy-trade top KOL wallets or snipe tokens from elite deployers automatically.
Build Telegram or Discord bots that fire signals when KOLs buy or elite deployers launch.
Create dashboards tracking KOL performance, deployer reputation, and token flow patterns.
Check deployer reputation before buying. Filter out cold deployers with poor track records.
Power recommendation engines, tool comparisons, and Solana ecosystem explorers.
Detect when multiple KOLs converge on the same token or when high-conviction deployers launch.
Sign up on RapidAPI and subscribe to a plan. Free tier includes 100 requests per day.
Run npm install madeonsol for a fully typed TypeScript client. Or call the REST API directly.
Power trading bots, alert systems, dashboards, or any application with real-time Solana data.
Install the SDK and start querying in seconds
npm install madeonsol
import { MadeOnSol } from "madeonsol";
const client = new MadeOnSol({ apiKey: "YOUR_RAPIDAPI_KEY" });
// Latest KOL buy trades
const { trades } = await client.kol.feed({ limit: 10, action: "buy" });
for (const trade of trades) {
console.log(`${trade.kol_name} bought ${trade.sol_amount} SOL of ${trade.token_symbol}`);
}
// Elite deployer alerts
const { alerts } = await client.deployer.alerts({ limit: 5 });
// KOL coordination signals
const { tokens } = await client.kol.coordination({ min_kols: 3 });
// Search Solana tools
const { tools } = await client.tools.search({ q: "trading bot" });Zero dependencies. TypeScript types included. Works in Node.js, Bun, Cloudflare Workers, and Vercel Edge.
Start free. Scale as you grow.
100/day requests | 10/min burst
10,000/day requests | 120/min burst
100,000/day requests | 600/min burst
Our KOL tracker uses dual gRPC streams (Frankfurt + New York) connected to Solana validators via Yellowstone. Trades are parsed and classified across 9 DEX programs in under 3 seconds: Pump.fun, Pump AMM, PumpSwap, Raydium V4, Raydium CPMM, Raydium CAMM, Raydium Route, Jupiter V6, and Orca Whirlpool.
Deployers are classified into tiers based on historical bonding curve success rates. Elite deployers have 5+ deploys, 40%+ lifetime bonding rate, and 50%+ recent rate. Our elite tier maintains a 29% alert bond rate with an average 15x peak market cap multiplier.
Every API response includes a cryptographically signed trace ID encoding the subscriber identity and timestamp. This enables leak investigation and protects data integrity for premium subscribers.
When a tracked deployer launches a new token, the alert feed automatically includes which KOL wallets have already bought and how much SOL they spent. This cross-referencing combines deployer reputation with KOL conviction signals.
Join developers building trading bots, alert systems, and analytics dashboards with the most comprehensive Solana intelligence API.
MadeOnSol provides a REST API for accessing real-time Solana trading data. It includes three products: a KOL (Key Opinion Leader) wallet tracker monitoring 463 wallets across 9 DEX programs, a Pump.fun deployer reputation system tracking 6,700+ token deployers, and a directory of 950+ Solana tools with ratings and health scores.
Trades are detected in under 3 seconds using dual gRPC streams connected to Solana validators in Frankfurt and New York via Yellowstone. The system monitors 9 DEX programs including Pump.fun, Raydium, Jupiter, and Orca.
The Deployer Hunter tracks Pump.fun token deployers and classifies them into tiers (Elite, Good, Rising, Moderate, Cold) based on their historical bonding curve success rates. Elite deployers have a 29% bond rate with an average 15x peak market cap multiplier. You get real-time alerts when tracked deployers launch new tokens.
Yes. The API is designed for automated systems. The KOL trade feed provides real-time buy/sell signals, the deployer alerts provide token launch signals, and the coordination endpoint detects when multiple KOLs converge on the same token. All responses are JSON with consistent schemas.
Yes. The Basic (free) tier includes 100 requests per day with access to the KOL trade feed, leaderboard, deployer stats, limited alerts, and tool search. Upgrade to Pro ($49/mo) or Ultra ($149/mo) for higher limits and full access to deployer profiles, token history, and detailed analytics.
Authentication is handled through RapidAPI. Sign up, subscribe to a plan, and use your RapidAPI key in the X-RapidAPI-Key header. The API verifies requests through a proxy secret — direct access without RapidAPI is not supported.