Real-Time Sonic Price Streaming
Free • No API Key • Real-Time Updates
Server-Sent Events (SSE) streaming for top Sonic tokens across major DEXs. Prices are pushed straight from on-chain trades: a live demo of DexPaprika's high-performance API.
Sonic Live Data Stream
Real-time on-chain price updates for top 10 Sonic tokens, pushed via SSE streaming
Stream disconnected.
Streaming real-time data from DexPaprika API • 10 Sonic tokens • Low latency SSE connection
TRY IT YOURSELF - LIVE
Select blockchains, then tokens to instantly filter the live stream
💡 Enter any token address from our 36 supported chains
[
{
"chain": "sonic",
"address": "0x29219dd400f2bf60e5a23d13be72b486d4038894",
"method": "t_p"
},
{
"chain": "sonic",
"address": "0x50c42deacd8fc9773493ed674b675be577f2634b",
"method": "t_p"
}
]Live Filtered Stream
Showing 2 tokens from 1 chain
How We Stack Up
Compare DexPaprika with other crypto data providers
| Feature | DexPaprika | CoinGecko API | CoinAPI | Bitquery |
|---|---|---|---|---|
| Streaming Tech | SSE (HTTP) | WebSocket | WebSocket | GraphQL WS |
| Free Streaming | YES (10 streams/IP) | NO ($129/mo) | NO ($249/mo) | 2 test streams |
| API Key Required | NO | YES | YES | YES |
| Latency | <100ms | ~100-200ms | ~100-200ms | ~1s (blocks) |
| Free Tier | 200K/mo + stream | 10k/mo (no stream) | 100/day (no stream) | 10k points/mo |
| Entry Price | $0 (Free) | $129/month | $249/month | Contact sales |
| Coverage | 36 chains, 200+ DEXs, 32M+ tokens | 250+ chains (CEX+DEX) | Mainly CEX + some DEX | 40+ chains, 100+ DEXs |
| Ease of Use | Simple SSE/HTTP | WebSocket setup | WebSocket setup | Complex GraphQL |
All pricing and features accurate as of February 2026. Contact providers for latest information.
Get Started in Seconds
Simple SSE streaming with no API keys required
// Stream real-time prices via SSE
const source = new EventSource('https://streaming.dexpaprika.com/stream', {
method: 'POST',
body: JSON.stringify([
{ chain: 'ethereum', address: '0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2', method: 't_p' }
])
});
source.addEventListener('t_p', (e) => {
const data = JSON.parse(e.data);
console.log(`${data.c}: ${data.p}`); // ethereum: 2739.85
});Ready to Start Streaming?
Get real-time blockchain data in under 5 minutes
No API key. No credit card.
Other Chains
Explore real-time on-chain streaming for other supported blockchains