MadeOnSolMade on Sol
RobinhoodBlogAdvertise
Sign in
MadeOnSolMade on Sol

Solana and Robinhood Chain intelligence — KOL wallet tracking, deployer intelligence, all-DEX trade streams, and a developer API. Discover, compare, and build.

Discover

  • All Tools
  • Stacks
  • KOL Tracker
  • Deployer Hunter
  • KOL Scout Leaderboard
  • Robinhood Chain
  • Robinhood Wallet Scanner
  • Robinhood API
  • Solana API
  • Datasets
  • API Pricing
  • Enterprise API
  • x402 for AI agents
  • Robinhood Chain x402
  • Yields
  • Blog
  • Blog Archive
  • Solana Glossary

Best Of

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

Compare

  • Wallets
  • DEXs
  • Snipers
  • TG Bots
  • Terminals
  • Analytics
  • Portfolio
  • Copy Trading
  • Security
  • Liquid Staking
  • RPC Providers
  • Bridges
  • Launchpads
  • NFT Marketplaces
  • Lending
  • Bot Calculator
  • Perps
  • Scanners

Resources

  • Submit a Tool
  • API Docs
  • Get an API Key
  • For Businesses
  • Affiliate Program
  • Changelog
  • API Status
  • Tool Uptime
  • Signal Scorecard
  • Compare KOLs
  • Leaderboard
  • Site Stats
  • Advertise

Legal

  • About
  • Contact
  • Terms
  • Privacy
  • Security
  • DPA
  • Disclaimer

© 2026 MadeOnSol

MadeOnSol — eenmanszaak, Hulshout, Belgium · KBO/BTW BE 1039.535.538 (art. 56bis, no VAT charged)

Follow us on XPowered by:constant·k — Private Solana RPC Services
DexScreener alternative

Last verified: August 2026

API alternative · DexScreener

The DexScreener API is great — until it isn't.

DexScreener's API is genuinely free and needs no key — and that's the right choice for spot price lookups. It also, by design, exposes no OHLCV candles, no per-trade data, no wallet analytics, no history and no WebSocket. The moment your bot needs any of those, you're not choosing a cheaper DexScreener — you're choosing your first real data API.

See MadeOnSol pricing Full 9-API comparison

DexScreener facts read from their public pricing/docs pages · verified August 2026 · also listed in our tool directory

Fair is fair

When DexScreener is the better pick.

If any of these describe you, stay — this page isn't for you, and pretending otherwise would cost us your trust.

Spot lookups in a UI

Current pair price, liquidity and volume for a token the user just pasted — DexScreener's 300 requests/minute on pair/token endpoints handles this free, forever, across many chains. Don't pay for what this solves.

Zero-signup prototyping

No key, no account, no billing. For a hackathon demo or a quick script, nothing beats that friction level.

Cross-chain pair search

One search endpoint across every chain DexScreener indexes. MadeOnSol is Solana + Robinhood Chain only.

Where we differ

Where MadeOnSol is the better pick.

The four differences that actually move a build decision.

Anything historical

DexScreener's API returns current state only. MadeOnSol serves 1-minute OHLC candles and a cursor-paginated per-trade tape with full history back to April 2026 — the inputs a backtest or chart actually needs.

The pre-DEX phase

DexScreener's API is built around DEX pairs, so a pump.fun token's entire bonding-curve life — where snipers, bundlers and deployers act, and which most tokens never leave — is out of scope. MadeOnSol's pipeline starts at the deploy transaction itself.

Push instead of poll

At 300 requests/minute you can poll a handful of pairs. A WebSocket firehose of every DEX trade, plus webhook rule engines (price alerts, copy-trade, coordination), replaces the polling loop entirely.

Wallet-level answers

Who bought, what's their PnL, is this wallet a known KOL or a deployer with a rug history — none of that exists in a pair-centric API. Here it's /wallet/{address}, /wallet/{address}/pnl, and KOL/deployer endpoints.

Side by side

DexScreener vs MadeOnSol at a glance.

Cells render from the same sourced dataset as the full 9-API comparison, so the two pages can't drift apart.

DexScreenerMadeOnSol
Free tierNo key needed300 rpm pairs/tokens · 60 rpm profiles200 calls/day60/min · 120+ endpoints, full response shape
Entry paid planFree only — no paid API tier€43/mo10,000 calls/day · 120/min (Pro)
OHLCV candles
Per-trade tape
Wallet PnL
Pump.fun bonding phase
KOL + deployer intel
StreamingWS Pro+ · DEX firehose Ultra
x402 keyless per-call
A cross = not documented by the provider. Quotas in CU/credits are not directly comparable to flat calls — one call can cost 1–100 units depending on the endpoint.

Migration map

Endpoint-by-endpoint mapping.

DexScreener paths below are from their public API reference (rate limits: 300 rpm for pairs/tokens, 60 rpm for profiles/boosts). There is no paid DexScreener tier to compare against — this is a free-to-paid migration map.

DexScreenerMadeOnSol (/api/v1)Notes
GET /latest/dex/pairs/{chainId}/{pairId}/token/{mint} · /tokens/{mint}/poolsToken-centric snapshot (price, MC, liquidity, risk inputs) plus the pool registry for the mint.
GET /tokens/v1/{chainId}/{tokenAddresses}/token/batchUp to 50 mints per call, one quota unit — full snapshot shape per mint.
GET /latest/dex/search/tokens (list/filter)Server-side filtered token lists instead of free-text pair search.
GET /token-profiles/latest/v1/sniper/recent · /deployer-hunter/alertsNew-token discovery from the deploy transaction (deshred, sub-second) rather than from paid profile listings.
(no candles endpoint)/tokens/{mint}/candles1-minute OHLCV, aggregate client-side to any timeframe.
(no trades endpoint)/tokens/{mint}/tradesPer-trade tape with wallet, side, amounts, price and early_buyer_rank.
(no WebSocket)/ws/v1 channels + DEX firehoseStreamed trades and alert channels; webhooks with HMAC signing for server-side delivery.

Full endpoint reference: API docs · machine-readable spec at /api/v1/openapi.json

Try it

The call DexScreener can't make: a token's trade tape

Free tier includes this endpoint at 200 calls/day with the full response shape — enough to evaluate against your DexScreener polling loop before paying anything.

curl -s "https://madeonsol.com/api/v1/tokens/{mint}/trades?limit=100" \
  -H "Authorization: Bearer msk_..."

# → trades[]: tx_signature, wallet_address, action (buy/sell),
#   sol_amount, token_amount, price_sol, price_usd,
#   early_buyer_rank, slot, block_time
# → next_cursor for stable deep pagination over full history

FAQ

DexScreener alternative questions.

Is the DexScreener API really free?+
Yes — no key, no billing, rate-limited at 300 requests/minute on pair/token endpoints and 60 on profiles/boosts. There is no paid tier that adds candles, trades or history; those simply aren't part of the API.
When is DexScreener's API enough?+
When you need current pair state — price, liquidity, volume — for tokens a user asks about, at modest request rates. UI hints, sanity checks and simple dashboards fit comfortably inside it.
What's the minimum paid setup if I outgrow it?+
MadeOnSol's free tier (200 calls/day, 120+ endpoints, full response shape) is the evaluation step; Pro at €43/mo (10,000 calls/day, webhooks, 1 WebSocket) is the first paid tier. Comparable candle+trade coverage elsewhere starts around $39-50/mo metered (Birdeye Lite, SolanaTracker Advanced).
Does any free API give pump.fun bonding-curve data?+
Not meaningfully. Pair-centric free APIs (DexScreener, Jupiter's price endpoints) only see tokens once they trade on a DEX. Bonding-phase coverage — deploys, curve progress, sniper activity — is indexed work that paid APIs (MadeOnSol, Birdeye, SolanaTracker, Moralis) do.

Evaluate it against your current stack.

Free tier: 200 calls/day across 120+ endpoints, full response shape. Card, USDC or SOL when you upgrade — cancel anytime.

Get a free key Compare all 9 data APIs