---
title: HyperSwap API on HyperEVM: pools and swaps | DexPaprika
description: Pools, swaps, prices and OHLCV for HyperSwap V3 on HyperEVM over REST, with the factory address on every swap. Free API key, no credit card.
url: https://dexpaprika.com/api/hyperevm/hyperswap
type: api-dex
---

# HyperSwap API on HyperEVM

> **Quick links**: [Pricing](https://dexpaprika.com/api/pricing) | [Developer console](https://console.dexpaprika.com) | [API documentation](https://docs.dexpaprika.com) | [HyperEVM DEX Data API](https://dexpaprika.com/api/hyperevm)

HyperSwap is a DEX on HyperEVM, Hyperliquid's EVM chain. The API indexes its V3 concentrated liquidity pools as hyperswap_v3.

## HyperSwap on HyperEVM at a glance

- **160+** active pools
- **$4.7M** volume, 24h
- **15,222** transactions, 24h

Data as of 2026-09-17 15:30 UTC, source: /networks/hyperevm/dexes

## HyperSwap V3 in the API

| Version | dex_id | factory_id | Volume, 24h |
|---|---|---|---|
| HyperSwap V3 | `hyperswap_v3` | `0xb1c0fa0b789320044a6f623cfe5ebda9562602e3` | $4.7M |

## Top HyperSwap pools on HyperEVM by 24h volume

| Pair | Version | Volume, 24h | Liquidity | Pool |
|---|---|---|---|---|
| WHYPE/UBTC | HyperSwap V3 | $2.4M | $2.2M | [`0x3a36…43e7`](https://dexpaprika.com/hyperevm/pool/0x3a36b04bcc1d5e2e303981ef643d2668e00b43e7) |
| WHYPE/USD₮0 | HyperSwap V3 | $1.6M | $635,234.36 | [`0x337b…0c30`](https://dexpaprika.com/hyperevm/pool/0x337b56d87a6185cd46af3ac2cdf03cbc37070c30) |
| WHYPE/USDC | HyperSwap V3 | $626,990.32 | $614,432.57 | [`0xe712…23c9`](https://dexpaprika.com/hyperevm/pool/0xe712d505572b3f84c1b4deb99e1beab9dd0e23c9) |
| USDC/USD₮0 | HyperSwap V3 | $64,202.84 | $81,318.73 | [`0x5544…5356`](https://dexpaprika.com/hyperevm/pool/0x55443b2a8ee28dc35172d9e7d8982b4282415356) |
| WHYPE/USD₮0 | HyperSwap V3 | $56,317.59 | $120,575.86 | [`0x56ab…4508`](https://dexpaprika.com/hyperevm/pool/0x56abfaf40f5b7464e9cc8cff1af13863d6914508) |

## Your first HyperSwap call

```bash
# 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/0x3a36b04bcc1d5e2e303981ef643d2668e00b43e7/transactions?limit=5"
```

Newest swap through the busiest HyperSwap pool at 2026-09-17 15:30 UTC, trimmed to ten fields:

```json
{
  "id": "0x018626fd98aab47dcd5c0bf4e28f343a6c452c5d1ae4b03bfa68d8355bcae78d",
  "pool_id": "0x3a36b04bcc1d5e2e303981ef643d2668e00b43e7",
  "factory_id": "0xb1c0fa0b789320044a6f623cfe5ebda9562602e3",
  "token_0_symbol": "UBTC",
  "token_1_symbol": "WHYPE",
  "volume_0": 0.02766666,
  "volume_1": 25.889314838719283,
  "price_0_usd": 76349.63514296949,
  "created_at_block_number": 46158945,
  "created_at": "2026-09-17T15:23:27Z"
}
```

## Endpoints that answer for HyperSwap

| Endpoint | Returns | Docs |
|---|---|---|
| `GET /networks/hyperevm/pools/search?dex_name=hyperswap_v3` | HyperSwap V3 pools, sorted and filtered by volume, liquidity, transactions or age. | [Reference](https://docs.dexpaprika.com/api-reference/pools/advanced-pool-filtering-on-a-specific-network) |
| `GET /networks/hyperevm/pools/{address}` | Liquidity, reserves, pricing and metadata for one pool. | [Reference](https://docs.dexpaprika.com/api-reference/pools/get-a-pool-on-a-network) |
| `GET /networks/hyperevm/pools/{address}/transactions` | Recent swaps, liquidity adds and removes for a pool, with token symbols and USD prices. | [Reference](https://docs.dexpaprika.com/api-reference/pools/get-transactions-of-a-pool-on-a-network-paging-can-be-used-up-to-100-pages) |
| `GET /networks/hyperevm/pools/{address}/ohlcv` | Candles for a pool at intervals from 1 minute to 24 hours. | [Reference](https://docs.dexpaprika.com/api-reference/pools/get-ohlcv-data-for-a-pool-pair) |
| `GET /networks/hyperevm/tokens/{address}` | Latest price, metadata and summary metrics for one token. | [Reference](https://docs.dexpaprika.com/api-reference/tokens/get-a-tokens-latest-data-on-a-network) |
| `GET /networks/hyperevm/dexes` | Every DEX on HyperEVM, hyperswap_v3 among them. | [Reference](https://docs.dexpaprika.com/api-reference/dexes/get-a-list-of-available-dexes-on-a-network) |
| `SSE /sse/transactions` | Swaps on a pool or token, pushed as they land. In preview. | [Reference](https://docs.dexpaprika.com/streaming/transactions-streaming) |

## What it costs

- **Free**: a free API key, no credit card. Data can run a short way behind the chain.
- **Paid plans**: real-time data, higher request ceilings and dedicated hosts.

Current quotas and rates: [API pricing](https://dexpaprika.com/api/pricing)

## Frequently asked 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 15:30 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 at docs.dexpaprika.com/streaming/showcase-streams, and a running price stream is on dexpaprika.com/streaming/hyperevm.

### 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.

## Related

- [Project X (PRJX) API on HyperEVM](https://dexpaprika.com/api/hyperevm/project_x)
- [HyperEVM DEX Data API](https://dexpaprika.com/api/hyperevm)
- [Live HyperEVM streaming](https://dexpaprika.com/streaming/hyperevm)
- [API documentation](https://docs.dexpaprika.com)
- [AI agents and skills](https://agents.dexpaprika.com)

---
*Data provided by DexPaprika | Page: HyperSwap API on HyperEVM | Data as of 2026-09-17 15:30 UTC*
