---
title: Meteora API on Solana: DLMM, DAMM v2, DBC pools | DexPaprika
description: Pools, swaps, prices and OHLCV for Meteora DLMM, DAMM v2 and DBC on Solana over REST. Free API key, no credit card.
url: https://dexpaprika.com/api/solana/meteora
type: api-dex
---

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

Meteora runs three AMM programs on Solana and the API indexes each as its own DEX: DLMM, DAMM v2, and DBC, the dynamic bonding curve used for launches.

## Meteora on Solana at a glance

- **17K+** active pools
- **$646.2M** volume, 24h
- **6,283,822** transactions, 24h

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

## DLMM, DAMM v2 and DBC in one API

| Version | dex_id | factory_id | Volume, 24h |
|---|---|---|---|
| Meteora DAMM v2 | `meteora_daam_v2` | `cpamdpZCGKUy5JxQXB4dcpGPiikHawvSWAd6mEn1sGG` | $439.8M |
| Meteora DLMM | `meteora` | `LBUZKhRxPF3XUpBCjp4YzTKgLccjZhTSDM9YuVaPwxo` | $205.7M |
| Meteora DBC | `meteora_dbc` | `dbcij3LWUppWqq96dh6gJWwBifmcGfLSB5D4DuSMaqN` | $671,501.19 |

## Top Meteora pools on Solana by 24h volume

| Pair | Version | Volume, 24h | Liquidity | Pool |
|---|---|---|---|---|
| SOL/USDC | Meteora DLMM | $42.9M | $4.8M | [`5rCf1D…HAS6`](https://dexpaprika.com/solana/pool/5rCf1DM8LjKTw4YqhnoLcngyZYeNnQqztScTogYHAS6) |
| ANTFUN/USDT | Meteora DLMM | $13.7M | $64.2M | [`54Vp27…4EUJ`](https://dexpaprika.com/solana/pool/54Vp27uLaw4wNLo5n7r4fcC6zLamoQc28xBARjss4EUJ) |
| STONK/SOL | Meteora DLMM | $13.1M | $2.4M | [`zxTpi4…SCLX`](https://dexpaprika.com/solana/pool/zxTpi4BtaWX3mgdAPoezkMD1hxx8CdeCfrqXMWvSCLX) |
| SOL/USDC | Meteora DLMM | $12.7M | $309,512.81 | [`HTvjzs…ashR`](https://dexpaprika.com/solana/pool/HTvjzsfX3yU6BUodCjZ5vZkUrAxMDTrBs3CJaq43ashR) |
| SOL/USDC | Meteora DLMM | $10.5M | $3.3M | [`BGm1ta…KD5Y`](https://dexpaprika.com/solana/pool/BGm1tav58oGcsQJehL9WXBFXF7D27vZsKefj4xJKD5Y) |
| SENT/SOL | Meteora DBC | $53,040.63 | $160.85 | [`6ReRHG…PKYb`](https://dexpaprika.com/solana/pool/6ReRHGiEbKmnee2NBQ5L44HG4KAhip71imaAuHPnPKYb) |
| SEVEN/SOL | Meteora DBC | $24,695.16 | $10,098.35 | [`2YTUyo…4hKx`](https://dexpaprika.com/solana/pool/2YTUyoLXKzU3kwiPYsYeYw1Q5Tgzp6Xms1s6XVJp4hKx) |
| SPTx/SOL | Meteora DBC | $20,721.53 | $24,002.49 | [`EeUdL9…3DAU`](https://dexpaprika.com/solana/pool/EeUdL9AKZEtQDUVaqg3DnX99QWo7WLLya1t5Da1W3DAU) |
| ROCARD/SOL | Meteora DBC | $20,635.36 | $192,054.25 | [`Ee7ij1…C7uB`](https://dexpaprika.com/solana/pool/Ee7ij1kEuynTy94RhGAH8MtSTV7VhMTok387XvpjC7uB) |
| PORK/BACON | Meteora DBC | $14,842.19 | $8,340.65 | [`FeMZ5K…j9QE`](https://dexpaprika.com/solana/pool/FeMZ5KNrsBBx1ddWTyyr5CW5E5QpHbpWY33qppCij9QE) |

## Your first Meteora call

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

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

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

```json
{
  "id": "59VMj3X8RXuDHqB2Ghsn1zzid2PG7imm6xYsj2DHRqaLfD1YHMcS9MfH8Nf4yfeJYXixjPcSTsRbv4Ntxd2AnUoX",
  "pool_id": "5rCf1DM8LjKTw4YqhnoLcngyZYeNnQqztScTogYHAS6",
  "factory_id": "LBUZKhRxPF3XUpBCjp4YzTKgLccjZhTSDM9YuVaPwxo",
  "token_0_symbol": "SOL",
  "token_1_symbol": "USDC",
  "volume_0": 173.965303554,
  "volume_1": 17456.423585,
  "price_0_usd": 100.42401068148351,
  "created_at_block_number": 447827892,
  "created_at": "2026-09-17T15:20:56Z"
}
```

## Endpoints that answer for Meteora

| Endpoint | Returns | Docs |
|---|---|---|
| `GET /networks/solana/pools/search?dex_name=meteora_daam_v2` | Meteora DAMM v2 pools, sorted and filtered by volume, liquidity, transactions or age. Swap in meteora and meteora_dbc for the other versions. | [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, with each Meteora 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 Meteora 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 Meteora version is a swap from?

Read factory_id on the transaction row: cpamdp…1sGG is Meteora DAMM v2, LBUZKh…Pwxo is Meteora DLMM and dbcij3…MaqN is Meteora DBC. Pool records carry dex_id directly: meteora_daam_v2 is Meteora DAMM v2, meteora is Meteora DLMM and meteora_dbc is Meteora DBC.

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

Call /networks/solana/pools/search with dex_name=meteora_daam_v2, then with dex_name=meteora and dex_name=meteora_dbc for the other versions. Add order_by=volume_usd_24h to get the busiest first.

### How fresh is the Meteora 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:21 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 Meteora 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)
- [Orca DEX API on Solana](https://dexpaprika.com/api/solana/orca)
- [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: Meteora API on Solana | Data as of 2026-09-17 15:21 UTC*
