Skip the data pipeline.
Ship your Solana app.
Clean, pre-parsed OHLCV, swaps, and price streams across every major Solana DEX. Free tier, no enterprise contracts, no $200/month barrier.
Click to see what we decode in real time · no signup · ESC stops
Why Choose Our API?
Supported Markets
Access real-time data from Solana's leading DEXs
































Power your charts, bots, and dashboardsin seconds — not months.
The terminal below is live. Same data, three lines of code away.
Get the same data in your app
Pick a transport. Same source, different shapes.
Subscribe to swaps
Real-time decoded swap events from every supported DEX, in your browser or Node app.
const ws = new WebSocket( "wss://ws.dexploit.dev/ws/swaps" + "?api_key=" + KEY ); ws.onmessage = (e) => console.log(JSON.parse(e.data));Swap-events docs
Query historical candles
146M+ OHLCV candles across 1.2M+ pairs · 8 timeframes from 1s to 1d.
curl "https://api.dexploit.dev\ /api/v1/candles/latest\ ?pair_address=$PAIR\ &timeframe=1m&limit=100\ &api_key=$KEY"REST API docs
Stream over Protobuf
Compact binary streaming over HTTP/2 for trading bots and analytics pipelines.
from dexploit_pb2_grpc \
import SwapsStreamStub
stub = SwapsStreamStub(channel)
for swap in stub.StreamSwaps(req):
print(swap.dex, swap.sol_amount)gRPC docs Skip the Infrastructure Nightmare
Building your own Solana data pipeline is expensive, complex, and time-consuming. We've already done the heavy lifting so you don't have to.
The Problem with DIY
Expensive Infrastructure
Solana gRPC/RPC subscriptions cost $500-2000/month just for raw access. That's before you even start processing data.
Messy Data Parsing
Solana's raw transaction data is extremely complex. Building parsers for different DEX programs takes months of development.
Constant Maintenance
DEX programs update frequently. Your parsers break. You need a dedicated team just to maintain data pipelines.
No Historical Data
Starting from scratch means no historical OHLCV data. Backtesting and analysis become impossible without months of data collection.
Our Solution
One Simple API
No need for expensive Solana subscriptions. Get clean, normalized OHLCV data through our REST API, WebSocket, gRPC, or GraphQL.
Pre-Processed & Clean
We've already built the complex parsers. You get perfectly formatted OHLCV candles ready for your trading algorithms.
Always Up-to-Date
Our team maintains the infrastructure 24/7. When DEXs update, we handle it. Your integration never breaks.
Complete Historical Data
Access years of historical OHLCV data instantly. Perfect for backtesting, analysis, and machine learning models.
Why Pay for Infrastructure When You Can Pay for Data?
Stop wasting time and money building what we've already perfected.