Made on SolMade on Sol
Tools
Blog
Sign In / Register
Made on SolMade on Sol

The ultimate directory for everything built on Solana. Discover, compare, and review the best tools in the ecosystem.

Explore

  • All Tools
  • Categories
  • Stacks
  • Revenue Rankings
  • Deployer Hunter
  • KOL Tracker
  • Solana API
  • Yields
  • Blog
  • Community
  • Solana Glossary

Best Of

  • Best Trading Bots
  • Best DEXs
  • Best Wallets
  • Best Analytics
  • Best DeFi
  • Best Snipers

Compare

  • Wallet Comparison
  • DEX Comparison
  • LST Comparison
  • RPC Comparison
  • Bot Calculator
  • Axiom vs BullX
  • Jupiter vs Raydium
  • Phantom vs Solflare

Resources

  • Submit a Tool
  • Newsletter
  • Status
  • Get Badge
  • About
  • Advertise
  • API
  • Contact
  • Stats

Legal

  • Terms of Service
  • Privacy Policy
  • Disclaimer

© 2026 Made on Sol

The #1 Solana tool directory — 530+ tools reviewed & monitored
Solana API
API Services

Solana Trading Data API for Developers

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.

Get API Key — Free View Documentation

463

KOL Wallets Tracked

6,700+

Pump.fun Deployers

950+

Solana Tools Indexed

<3 seconds

Detection Latency

Three APIs, One Platform

Access Solana KOL trading data, deployer reputation intelligence, and tool directory through a single API key.

KOL Wallet Tracker API

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

Real-time trade feed with <3s latency
PnL leaderboard (daily, weekly, monthly)
Per-wallet profiles with trade history
KOL coordination detection
Per-token flow analysis

Deployer Hunter API

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

6,700+ deployers with tier classification
Real-time new token alerts
KOL buy cross-referencing on alerts
Alert performance stats (bond rate, multipliers)
Deployer profiles with outcome history

Solana Tools Directory API

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

950+ indexed tools
26 categories
Ratings and review counts
Health scores and pricing data
Full-text search

What Developers Build

From automated trading bots to community alert systems

Trading Bots

Copy-trade top KOL wallets or snipe tokens from elite deployers automatically.

Alert Systems

Build Telegram or Discord bots that fire signals when KOLs buy or elite deployers launch.

Analytics Dashboards

Create dashboards tracking KOL performance, deployer reputation, and token flow patterns.

Token Screening

Check deployer reputation before buying. Filter out cold deployers with poor track records.

Community Tools

Power recommendation engines, tool comparisons, and Solana ecosystem explorers.

Alpha Discovery

Detect when multiple KOLs converge on the same token or when high-conviction deployers launch.

How It Works

Get Your API Key

Sign up on RapidAPI and subscribe to a plan. Free tier includes 100 requests per day.

Install the SDK

Run npm install madeonsol for a fully typed TypeScript client. Or call the REST API directly.

Build & Ship

Power trading bots, alert systems, dashboards, or any application with real-time Solana data.

Quick Start

Install the SDK and start querying in seconds

terminal
npm
npm install madeonsol
app.ts
GitHub
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.

Pricing

Start free. Scale as you grow.

Basic

Free

100/day requests | 10/min burst

  • KOL trade feed & leaderboard
  • Deployer stats & leaderboard (top 10)
  • Tool search
  • Deployer alerts (last 5)
  • Basic alert stats
Start Free on RapidAPI

Pro

Popular
$49/mo

10,000/day requests | 120/min burst

  • Everything in Basic
  • Full deployer profiles & token history
  • Extended alert feed (last 50)
  • Full multiplier analysis
  • Per-token PnL breakdown
  • KOL coordination details
Subscribe on RapidAPI

Ultra

$149/mo

100,000/day requests | 600/min burst

  • Everything in Pro
  • Full wallet addresses (no truncation)
  • Full alert pagination
  • Priority support
  • Highest rate limits
Subscribe on RapidAPI

Technical Details

Real-Time Detection

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.

Deployer Classification

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.

Watermarked Responses

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.

KOL-Deployer Cross-Reference

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.

Start Building with Solana Data

Join developers building trading bots, alert systems, and analytics dashboards with the most comprehensive Solana intelligence API.

Get API Key — Free Full API Documentation

Frequently Asked Questions

What is the MadeOnSol Solana 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.

How fast is the KOL trade detection?

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.

What is the Deployer Hunter?

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.

Can I use this API for a trading bot?

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.

Is there a free tier?

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.

How do I authenticate?

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.

Explore the data behind the API:

KOL Tracker — Live trade feedDeployer Hunter — Pump.fun intelligenceTool Directory — 1,000+ Solana toolsBest Developer ToolsWhat is gRPC?What is an RPC Node?