Real-Time Aptos Price Streaming
Free • No API Key • Real-Time Updates
SSE streaming for top Aptos tokens across major DEXs. Live demo showcasing DexPaprika's high-performance API.
Aptos Live Data Stream
Real-time price updates for top 16 Aptos tokens via SSE streaming
Streaming real-time data from DexPaprika API • 16 Aptos 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 33 supported chains
[
{
"chain": "aptos",
"address": "0x6f986d146e4a90b828d8c12c14b6f4e003fdff11a8eecceceb63744363eaac01::mod_coin::MOD",
"method": "t_p"
},
{
"chain": "aptos",
"address": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC",
"method": "t_p"
},
{
"chain": "aptos",
"address": "0xbae207659db88bea0cbead6da0ed00aac12edcdda169e591cd41c94180b46f3b",
"method": "t_p"
},
{
"chain": "aptos",
"address": "0x5e156f1207d0ebfa19a9eeff00d62a282278fb8719f4fab3a586a0a2c0fffbea::coin::T",
"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 (Unlimited) | 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 | 10k/day + stream | 10k/mo (no stream) | 100/day (no stream) | 10k points/mo |
| Entry Price | $0 (Free) | $129/month | $249/month | Contact sales |
| Coverage | 33 chains, 201 DEXs, 22M 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 streaming for other supported blockchains