---
title: Orca DEX API on Solana: Whirlpools, swaps | DexPaprika
description: Pools, swaps, prices and OHLCV for Orca Whirlpools on Solana over REST, with the program ID on every swap. Free API key, no credit card.
url: https://dexpaprika.com/api/solana/orca
type: api-dex
---

# Orca DEX API on Solana

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

Orca's pools on Solana are Whirlpools, a concentrated liquidity program. The API indexes them as one DEX, orca, and every swap row carries the Whirlpools program ID.

## Orca on Solana at a glance

- **4.1K+** active pools
- **$312.9M** volume, 24h
- **1,388,177** transactions, 24h

Data as of 2026-09-17 15:23 UTC, source: /networks/solana/dexes

## Orca Whirlpools in the API

| Version | dex_id | factory_id | Volume, 24h |
|---|---|---|---|
| Orca Whirlpools | `orca` | `whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc` | $312.9M |

## Top Orca pools on Solana by 24h volume

| Pair | Version | Volume, 24h | Liquidity | Pool |
|---|---|---|---|---|
| SOL/USDC | Orca Whirlpools | $179.3M | $24.5M | [`Czfq3x…44zE`](https://dexpaprika.com/solana/pool/Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE) |
| cbBTC/USDC | Orca Whirlpools | $21.3M | $6.1M | [`HxA6SK…syLM`](https://dexpaprika.com/solana/pool/HxA6SKW5qA4o12fjVgTpXdq2YnZ5Zv1s7SB4FFomsyLM) |
| ZEC/USDC | Orca Whirlpools | $10.1M | $2.1M | [`GTHKH8…jiPm`](https://dexpaprika.com/solana/pool/GTHKH8s82ZR8GTSFZ1dUu6wfdxhy59wpMShxzG5zjiPm) |
| SOL/WETH | Orca Whirlpools | $9.9M | $6.3M | [`HktfL7…CcEF`](https://dexpaprika.com/solana/pool/HktfL7iwGKT5QHjywQkcDnZXScoh811k7akrMZJkCcEF) |
| SOL/cbBTC | Orca Whirlpools | $7.1M | $8.8M | [`CeaZcx…QpbN`](https://dexpaprika.com/solana/pool/CeaZcxBNLpJWtxzt58qQmfMBtJY8pQLvursXTJYGQpbN) |

## Your first Orca call

```bash
# top Orca Whirlpools pools by 24h volume
curl "https://api.dexpaprika.com/networks/solana/pools/search?dex_name=orca&order_by=volume_usd_24h&sort=desc&limit=5"

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

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

```json
{
  "id": "fejVFZnfY1J66CCNdoZwMWRrMHdWm91ngDx7AiWNq2CgFwngdSd5wipe58rffeAK2esTBM1ntixCZs4GiFZd1yz",
  "pool_id": "Czfq3xZZDmsdGdUyrNLtRhGc47cXcZtLG4crryfu44zE",
  "factory_id": "whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc",
  "token_0_symbol": "SOL",
  "token_1_symbol": "USDC",
  "volume_0": 0.453386804,
  "volume_1": 45.492088,
  "price_0_usd": 100.41788395594342,
  "created_at_block_number": 447828376,
  "created_at": "2026-09-17T15:23:30Z"
}
```

## Endpoints that answer for Orca

| Endpoint | Returns | Docs |
|---|---|---|
| `GET /networks/solana/pools/search?dex_name=orca` | Orca Whirlpools 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/solana/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/solana/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/solana/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/solana/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/solana/dexes` | Every DEX on Solana, orca 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 Orca 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 Orca swaps from other Solana DEXes?

Pool records carry dex_id orca, and every swap row through them carries factory_id whirLb…tyCc.

### How do I list only Orca pools on Solana?

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

### How fresh is the Orca 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:23 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 Orca 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/solana.

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

- [Raydium API on Solana](https://dexpaprika.com/api/solana/raydium)
- [Meteora API on Solana](https://dexpaprika.com/api/solana/meteora)
- [Pump.fun API on Solana](https://dexpaprika.com/api/solana/pumpfun)
- [PumpSwap API on Solana](https://dexpaprika.com/api/solana/pumpswap)
- [Solana DEX Data API](https://dexpaprika.com/api/solana)
- [Live Solana streaming](https://dexpaprika.com/streaming/solana)
- [API documentation](https://docs.dexpaprika.com)
- [AI agents and skills](https://agents.dexpaprika.com)

---
*Data provided by DexPaprika | Page: Orca DEX API on Solana | Data as of 2026-09-17 15:23 UTC*
