Solana Deployer API

Solana Deployer API: Token Creator Analytics and Deployment History

Every token deployer on Solana indexed since chain start. 20+ computed metrics per creator: deployment count, migration rates, ATH market caps, success ratios. Track who deploys tokens, their full on-chain record, and how their launches perform over time.
Get API AccessSee it in action ↓
API access from $250/mo
The Deployer Analytics Stack

Deployer Intelligence Across the Full Solana Data Stack

Tracking who deploys tokens, their historical track record, migration rates across Pump.fun, Raydium, LetsBonk, and every supported launchpad. Three levels of on-chain data feed into deployer scoring: foundational blockchain records, organized market signals, and computed analytics you cannot get from raw RPC.

Raw Data
Foundation
Blockchain building blocks
  • Token metadata
  • Token price
  • OHLCV charts
  • Trade / swap data
  • Token holders
  • SOL transfers
  • Deployer token list
Structured Data
Discovery
Market activity, organized
  • Token search and filtering
  • Trending tokens
  • Volume by timeframe
  • Graduated tokens
  • Token stats
  • First buyers
Intelligence
Our edge
Deployer-level scoring
  • Wallet PnL (filtered)
  • Top traders ranking
  • Creator scoring
  • Bundle detection
  • Copy trader detection
  • Wallet age and fund flow
  • Wallet DB query engine

Three layers, one API. The intelligence layer is what most data APIs and RPC providers don't offer. That's why developers switch.

Endpoints

Deployer API Response Preview

Pre-computed deployer analytics per request. Creator performance scores, deployment timelines, and token migration data. Not raw transaction logs that require manual parsing.
Wallet PNLToken SearchToken CreatorsTrending TokensTrade DataTop TradersBundles
GET /v1/wallet/{address}/pnl
{
  "address": "7x6qE3DRMW2ZCgT1YQuBLePiheEWw7qjH6rYjj6GDtEd",
  "sol_balance": 632.47,
  "wsol_balance": 332.86,
  "usd_profit_1d": -95.44,
  "usd_profit_7d": 8051.93,
  "unique_tokens_traded_7d": 22,
  "winrate_7d": 27.27,
  "roi_7d": 56.31,
  "average_holding_time_7d": 658,
  "longest_winning_streak_30d": 4,
  "longest_losing_streak_30d": 3,
  "active_trading_days_30d": 29,

  // ... +141 more fields
150+ metrics per wallet. True PnL with transfers, airdrops, and MEV filtered out.
Get Access

Track every Solana token deployer

API access from $250/mo. 45+ endpoints spanning 12 data domains. Deployer scoring, token creator history, and full Solana blockchain analytics. Tell us your use case and we’ll send a quote within 24 hours.
No long-term contracts.


Coverage

Deployer API: Launchpad and DEX Coverage

Supported Platforms
Raydium (all variants)Pump.funPumpSwapBoop.funBonk.funMeteoraOrcaJupiterLetsBonkLaunchLabRaydium Launchpad
Data Volume
Up to 100K wallets per batch
150+ metrics per wallet
20+ metrics per token creator
45+ API endpoints
12 data domains
Update Schedule
Real-time for pricing and swaps
Hourly for token creators
Continuous for wallet PnL
Real-time for bundle detection
Indexed Data Types
Token price and OHLCV market dataOn-chain transaction historyDEX swap parsing across all platformsToken holder distributionWallet balance and account activityCreator metadata and deployment analyticsToken migration tracking
Historical Archives

Archival Solana Data Available for Enterprise Licensing

12+ months of continuous Solana blockchain indexing at block-level resolution. Six proprietary datasets, each representing data that took over a year to collect and compute. Available as bulk exports for enterprise licensing.

Token Creator History

The most complete index of Solana token deployers available anywhere. with computed performance metrics.

6M+ creators · 20+ metrics each

Migration rates, ATH market caps, deployment timeline, success/rug ratios. Covers Pump.fun, LetsBonk, LaunchLab, Raydium, Meteora.

Granular Swaps

Structured swap records for every DEX transaction across supported platforms.

All swaps · All supported DEXes

13 fields per swap: signer, token pair, USD value, DEX, network fee, end fee, fee taker, bot program ID.

Per-Block Token Pricing

Block-resolution price data for every tracked token.

All tracked tokens

Sub-second price granularity. More precise than any candle-based pricing source.

Bundled Mints

Coordinated supply sniping events identified at token launch.

All detected bundled launches

Bundled percentage, bundler wallet addresses, transaction signatures.

Address Registry

Solana wallet addresses with first-use timestamps.

All observed wallets

Wallet age classification and fresh wallet detection from first transaction date.

Token Migrations

Historical migration records: tokens graduating from bonding curves to DEX liquidity pools.

All tracked migrations

Source platform, migration timestamp, destination DEX.

Common Questions

Solana Deployer API: Frequently Asked Questions

What developers ask before integrating the deployer API.
Token deployer data reaches back to Solana chain start. Every creator who has launched a token on any supported launchpad or DEX is indexed with 20+ computed metrics. Swap data coverage begins May 2025. Address registry data starts October 2024.
Raydium (all variants), Pump.fun, PumpSwap, Meteora, Orca, Jupiter, LetsBonk, Boop.fun, Bonk.fun, LaunchLab, and more. New platforms are added within days of going live on Solana.
Every transaction runs through rules that remove transfers, airdrops, dust, and MEV from profit calculations. The result reflects true trading performance. Each API response includes the count of excluded items so the numbers are fully auditable.
Bulk endpoints process up to 100,000 wallet addresses per request. Same 20+ deployer metrics per creator. Batch processing is foundational to the architecture.
Solana RPC returns raw blockchain data: account state, transaction signatures, sol transfers. Building deployer analytics from RPC means parsing every token creation transaction, tracking migrations, computing performance metrics, and maintaining months of historical data yourself.Our API delivers that as pre-computed output. We ingest Solana blockchain data through Yellowstone gRPC streams using the Geyser plugin, then process it into structured deployer intelligence. 6M+ creators scored. Migration rates calculated. ATH market caps recorded. No node, no indexer, no manual computation.
Complete documentation is provided when you receive access. Each endpoint comes with request and response schemas, rate limits, and example payloads.
Contact us with your use case. Plans start at $250/mo with custom configurations available for high-volume needs.
Built for crypto and DeFi applications. Token screening tools that evaluate deployers before trading. Analytics platforms comparing creator track records. Telegram bots alerting on repeat deployers. Fund research dashboards and signal groups all connect through the same REST API endpoints.
No. Our deployer API is not a smart contract deployment tool and is not related to deploying a Solana program to the blockchain. It is an analytics API that tracks token creators: wallets that deploy tokens on launchpads like Pump.fun, Raydium, LetsBonk, and others. The “deployer” in deployer API refers to the wallet that created a token, not to the process of shipping code to the Solana network. If you need to deploy your first Solana program, the Anchor framework and Solana CLI handle build and deploy workflows. Our API tells you what happens after tokens are deployed. It analyzes the on-chain record of wallet addresses that have created tokens, not the program account deployment process itself.
A smart contract deployment tool (like Anchor or Solana CLI) compiles and ships program code to the Solana blockchain. You generate a keypair, write your program, and use Solana Playground or the CLI to build and deploy it to devnet or mainnet. Our deployer API does something entirely different: it analyzes the wallets that create tokens. When someone launches a token on Pump.fun or Raydium, our system indexes that deployer wallet, tracks every subsequent token they create, computes migration rates, records market cap performance, and scores their overall track record. Ethereum has similar concepts where contract deployers are tracked for pattern analysis. On Solana, token creation happens through SPL token launchpads rather than direct contract deployment, and our API indexes all of it. Verification of deployer history is built into the scoring system.
Creator data covers every token deployment since Solana chain start. For any deployer wallet, you can pull their complete history: every token they launched, which launchpad they used, whether the token migrated to a DEX, and how it performed. No other API provides this depth of historical deployer coverage.
Production data only. All deployer analytics, creator scoring, and token metadata come from Solana mainnet. There is no devnet coverage. If you need Solana devnet data for testing program deployments, local development environments and the Solana CLI faucet handle that. Our indexing infrastructure processes mainnet transactions exclusively, which is where real token launches, liquidity, and trading activity happen.
Solana program deployment tools handle code: you write a smart contract, generate a keypair, compile with Anchor or the Solana CLI, and deploy to Solana Playground or directly to the network. Airdrop tools distribute tokens after launch. Our deployer API sits on the analytics side. It tracks which wallets create tokens, how those tokens perform, and whether the creator has a pattern of successful launches or rug pulls. Think of it this way: deployment tools help you ship code, our API helps you evaluate the people who ship tokens. The deployer endpoint returns real-time metadata, on-chain performance metrics, and historical records for every indexed creator on the Solana blockchain. Crypto analysts and node operators use this data to screen token launches before committing sol or liquidity.
Get Access

Integrate deployer analytics into your pipeline

API access from $250/mo. 6M+ token deployers indexed, 20+ metrics per creator, and 12 data domains. Send us your use case and we’ll return a quote within 24 hours.
No long-term contracts.