---
title: Aerodrome API on Base: Slipstream pools, swaps | DexPaprika
description: Pools, swaps, prices and OHLCV for Aerodrome on Base, classic pools and all three Slipstream factories, over REST. Free API key, no credit card.
url: https://dexpaprika.com/api/base/aerodrome
type: api-dex
---

# Aerodrome API on Base

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

Aerodrome on Base runs classic pools, indexed as aerodrome, and concentrated liquidity under the Slipstream name, which the API splits across three factories: aerodrome_v3, aerodrome_slipstream_2 and aerodrome_slipstream_3.

## Aerodrome on Base at a glance

- **1.5K+** active pools
- **$466.7M** volume, 24h
- **758,015** transactions, 24h

Data as of 2026-09-17 15:24 UTC, source: /networks/base/dexes

## Classic pools and Slipstream in one API

| Version | dex_id | factory_id | Volume, 24h |
|---|---|---|---|
| Aerodrome Slipstream 3 | `aerodrome_slipstream_3` | `0xf8f2eb4940cfe7d13603dddd87f123820fc061ef` | $312.4M |
| Aerodrome Slipstream | `aerodrome_v3` | `0x5e7bb104d84c7cb9b682aac2f3d509f5f406809a` | $129.5M |
| Aerodrome classic pools | `aerodrome` | `0x420dd381b31aef6683db6b902084cb0ffece40da` | $15.5M |
| Aerodrome Slipstream 2 | `aerodrome_slipstream_2` | `0xade65c38cd4849adba595a4323a8c7ddfe89716a` | $9.3M |

## Top Aerodrome pools on Base by 24h volume

| Pair | Version | Volume, 24h | Liquidity | Pool |
|---|---|---|---|---|
| WETH/USDC | Aerodrome Slipstream 3 | $49.3M | $8.1M | [`0x3fe0…392a`](https://dexpaprika.com/base/pool/0x3fe04a59ebd38cf06080a6f60a98d124eb59392a) |
| WETH/cbBTC | Aerodrome Slipstream 3 | $43.9M | $1.4M | [`0x7c74…efa9`](https://dexpaprika.com/base/pool/0x7c7420dd105e2779316423ba3e973f434315efa9) |
| USDC/cbBTC | Aerodrome Slipstream 3 | $38.7M | $4.3M | [`0x160d…eb12`](https://dexpaprika.com/base/pool/0x160d7e9d948b16c163332a277b393c288408eb12) |
| WETH/USDC | Aerodrome Slipstream | $32.7M | $27.7M | [`0xb2cc…dc59`](https://dexpaprika.com/base/pool/0xb2cc224c1c9fee385f8ad6a55b4d94e92359dc59) |
| WETH/cbBTC | Aerodrome Slipstream 3 | $30.1M | $8.6M | [`0x42d4…b76b`](https://dexpaprika.com/base/pool/0x42d4a22cad0f5a49681a5715ce994af73a43b76b) |
| USDC/OpenAI | Aerodrome Slipstream 3 | $18.3M | $5.0M | [`0x173f…af8f`](https://dexpaprika.com/base/pool/0x173f5dcf35ec4548d84ceb3c5269beeb1aceaf8f) |
| USDC/cbBTC | Aerodrome Slipstream | $14.4M | $5.3M | [`0x4e96…e778`](https://dexpaprika.com/base/pool/0x4e962bb3889bf030368f56810a9c96b83cb3e778) |
| USDC/USDT | Aerodrome Slipstream | $12.1M | $826,280.32 | [`0xa41b…fcd1`](https://dexpaprika.com/base/pool/0xa41bc0affba7fd420d186b84899d7ab2ac57fcd1) |
| USDC/cbBTC | Aerodrome Slipstream | $10.7M | $6.9M | [`0x3e66…a9fb`](https://dexpaprika.com/base/pool/0x3e66e55e97ce60096f74b7c475e8249f2d31a9fb) |
| WETH/USDT | Aerodrome Slipstream | $10.2M | $2.2M | [`0x9785…3c1b`](https://dexpaprika.com/base/pool/0x9785ef59e2b499fb741674ecf6faf912df7b3c1b) |

## Your first Aerodrome call

```bash
# top Aerodrome Slipstream 3 pools by 24h volume
curl "https://api.dexpaprika.com/networks/base/pools/search?dex_name=aerodrome_slipstream_3&order_by=volume_usd_24h&sort=desc&limit=5"

# newest transactions through one pool
curl "https://api.dexpaprika.com/networks/base/pools/0x3fe04a59ebd38cf06080a6f60a98d124eb59392a/transactions?limit=5"
```

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

```json
{
  "id": "0x8ffe8d3f24015acea93e9582e49c0379bec014a8b2564cfa63c358bde90851bb",
  "pool_id": "0x3fe04a59ebd38cf06080a6f60a98d124eb59392a",
  "factory_id": "0xf8f2eb4940cfe7d13603dddd87f123820fc061ef",
  "token_0_symbol": "WETH",
  "token_1_symbol": "USDC",
  "volume_0": 1.1943860767552625,
  "volume_1": 2925.052292,
  "price_0_usd": 2450.2268416723336,
  "created_at_block_number": 51434648,
  "created_at": "2026-09-17T15:24:03Z"
}
```

## Endpoints that answer for Aerodrome

| Endpoint | Returns | Docs |
|---|---|---|
| `GET /networks/base/pools/search?dex_name=aerodrome_slipstream_3` | Aerodrome Slipstream 3 pools, sorted and filtered by volume, liquidity, transactions or age. Swap in aerodrome_v3, aerodrome_slipstream_2 and aerodrome for the other versions. | [Reference](https://docs.dexpaprika.com/api-reference/pools/advanced-pool-filtering-on-a-specific-network) |
| `GET /networks/base/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/base/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/base/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/base/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/base/dexes` | Every DEX on Base, with each Aerodrome version as its own entry. | [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 Aerodrome 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.

### Which Aerodrome version is a swap from?

Read factory_id on the transaction row: 0xf8f2…61ef is Aerodrome Slipstream 3, 0x5e7b…809a is Aerodrome Slipstream, 0xade6…716a is Aerodrome Slipstream 2 and 0x420d…40da is Aerodrome classic pools. Pool records carry dex_id directly: aerodrome_slipstream_3 is Aerodrome Slipstream 3, aerodrome_v3 is Aerodrome Slipstream, aerodrome_slipstream_2 is Aerodrome Slipstream 2 and aerodrome is Aerodrome classic pools.

### How do I list only Aerodrome pools on Base?

Call /networks/base/pools/search with dex_name=aerodrome_slipstream_3, then with dex_name=aerodrome_v3, dex_name=aerodrome_slipstream_2 and dex_name=aerodrome for the other versions. Add order_by=volume_usd_24h to get the busiest first.

### How fresh is the Aerodrome 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:24 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 Aerodrome 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/base.

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

- [Uniswap on Base: DEX data API](https://dexpaprika.com/api/base/uniswap)
- [Base DEX Data API](https://dexpaprika.com/api/base)
- [Live Base streaming](https://dexpaprika.com/streaming/base)
- [API documentation](https://docs.dexpaprika.com)
- [AI agents and skills](https://agents.dexpaprika.com)

---
*Data provided by DexPaprika | Page: Aerodrome API on Base | Data as of 2026-09-17 15:24 UTC*
