Build with Vybe
Solana API for building trading bots, portfolio trackers, whale alerts, and analytics dashboards using vetted market data and full onchain coverage.
Build powerful applications on Solana including trading bots, portfolio trackers, whale alert systems, token analytics dashboards, and research tools using a single unified API. Vybe provides real-time data, historical analytics, and direct execution across DEXs, all backed by vetted market data to eliminate fake wicks and wash trading.
Designed for speed, accuracy, and scalability, it enables developers to create advanced trading systems, analytics platforms, and consumer applications with full on-chain coverage.
Why Build with Vybe?
🎯 Vetted Data You Can Trust
- Every data point—prices, volumes, PnL, charts—comes from vetted markets only. No fake wicks from low-liquidity pools. No inflated volumes from wash trading. No manipulation distorting your analytics.
⚡ Direct DEX Execution
- Skip the aggregator overhead. Vybe integrates directly with Raydium, Meteora, Pumpfun, Pumpswap, and Sanctum. Lower fees, faster fills, and full transparency on which pool executes your trade.
💼 DeFi Positions No One Else Has
- Track LP positions, lending deposits, and staking across 50+ protocols. This data doesn't exist on other APIs—Vybe is the only way to get a complete portfolio view.
🏷️ Know Who's Trading
- 10,000+ labeled wallets including CEXs, VCs, KOLs, and protocols. When a whale moves, you'll know if it's Binance, a16z, or an influencer—not just an anonymous address.
💰 Save on Every Swap
- Aggregators create temporary fee accounts that cost ~0.004 SOL per swap (one for buy, one for sell). Vybe extracts fees directly from the swap amount—no wasted rent, no extra accounts.
🔌 One API, Everything You Need
- Data, analytics, and execution in a single API. No stitching together multiple providers. Quote → Build → Sign → Confirm, all through Vybe.
What Can You Build?
| Category | Examples |
|---|---|
| Trading Bots | Snipers, DCA, arbitrage, copy trading, limit orders |
| Portfolio Apps | Trackers, PnL dashboards, DeFi viewers, net worth charts |
| Whale Tracking | Alert bots, smart money trackers, CEX flow monitors |
| Token Analytics | Holder analysis, screeners, liquidity monitors |
| Project Dashboards | Treasury trackers, holder leaderboards, analytics pages |
| Research Tools | Backtesting, market structure analysis, trader behavior |
🤖 Trading Bots & Automation
Build automated trading systems with real-time data and direct DEX execution. Vybe's direct protocol integrations mean lower latency and fees compared to routing through aggregators—critical for competitive trading strategies.
| Use Case | Description | Endpoints |
|---|---|---|
| Sniper Bot | Buy tokens immediately on launch/migration | /trading/swap-quote → /trading/swap |
| DCA Bot | Dollar-cost average into positions over time | /trading/swap + cron |
| Arbitrage Bot | Exploit price differences across pools | /markets + /markets/{id}/candles + /trading/swap |
| Copy Trading | Mirror trades from top wallets | /wallets/top-traders + /trades?authorityAddress= |
| Limit Order Bot | Execute when price hits target | /tokens/{mint}/candles polling + /trading/swap |
| Rebalancing Bot | Maintain target portfolio allocations | /wallets/{addr}/token-balance + /trading/swap |
| MEV Harvester | Auto-claim Jito MEV rewards | /wallets/util/withdraw-mev on schedule |
Why Vybe for Trading Bots?
- Direct DEX execution — No aggregator overhead, faster fills
- Route transparency — Know exactly which pool executes your trade
- Vetted price data — No fake wicks triggering false signals
- Fee efficiency — Save ~0.004 SOL per swap vs aggregators
📊 Portfolio & Wallet Apps
Create comprehensive portfolio trackers with real-time valuations, historical charts, and DeFi position tracking that no other API provides. Vybe's wallet endpoints give you everything needed to build a complete financial dashboard.
| Use Case | Description | Endpoints |
|---|---|---|
| Portfolio Tracker | Show all holdings with USD values | /wallets/{addr}/token-balance |
| Multi-Wallet Dashboard | Aggregate holdings across wallets | /wallets/batch/token-balances |
| Historical Net Worth | Chart portfolio value over time | /wallets/{addr}/token-balance-ts |
| DeFi Position Viewer | Show LP, lending, staking positions | /wallets/{addr}/defi-positions |
| PnL Dashboard | Realized + unrealized profit tracking | /wallets/{addr}/pnl |
| NFT Portfolio | Track NFT holdings and floor values | /wallets/{addr}/nft-balance |
| Rent Reclaimer | UI to close empty accounts for SOL | /wallets/util/close-token-accounts |
| Staking Rewards | Track and claim MEV from stakes | /wallets/util/withdraw-mev |
Why Vybe for Portfolio Apps?
- DeFi positions — LP, lending, staking across 50+ protocols (unique to Vybe)
- Accurate valuations — Prices from vetted markets only
- Batch queries — Fetch 10 wallets in one call
- Historical data — 30-day balance history for net worth charts
🐋 Whale Watching & Alpha
Track smart money movements and surface alpha from on-chain activity. Vybe's labeled wallet database identifies CEXs, VCs, KOLs, and market makers—so you know who's behind the trades, not just wallet addresses.
| Use Case | Description | Endpoints |
|---|---|---|
| Whale Alert Bot | Notify on large transfers | /transfers?minAmount=1000000 |
| Smart Money Tracker | Follow top trader wallets | /wallets/top-traders → /wallets/{addr}/pnl |
| CEX Flow Monitor | Track deposits/withdrawals to exchanges | /transfers?receiverAddress={cex_wallet} |
| Wallet Profiler | Analyze any wallet's trading history | /wallets/{addr}/pnl + /trades?authorityAddress= |
| KOL Tracker | Monitor influencer wallets | /wallets/known-accounts?labels=KOL + /transfers |
| Fresh Wallet Detection | Find new wallets making big moves | /trades + /wallets/{addr}/token-balance |
Why Vybe for Whale Watching?
- 10,000+ labeled wallets — CEXs, VCs, KOLs, protocols identified
- Top trader rankings — Find the best performers to follow
- Transfer filtering — Filter by amount, sender, receiver, token
- Real-time data — Catch movements as they happen
📈 Token Analytics & Research
Deep dive into token metrics with holder distribution, concentration analysis, and market activity. All data comes from vetted markets—no inflated volumes from wash trading or fake prices from manipulated pools.
| Use Case | Description | Endpoints |
|---|---|---|
| Token Dashboard | Price, volume, market cap display | /tokens/{mint} |
| Price Charts | OHLCV candlestick charts | /tokens/{mint}/candles |
| Holder Analysis | Distribution, concentration, whales | /tokens/{mint}/holders |
| Holder Growth Tracker | Track holder count over time | /tokens/{mint}/holders-ts |
| Liquidity Monitor | Track available liquidity depth | /tokens/{mint}/liquidity-ts |
| Token Screener | Filter tokens by metrics | /tokens?sortByDesc=usdValueVolume24h |
| New Token Scanner | Find recently listed tokens | /markets + WebSocket new_tokens |
Why Vybe for Token Analytics?
- Vetted data only — No fake wicks or wash trading
- 3-hour holder refresh — vs 24 hours on other APIs
- Labeled top holders — Know who owns the supply
- Historical trends — Holder count and liquidity over time
🏦 Market Making & Liquidity
Monitor pools, track spreads, and analyze market microstructure across Solana's DEX ecosystem. Compare liquidity depth across venues and understand where volume flows.
| Use Case | Description | Endpoints |
|---|---|---|
| Pool Monitor | Track your LP positions | /markets/{marketId} + /markets/{marketId}/liquidity-ts |
| Spread Analysis | Monitor bid-ask spreads | /markets/{marketId}/candles |
| Volume Analytics | Track trading volume per pool | /trades?marketId= |
| Multi-Pool Dashboard | Compare liquidity across venues | /markets?mintAddress= |
Why Vybe for Market Making?
- Real liquidity data — Vetted pools with symmetric balance
- Per-pool granularity — Track specific markets, not just tokens
- Historical liquidity — See how depth changes over time
🔔 Alerts & Notifications
Build notification systems that trigger on price movements, whale activity, holder changes, and more. Poll endpoints efficiently or use WebSockets for real-time streams.
| Use Case | Description | Endpoints |
|---|---|---|
| Price Alert | Notify when token hits target | /tokens/{mint}/candles polling |
| Whale Movement Alert | Large transfer notifications | /transfers?minAmount= |
| New Holder Alert | When whale buys your token | /tokens/{mint}/holders delta |
| PnL Milestone Alert | Notify on profit/loss thresholds | /wallets/{addr}/pnl |
| Liquidity Alert | Warn when liquidity drops | /tokens/{mint}/liquidity-ts |
Why Vybe for Alerts?
- Accurate triggers — Vetted prices mean no false alerts from fake wicks
- Flexible filtering — Filter transfers by amount, address, token
- WebSocket support — Real-time streams for Pro/Enterprise
🏢 Project & Protocol Dashboards
Build analytics pages for your token or protocol. Show holders, track treasury, and provide transparency to your community with embeddable data.
| Use Case | Description | Endpoints |
|---|---|---|
| Token Analytics Page | Embed on your project site | /tokens/{mint} + /tokens/{mint}/candles |
| Holder Leaderboard | Show top holders publicly | /tokens/{mint}/holders |
| Treasury Dashboard | Track protocol treasury | /wallets/{addr}/token-balance |
| Community Wallet Tracker | Multi-sig monitoring | /wallets/batch/token-balances |
| Airdrop Eligibility | Check wallet activity/holdings | /wallets/{addr}/pnl + /trades |
Why Vybe for Project Dashboards?
- Labeled holders — Show "Binance Hot Wallet" not just addresses
- Accurate metrics — Prices and volumes from vetted markets
- Batch queries — Track multiple treasury wallets efficiently
🔬 Research & Analytics Platforms
Build research tools for institutional analysis, backtesting, and market structure studies. Access historical data and cross-reference multiple data sources.
| Use Case | Description | Endpoints |
|---|---|---|
| DEX Volume Analytics | Compare volume across protocols | /trades grouped by programId |
| Market Structure Analysis | Study liquidity distribution | /markets + /markets/{id}/liquidity-ts |
| Trader Behavior Study | Analyze trading patterns | /wallets/top-traders + /trades |
| Historical Backtesting | Test strategies on historical data | /tokens/{mint}/candles + /trades |
| Oracle Price Feeds | Pyth price integration | /oracle/pyth/* |
Why Vybe for Research?
- Clean historical data — Vetted trades for accurate backtests
- Labeled entities — Identify trader types and behaviors
- Cross-protocol coverage — Data from all major DEXs
🎮 Gaming & Consumer Apps
Integrate crypto into games and consumer applications. Show balances, verify NFT ownership, and enable token swaps within your app experience.
| Use Case | Description | Endpoints |
|---|---|---|
| In-Game Wallet | Show player token balances | /wallets/{addr}/token-balance |
| Reward Claiming | Swap reward tokens to SOL | /trading/swap |
| Leaderboard by Holdings | Rank players by token amount | /tokens/{mint}/holders |
| NFT Verification | Check NFT ownership for access | /wallets/{addr}/nft-balance |
Why Vybe for Gaming?
- Simple integration — REST API works with any stack
- Gasless swaps — Users don't need SOL for gas
- Privy support — Works with embedded wallets
Quick Reference: Endpoint → Use Case
| Endpoint | Primary Use Cases |
|---|---|
/trading/swap-quote | Bots, wallets, trading apps |
/trading/swap | Any app that needs swap execution |
/wallets/{addr}/token-balance | Portfolio trackers, wallets |
/wallets/{addr}/pnl | Trading dashboards, analytics |
/wallets/{addr}/defi-positions | Portfolio apps (unique to Vybe!) |
/wallets/top-traders | Copy trading, alpha hunting |
/wallets/util/close-token-accounts | Wallet apps, rent reclaim tools |
/wallets/util/withdraw-mev | Staking dashboards, MEV tools |
/tokens/{mint}/candles | Charts, price alerts, bots |
/tokens/{mint}/holders | Token analytics, holder tracking |
/transfers | Whale alerts, flow analysis |
/trades | Trading history, volume analysis |
/markets | DEX analytics, arbitrage |
Ready to Build?
| I want to... | Go to |
|---|---|
| Make my first API call | Quick Start |
| Execute swaps | Swap Execution |
| Understand data quality | Vetted Markets |
| Track portfolios | Wallet Intelligence |
| Analyze tokens | Token Data |
Updated 3 days ago