Skip to main content

HyperSwap API on HyperEVM

HyperSwap is a DEX on HyperEVM, Hyperliquid's EVM chain. The API indexes its V3 concentrated liquidity pools as hyperswap_v3. Pools, prices, OHLCV candles and individual swaps come back over REST, with streaming in preview.

160+active HyperSwap pools
$4.7Mvolume, 24h
15,222transactions, 24h
hyperswap_v3dex_id

Data as of 2026-09-17 14:31 UTC, source: /networks/hyperevm/dexes

Your first HyperSwap call

Find the busiest pools for one version, then read the swaps going through one of them. Token symbols come back in every transaction row, so there is no second lookup.

# top HyperSwap V3 pools by 24h volume
curl "https://api.dexpaprika.com/networks/hyperevm/pools/search?dex_name=hyperswap_v3&order_by=volume_usd_24h&sort=desc&limit=5"

# newest transactions through one pool
curl "https://api.dexpaprika.com/networks/hyperevm/pools/{pool_address}/transactions?limit=5"

HyperSwap V3 in the API

Pool records carry dex_id. Swap rows carry factory_id, the contract the swap went through.

Versiondex_idfactory_idVolume, 24h
HyperSwap V3hyperswap_v30xb1c0fa…2602e3$4.7M

Data as of 2026-09-17 14:31 UTC, source: /networks/hyperevm/dexes

Endpoints that answer for HyperSwap

The same paths work on every chain we index. Full reference in the docs.

EndpointReturnsDocs
GET /networks/hyperevm/pools/search?dex_name=hyperswap_v3HyperSwap V3 pools, sorted and filtered by volume, liquidity, transactions or age.reference
GET /networks/hyperevm/pools/{address}Liquidity, reserves, pricing and metadata for one pool.reference
GET /networks/hyperevm/pools/{address}/transactionsRecent swaps, liquidity adds and removes for a pool, with token symbols and USD prices.reference
GET /networks/hyperevm/pools/{address}/ohlcvCandles for a pool at intervals from 1 minute to 24 hours.reference
GET /networks/hyperevm/tokens/{address}Latest price, metadata and summary metrics for one token.reference
GET /networks/hyperevm/dexesEvery DEX on HyperEVM, hyperswap_v3 among them.reference
SSE /sse/transactionsSwaps on a pool or token, pushed as they land. In preview.reference

Streaming HyperSwap swaps

Streaming over server-sent events is in preview. /sse/transactions pushes swaps on a pool or token as they land, and each update counts as one request. See the showcase streams for access, or watch a running price stream on the HyperEVM streaming page.

What it costs

One call is one credit on your plan. Current quotas and rates are on the pricing page.

Free
$0 / month
  • A free API key, no credit card
  • Every endpoint on this page
  • Data can run a short way behind the chain
Get your free API key
Pro
$99 / month
  • Real-time data on every endpoint
  • Higher request ceilings
  • Its own hosts: api-pro and streaming-pro
See the plans

HyperSwap API questions

Do I need an API key to query HyperSwap data?

A free API key is the place to start. It needs no credit card and works on every endpoint on this page: register one at console.dexpaprika.com. Current quotas are on the pricing page.

How do I tell HyperSwap swaps from other HyperEVM DEXes?

Pool records carry dex_id: hyperswap_v3, and every swap row through them carries factory_id: 0xb1c0…02e3.

How do I list only HyperSwap pools on HyperEVM?

Call /networks/hyperevm/pools/search with dex_name=hyperswap_v3. Add order_by=volume_usd_24h to get the busiest first.

How fresh is the HyperSwap data?

On the free plan, data can run a short way behind the chain. Paid plans serve it in real time. The figures on this page were read from the API at 2026-09-17 14:31 UTC.

What counts as one request?

One call is one credit, including a call that returns many rows. Batch endpoints bill per item. Each streaming update also counts as one.

Can I stream HyperSwap swaps instead of polling?

Streaming over server-sent events is in preview. /sse/transactions pushes swaps on a pool or token as they land. Access is described in the showcase streams docs, and a running price stream is on the HyperEVM streaming page.

How do I send my key once I have one?

Put the key in the Authorization header on its own, with nothing in front of it.

Which host do I call?

api.dexpaprika.com with a free key. Pro and Enterprise keys go to api-pro.dexpaprika.com.

Start querying HyperSwap on HyperEVM

Every call on this page is one paste away. Plans decide how many you can make and how fresh the data is.