REST API + WebSocket Streaming

The Solana Data API

Real-time token data, trade streams, rankings, and analytics for every Solana DEX — in one unified API.

API Status: Operational
Endpoints: 22+

Real-time data across the Solana DEX ecosystem

PumpFunRaydiumJupiterOrcaPumpSwapMeteora

Everything You Need to Build

One API for the entire Solana DEX ecosystem. Real-time data, historical analytics, and comprehensive token coverage.

Comprehensive Token Data

Real-time and historical data for every Solana token. Prices, market cap, volume, holders, liquidity — all from a single endpoint.

Live Trade Stream

WebSocket streaming of every swap across PumpFun, Raydium, Jupiter, Orca, and PumpSwap. Sub-second latency.

Discovery & Search

Find tokens by name, symbol, or address. Discover new launches, graduating tokens, and trending pairs across all Solana DEXs.

Rankings & Analytics

Top traders, top tokens, volume leaders, and launchpad analytics. Pre-computed rankings updated in real time.

Multi-DEX Coverage

Unified data across PumpFun, Raydium, Jupiter, Orca, PumpSwap, and more. One API for the entire Solana DEX ecosystem.

99.9% Uptime

Enterprise-grade infrastructure with redundant data pipelines. Cursor-based pagination, rate limiting, and comprehensive error handling.

Built for Developers

A comprehensive REST API with 22+ endpoints across 7 categories. Cursor-based pagination, WebSocket streaming, and interactive documentation.

RankingsToken InfoHoldersDiscoveryAnalyticsSearchTrades
22+
Endpoints
7
Categories
<50ms
Avg Latency
Explore API Docs
stream-trades.js
1// Stream real-time trades across all DEXs
2const ws = new WebSocket(
3 "wss://ws.shinobi.trade/trades"
4);
5
6ws.onmessage = (event) => {
7 const trade = JSON.parse(event.data);
8 console.log(trade);
9};
10// Live trade event
11{
12 "token": "BONK",
13 "side": "buy",
14 "price": 0.00002847,
15 "dex": "raydium",
16 "timestamp": 1709234567
17}

Simple, Transparent Pricing

Start free. Scale when you need to. No hidden fees.

Free

Explore the API

$0/ forever
  • 100 requests / day
  • 1 request per second
  • All REST endpoints
  • Token data & search
  • Community support
Get API Key

Basic

For indie developers

$29/mo
  • 10,000 requests / day
  • 5 requests per second
  • All REST endpoints
  • WebSocket streaming
  • Rankings & analytics
  • Email support
Get Started
POPULAR

Pro

For trading bots & apps

$99/mo
  • 100,000 requests / day
  • 20 requests per second
  • All REST endpoints
  • WebSocket streaming
  • Historical data access
  • Priority support
  • Custom webhooks
Get Started

Enterprise

For institutions & platforms

Custompricing
  • Unlimited requests
  • Custom rate limits
  • Dedicated WebSocket feeds
  • Historical data exports
  • 24/7 dedicated support
  • White-label options
  • SLA guarantee
Contact Sales

Ready to Build on Solana?

Get started with the most comprehensive Solana DEX data API. Free tier included.