Solana DEX Data API
& WebSocket Firehose
Decoded real-time market data from 50+ DEX protocols through one WebSocket. No gRPC setup, no custom deserializers.
Built for trading platforms
Trusted by teams building on Solana
Everything you need to
build on Solana DeFi.
Stop stitching together gRPC streams, custom decoders, and five different providers. Dritan gives you the full stack (data, execution, and custody) through one SDK.
WebSocket Firehose
Real-Time DEX Data
- Decoded pools from 50+ DEXs
- Prices, reserves & market caps
- Sub-millisecond delivery
- One connection per DEX protocol
Data API
REST Endpoints
- Token prices by mint address
- 1-second OHLCV candles
- Bundle checker & sniper detection
- Wallet PnL & portfolio data
Swap API
Build & Broadcast
- Build unsigned swaps server-side
- Jito bundle support built in
- Sandwich protection by default
- Sign client-side, we broadcast
Enclaves
Managed Wallets
- Non-custodial wallet API
- Policy-based signing rules
- Hardware enclave (HSM) backed
- Automate treasury operations
Solana DEX Infrastructure
Handled for You
Dritan decodes state changes directly from validators across every major Solana DEX and delivers them as clean, normalized JSON. No gRPC setup. No custom parsing per protocol. Just connect and build.
Skip the Decoding
We parse every DEX protocol including Raydium, Orca, Meteora, Pump.fun, Jupiter, and 45+ more so you don't have to write a single deserializer.
WebSocket, Not Polling
Get push-based updates the instant pool state changes on-chain. No polling loops, no wasted requests, no stale data.
Prices Already Calculated
Every event includes USD prices, market caps, reserves, and normalized decimals. No raw account bytes to interpret.
Production-Grade Performance
Rust-native engine co-located with Solana validators in Tokyo, Frankfurt, and New York. Sub-millisecond delivery with same-slot processing. The same feed powering production trading systems.
Reliable by Default
Redundant streams, automatic failover, and 99% uptime SLA. Your app stays live even if a node goes down.
Solana Data API Pricing. Start Free.
Get a free API key and start streaming decoded DEX data in minutes. Upgrade when your product needs more connections.
- 1 WebSocket stream
- 10 REST RPS
- Swap platform fee: 30 bps (0.3%)
- All 50+ DEX protocols
- REST: prices, OHLCV, analytics
- Dashboard + API keys
- 5 WebSocket streams
- 100 REST RPS
- Swap platform fee: 20 bps (0.2%)
- All 50+ DEX protocols
- Swap build + broadcast API
- Priority support
- Unlimited WebSocket streams
- Up to 500 REST RPS
- Swap platform fee: 0 bps (0%)
- Custom limits + SLAs
- Dedicated infrastructure options
- Security + compliance support
import { DritanClient } from 'dritan-sdk'; // 1. Connect to a DEX websocket stream const client = new DritanClient({ apiKey: process.env.DRITAN_API_KEY! }); const stream = client.streamDex('amm', { // Required in browsers (no custom headers) sendApiKeyInQuery: true, onMessage: (event) => { // event is parsed JSON when possible console.log(event); } }); // Close after 10 seconds setTimeout(() => stream.close(), 10_000);
Solana DEX SDK.
Ship in Minutes.
Stream decoded DEX data, build and broadcast swaps, and manage wallets with one SDK. What used to take weeks of infrastructure setup is a few lines of code.
View Full API ReferenceLive WebSocket DEX Stream
This is what one WebSocket connection gives you: decoded pool updates, streaming in real time. Pick a DEX and hit Stream. The console shows the same data your app would receive in production.
Decoded Solana DEX Data. Clean JSON.
Every pool update arrives decoded, normalized, and enriched. Ready to use in your app with no Borsh deserialization, no manual price calculations, and no figuring out decimals per token.
Built for Solana
DeFi Developers
Who builds with Dritan
- Teams building trading platforms & bots
- Developers building analytics & dashboards
- Startups shipping DeFi products fast
Trading Platforms & Bots
- Get decoded prices from every DEX without writing custom parsers for each protocol.
- Build snipers, arbitrage bots, or copy-trade systems on top of real-time pool data.
- Execute swaps with built-in Jito bundle support and sandwich protection.
Analytics & Dashboards
- Power real-time charts with 1-second OHLCV candles and live pool prices.
- Show users bundle checker data, sniper detection, and deployer analytics.
- Aggregate volume and liquidity across all major DEXs from a single data source.
Ready to start
building?
Get a free API key and start streaming decoded Solana DEX data in under 5 minutes. No infrastructure setup required.