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
GET /api/v1/scan?token=MINT
Pro
$9.99
/month0.08 SOL
Unlimited
$49.99
/month0.4 SOL
API Reference
Endpoint
GET https://devtools.run/api/v1/scan?token=<MINT_ADDRESS>&key=<API_KEY>
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| token | string | Yes | Solana token mint address |
| key | string | No | API key for Pro/Unlimited data. Omit for free tier. |
Response Comparison
Free Tier Fields
token-- mint addressname-- token namesymbol-- ticker symbolprice-- USD priceprice_change_24h-- 24h % changemarket_cap-- market cappairs-- number of trading pairs
Pro/Unlimited Additional Fields
decimals-- token decimal placessupply-- adjusted total supplyliquidity_usd-- total liquidityvolume_24h-- 24h trading volumetop_pair_url-- DexScreener linkmint_authority-- status + addressfreeze_authority-- status + addressrisk-- 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
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
| Status | Description |
|---|---|
| 400 | Missing or invalid token mint address |
| 401 | Invalid API key |
| 404 | Token mint account not found on Solana |
| 429 | Rate limit or daily limit exceeded |
| 500 | Internal 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 Telegram44 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