Skip to main content
REST + SSE STREAMING · FREE API KEY · NO CREDIT CARD

Arc logo Arc DEX Data API - REST + real-time streaming

Token prices, liquidity pools, OHLCV and swaps for every Arc DEX we index, updated when a swap moves the pool, delivered over REST or pushed to you over SSE. 100K requests a month on the free plan, no credit card.

3Arc DEXes indexed
8,199liquidity pools tracked
$52.90M24h DEX volume
588.39K24h swap transactions

Arc coverage

What you get the moment you call the API: every endpoint, no quota negotiation.

DEXes indexed3, incl. Uniswap V4
Liquidity pools8,199 tracked, reserves updated per block
24h DEX volume$52.90M
24h swap transactions588.39K
Update cadencewhen a swap moves the pool
HistoryOHLCV candles from 1-minute to 1-day; the same history depth on every tier
DeliveryREST JSON + SSE push streams

Data as of 2026-09-16 13:58 UTC · source: api.dexpaprika.com

Arc API endpoints

Every endpoint below is on every plan, the free one included. Full reference in the docs.

EndpointReturnsDocs
/networks/arc/dexesAll indexed DEXes with 24h volume and pool countsreference
/networks/arc/pools/searchPools: filter & sort by volume, liquidity, txns, agereference
/networks/arc/tokens/{address}Token metadata + live price + 24h statsreference
/networks/arc/pools/search?token_address={address}Every pool a token trades inreference
/networks/arc/pools/{address}/ohlcvCandles from 1-minute to 1-day; the same history depth on every tierreference
/networks/arc/pools/{address}/transactionsSwap-level transaction historyreference
/networks/arc/multi/prices?tokens=a,bBatched USD prices, up to 10 tokens per callreference

Your first Arc call

▸ Paste and run. A free API key lifts you to 100K requests a month.

# top Arc pools by 24h volume
curl "https://api.dexpaprika.com/networks/arc/pools/search?order_by=volume_usd_24h&sort=desc&limit=5"

# live price for USDC
curl "https://api.dexpaprika.com/networks/arc/tokens/0x3600000000000000000000000000000000000000"

Streaming: stop polling Arc

Open one SSE connection and we push token prices and per-block pool reserve deltas as Arc state changes, a push-based reserves feed you will not find at CoinGecko or DexScreener. Poll loops re-fetch unchanged state and still miss mid-block moves. With push, the only gap between on-chain state and your app is the network round-trip plus our block indexing.

# push: live USDC price ticks on Arc. One connection, no polling
curl -N "https://streaming.dexpaprika.com/sse/prices?chain=arc&address=0x3600000000000000000000000000000000000000&method=token_price"

# push: per-block reserve deltas for USDC pools
curl -N "https://streaming.dexpaprika.com/sse/reserves?chain=arc&address=0x3600000000000000000000000000000000000000&method=token_reserves"

# push: live swaps touching USDC, as they land on Arc
curl -N "https://streaming.dexpaprika.com/sse/transactions?chain=arc&address=0x3600000000000000000000000000000000000000&method=token"

Free tier: up to 10 concurrent streams per IP. Watch it live on the Arc streaming demo or read the streaming docs.

Simple, honest pricing

Same endpoints on every tier. Full details on the pricing page.

Free
$0 / month
  • 100K requests / month with a free API key
  • No credit card, ready in under a minute
  • Every endpoint, every chain, real-time
Get your free API key
Pro
$99 / month
  • 5M requests included
  • Streaming at scale + priority support
  • Transparent overages, no gotchas
Start Pro

Arc DEX data API — frequently asked questions

Which Arc DEXes does the API cover?

3 Arc DEXes including Uniswap V4, 8,199 pools in total, as of 2026-09-16 13:58 UTC.

How fresh is the Arc data?

Data updates every Arc block. REST responses reflect the latest indexed block; SSE streams push changes as they happen, so there is no polling interval between your app and Arc chain state.

Do I need an API key for Arc data?

For anything past a first test, yes. A free API key takes under a minute, needs no credit card, and covers 100K requests per month on every endpoint and every chain. Dev ($30/mo) raises that to 500K, and Pro ($99/mo) lifts the ceiling to 5M requests.

How do I get a Arc token price with the API?

GET /networks/arc/tokens/{address} returns the live USD price with 24h volume and liquidity in one call. For portfolios, /networks/arc/multi/prices returns batched prices for up to 10 tokens per request.

Does streaming work for Arc?

Yes. SSE streams at streaming.dexpaprika.com push Arc token prices (/sse/prices) and per-block pool reserve deltas (/sse/reserves). That is a push-based reserves feed you will not find at CoinGecko or DexScreener.

What does the Arc DEX API cost?

The free tier includes 100K requests per month with a free API key, no credit card, on every endpoint and every chain. Dev is $30/mo for 500K requests, and Pro is $99/mo for 5M requests with priority support.

Every chain, same API

Start on Arc. Scale across 36 chains without changing a line of integration code.

Build on Arc data in the next 60 seconds

Start on Arc. Scale across 36 chains. The first request is one curl away: free key, no card, no sales call.