The Solana data APIfor teams that can't wait on an RPC node.
You shouldn't have to run a validator just to read a swap. We run Solana nodes with Geyser plugins and index every block, so Raydium, Pump.fun and Jupiter trades, SPL transfers, balances and NFTs all live in one schema you can query — or stream in real time.
subscription { Solana { DEXTrades( where: {Trade: {Dex: {ProtocolName: {is: "raydium"}}}} ) { Trade { Buy { Price Amount Currency { Symbol } } Dex { ProtocolName } } } } }
Most Solana questions don't map to a single RPC call.
"What did this wallet trade?" sounds simple, but on raw RPC it turns into thousands of chained calls, instruction decoders you maintain yourself, and data that gets dropped exactly when volume spikes. We've already done that work, so you can skip to the answer.
Four ways to get Solana data — one schema underneath.
Model your query once in GraphQL and the same Solana fields come back over GraphQL streams, Kafka, gRPC or a bulk cloud export. There's no second schema to learn; you just pick the channel that matches your latency and volume.
Every major Solana venue, decoded into one feed.
A single DEXTrades query spans every venue below. Filter by mint, pair, market, wallet or program ID — and aggregate to OHLCV, top traders or pool volume.
The Solana products people ship on us.
Each one is a filter on the same indexed data — subscribe over Kafka or gRPC for bots, or query GraphQL for dashboards.
Snipe new Pump.fun mints
Stream token-creation events the instant they hit the bonding curve and filter by market cap or creator wallet.
where: { MarketCap: { ge: 5000 } }
Copy-trade any wallet
Subscribe to a target wallet's swaps across every DEX and mirror them in real time for copy-trading or alerts.
where: { Trade.Account: "<wallet>" }
Build OHLCV charts
Aggregate raw trades into candlesticks per pair and interval — the feed behind TradingView-style Solana charts.
Trade: { close: PriceInUSD ... }
} # 1m / 5m / 1h
What teams say about our Solana data
"We did a thorough search of the market for the best onchain data. Bitquery came out on top — and now powers all live prices across Nansen. We don't think of them as a vendor. They're a partner."
Pricing
Start on Solana. Scale when you ship.
Real-time data on this chain is included in every self-service plan. Every paid plan starts with a 7-day free trial — full streaming included, no card required.
Personal
For side projects, learning & testing. Personal use only — no commercial use.
billed annually ($468/yr) · save 20%
- 100k API points / mo ≈ 20k calls
- 30 req/min · 3 simultaneous
- Full GraphQL & REST schema
- Real-time data · 9 core chains 30-day window
- API only — no streams
- Community support
Pro
For trading bots, alerts & dashboards on live DEX and price data.
billed annually ($948/yr) · save 20%
- 1M API points / mo ≈ 200k calls
- 90 req/min · 6 simultaneous
- 100k stream-minutes + 5 GB
- 100 concurrent streams
- Trading-data streams live DEX & prices
- Real-time data · 9 core chains
Scale
For production real-time apps — every stream, scale on demand.
billed annually ($2,868/yr) · save 20%
- 5M API points / mo ≈ 1M calls
- 240 req/min · 12 simultaneous
- 2M stream-minutes + 50 GB
- 1,000 concurrent streams
- All streams onchain + mempool
- Dedicated Slack support
Enterprise
Full history, unlimited streams & bulk delivery at scale.
flat platform fee — no metering
- Complete history · 40+ chains
- Unlimited WebSocket streaming no stream-min or GB limit
- Custom points & rate limits
- Kafka fixed-cost · S3 bulk export
- Coinpath® money flow
- SLA · SSO · dedicated support
Flat-rate add-ons on every open plan: $40 / 1M points · $20 / 100k stream-minutes · $8 / GB (bought yearly · save 20%) — same price at any volume, billed only for what you add.
Solana questions, answered.
How can I get Solana blockchain data with Bitquery?
How do I query Raydium, Pump.fun, Jupiter and other DEX trades?
Can I track new Pump.fun launches and graduations in real-time?
How do I stream Solana data using Kafka or gRPC?
Does Bitquery support SPL tokens, NFTs and balance tracking?
How do I monitor a Solana wallet for copy trading or alerts?
Your first Solana query is five minutes away.
Start free in the GraphQL IDE — no card, no sales call. Scale to Kafka or gRPC when you're ready, and we'll shape a Solana feed around your stack.