DevTools.run
Solana Token Scanner API

Token intelligence in one API call

Price, liquidity, volume, authority checks, and risk scoring for any Solana token. Powered by Helius, Jupiter, and DexScreener.

Free tier available -- no signup required

Try it now

GET /api/v1/scan?token=So11111111111111111111111111111111111111112

No API key needed for basic data. Add &key=YOUR_KEY for full scan.

Pricing

Start free, upgrade when you need more

Free

$0

No signup required

10scans per day
5requests per minute
+Basic token info
+Price + market cap
+No API key needed
+IP-based rate limit
-Liquidity & volume data
-Mint/freeze authority
-Risk scoring
-Holder info
GET /api/v1/scan?token=MINT
MOST POPULAR

Pro

$9.99

/month

0.08 SOL

1,000scans per day
15requests per minute
+Full token scan data
+Liquidity & volume
+Mint/freeze authority checks
+Risk score & analysis
+All trading pairs
+Priority support

Unlimited

$49.99

/month

0.4 SOL

100,000scans per day
60requests per minute
+Everything in Pro
+100x higher daily limit
+4x faster rate limit
+Production-grade throughput
+Ideal for bots & dashboards
+Priority support

API Reference

Endpoint

GET https://devtools.run/api/v1/scan?token=<MINT_ADDRESS>&key=<API_KEY>

Parameters

ParameterTypeRequiredDescription
tokenstringYesSolana token mint address
keystringNoAPI key for Pro/Unlimited data. Omit for free tier.

Response Comparison

Free Tier Fields

  • token -- mint address
  • name -- token name
  • symbol -- ticker symbol
  • price -- USD price
  • price_change_24h -- 24h % change
  • market_cap -- market cap
  • pairs -- number of trading pairs

Pro/Unlimited Additional Fields

  • decimals -- token decimal places
  • supply -- adjusted total supply
  • liquidity_usd -- total liquidity
  • volume_24h -- 24h trading volume
  • top_pair_url -- DexScreener link
  • mint_authority -- status + address
  • freeze_authority -- status + address
  • risk -- score, level, reasons

Risk Scoring

Risk score (0-100) calculated from multiple safety signals (Pro/Unlimited only):

  • Mint authority active: +30 points
  • Freeze authority active: +25 points
  • Liquidity < $1,000: +25 points
  • Liquidity < $10,000: +15 points
  • Volume < $100: +15 points
  • Volume < $1,000: +10 points
0-29 = LOW30-59 = MEDIUM60-100 = HIGH

Code Examples

Free (no key)

curl "https://devtools.run/api/v1/scan?token=TOKEN_MINT_ADDRESS"

Pro / Unlimited (with key)

curl "https://devtools.run/api/v1/scan?token=TOKEN_MINT_ADDRESS&key=YOUR_API_KEY"

Example Responses

{
  "token": "So11111111111111111111111111111111111111112",
  "name": "Wrapped SOL",
  "symbol": "SOL",
  "price": 142.35,
  "price_change_24h": 3.2,
  "market_cap": 65000000000,
  "pairs": 150,
  "tier": "free",
  "scan_url": "https://t.me/solscanitbot",
  "upgrade": "https://devtools.run/api-access",
  "timestamp": "2026-03-15T12:00:00.000Z"
}

Error Codes

StatusDescription
400Missing or invalid token mint address
401Invalid API key
404Token mint account not found on Solana
429Rate limit or daily limit exceeded
500Internal server error

Use Cases

Trading Bots

Screen tokens before buying. Reject tokens with active mint authority, low liquidity, or high risk scores automatically.

Portfolio Dashboards

Enrich your portfolio tracker with real-time safety data and risk scores for every token in a wallet.

Token Alerts

Monitor new token launches and alert users when a token passes safety checks. Filter out rugs before your users see them.

Research Tools

Build token research platforms with automated safety analysis. Aggregate data from multiple sources in one call.

Prefer manual scanning?

Use our Telegram bot for interactive token scans, whale alerts, copy trading, sniping, and more -- all from your phone.

Open @solscanitbot on Telegram

44 commands | Whale tracker | Volume bot | Premium signals

Need a full trading bot?

Get the complete Solana Telegram bot source code -- 4,300+ lines with 44 commands, copy trading, sniping, DCA, and more.

Sol Bot Source Code -- 2 SOL