---
title: PancakeSwap API on BNB Chain: pools and swaps | DexPaprika
description: Pools, swaps, prices and OHLCV for PancakeSwap v2, v3 and StableSwap on BNB Chain over one REST API. Free API key, no credit card.
url: https://dexpaprika.com/api/bsc/pancakeswap
type: api-dex
---

# PancakeSwap API on BNB Chain

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

PancakeSwap on BNB Chain is three DEXes in the API: v2 pairs, v3 concentrated liquidity, and StableSwap pools for pegged assets.

## PancakeSwap on BNB Chain at a glance

- **24K+** active pools
- **$1.17B** volume, 24h
- **4,458,421** transactions, 24h

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

## PancakeSwap v2, v3 and StableSwap in one API

| Version | dex_id | factory_id | Volume, 24h |
|---|---|---|---|
| PancakeSwap v3 | `pancakeswap_v3` | `0x0bfbcf9fa4f9c56b0f40a671ad40e0805a091865` | $726.7M |
| PancakeSwap v2 | `pancakeswap_v2` | `0xca143ce32fe78f1f7019d7d551a6402fc5350c73` | $439.9M |
| PancakeSwap StableSwap | `pancakeswap_stable` | `0x36bbb126e75351c0dfb651e39b38fe0bc436ffd2`, `0x25a55f9f2279a54951133d503490342b50e5cd15` | $373,988.62 |

## Top PancakeSwap pools on BNB Chain by 24h volume

| Pair | Version | Volume, 24h | Liquidity | Pool |
|---|---|---|---|---|
| quq/USDT | PancakeSwap v3 | $156.5M | $1.7M | [`0x9485…75a2`](https://dexpaprika.com/bsc/pool/0x9485ff32b6b4444c21d5abe4d9a2283d127075a2) |
| USDT/WBNB | PancakeSwap v3 | $137.5M | $12.4M | [`0x172f…f849`](https://dexpaprika.com/bsc/pool/0x172fcd41e0913e95784454622d1c3724f546f849) |
| NODA/MNT21 | PancakeSwap v3 | $68.2M | $1.11B | [`0xc1aa…5b65`](https://dexpaprika.com/bsc/pool/0xc1aa117421e2ac264f9a1cdbb4064c37df755b65) |
| DGAI/USDT | PancakeSwap v3 | $53.8M | $3.1M | [`0x0e6e…d534`](https://dexpaprika.com/bsc/pool/0x0e6e1f47c64f517fc9dc35698718c7dfc708d534) |
| USDT/蝴蝶人生 | PancakeSwap v2 | $34.2M | $2.2M | [`0xf309…d629`](https://dexpaprika.com/bsc/pool/0xf309dfecd974bce03b563d3a557cf64c25bbd629) |
| USDC/WBNB | PancakeSwap v3 | $30.4M | $2.0M | [`0xf268…12c4`](https://dexpaprika.com/bsc/pool/0xf2688fb5b81049dfb7703ada5e770543770612c4) |
| USDT/果蝇 | PancakeSwap v2 | $25.6M | $21297.21B | [`0xf85f…ff75`](https://dexpaprika.com/bsc/pool/0xf85f83a8d0477d39d7f69b4964c0b4aec086ff75) |
| Figure/USDT | PancakeSwap v2 | $13.9M | $2.7M | [`0x6930…ee3d`](https://dexpaprika.com/bsc/pool/0x6930d0842c1bf8dc7926e4d699768de51477ee3d) |
| USDT/BinanceTown | PancakeSwap v2 | $8.9M | $121,475.27 | [`0xcec1…f7a3`](https://dexpaprika.com/bsc/pool/0xcec13213c390d51121f82ba2ecafb8e11e0af7a3) |
| USDT/WBNB | PancakeSwap v2 | $8.5M | $76.6M | [`0x16b9…0dae`](https://dexpaprika.com/bsc/pool/0x16b9a82891338f9ba80e2d6970fdda79d1eb0dae) |

## Your first PancakeSwap call

```bash
# top PancakeSwap v2 pools by 24h volume
curl "https://api.dexpaprika.com/networks/bsc/pools/search?dex_name=pancakeswap_v2&order_by=volume_usd_24h&sort=desc&limit=5"

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

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

```json
{
  "id": "0xcf2d0992a8c64e3cb83f2a415f72909ebe2db4889f019fb8439776f406e12398",
  "pool_id": "0x9485ff32b6b4444c21d5abe4d9a2283d127075a2",
  "factory_id": "0x0bfbcf9fa4f9c56b0f40a671ad40e0805a091865",
  "token_0_symbol": "quq",
  "token_1_symbol": "USDT",
  "volume_0": 845732.6461466209,
  "volume_1": 1427.213468947617,
  "price_0_usd": 0.0016863908338156212,
  "created_at_block_number": 122437704,
  "created_at": "2026-09-17T15:30:16Z"
}
```

## Endpoints that answer for PancakeSwap

| Endpoint | Returns | Docs |
|---|---|---|
| `GET /networks/bsc/pools/search?dex_name=pancakeswap_v2` | PancakeSwap v2 pools, sorted and filtered by volume, liquidity, transactions or age. Swap in pancakeswap_v3 and pancakeswap_stable for the other versions. | [Reference](https://docs.dexpaprika.com/api-reference/pools/advanced-pool-filtering-on-a-specific-network) |
| `GET /networks/bsc/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/bsc/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/bsc/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/bsc/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/bsc/dexes` | Every DEX on BNB Chain, with each PancakeSwap 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 PancakeSwap 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 PancakeSwap version is a swap from?

Read factory_id on the transaction row: 0xca14…0c73 is PancakeSwap v2, 0x0bfb…1865 is PancakeSwap v3 and 0x36bb…ffd2 and 0x25a5…cd15 are PancakeSwap StableSwap. Pool records carry dex_id directly: pancakeswap_v2 is PancakeSwap v2, pancakeswap_v3 is PancakeSwap v3 and pancakeswap_stable is PancakeSwap StableSwap.

### How do I list only PancakeSwap pools on BNB Chain?

Call /networks/bsc/pools/search with dex_name=pancakeswap_v2, then with dex_name=pancakeswap_v3 and dex_name=pancakeswap_stable for the other versions. Add order_by=volume_usd_24h to get the busiest first.

### How fresh is the PancakeSwap 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 PancakeSwap 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/bsc.

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

- [BNB Chain DEX Data API](https://dexpaprika.com/api/bsc)
- [Live BNB Chain streaming](https://dexpaprika.com/streaming/bsc)
- [API documentation](https://docs.dexpaprika.com)
- [AI agents and skills](https://agents.dexpaprika.com)

---
*Data provided by DexPaprika | Page: PancakeSwap API on BNB Chain | Data as of 2026-09-17 15:30 UTC*
