Cambrian Meteora Pool Info (Multi) API

By Cambrian Network solana

GET /api/v1/solana/meteora-dlmm/pool-multi

Meteora Pool Info (Multi)

Overview

Retrieve overview metrics for multiple Meteora DLMM pools in a single request. Returns pool details including price, volume, fees, TVL, and token information for each specified pool address.

Business Value

  • Multi-Pool Analytics: Query multiple pools simultaneously to compare performance metrics across different trading pairs within the same DEX
  • Portfolio Monitoring: Track all relevant pools in your DeFi portfolio with a single API call, reducing latency and API usage
  • Liquidity Analysis: Analyze TVL, volume, and utilization across multiple pools to identify the most liquid and profitable opportunities
  • Risk Assessment: Monitor price volatility and swap activity across multiple pools to assess market risk and trading conditions
  • Performance Comparison: Compare APR, fees, and trading metrics across different pools to optimize yield farming strategies

Endpoint Details

URL:

https://api.cambrian.org/solana/meteora-dlmm/pool-multi

Method: GET
Authentication: Required via X-API-Key header

Query Parameters

Parameter Type Required Default Description
pool_addresses string Yes - Comma-separated pool addresses within the same DEX. Example: addr1,addr2,addr3

Response Field Descriptions

Response Field Type Description
chainId UInt16 Numeric identifier of the blockchain (Solana)
dexName String Name of the DEX (Meteora)
poolAddress FixedString(44) Address of the pool
createdAt DateTime('UTC') Timestamp when the pool was created
token0Address FixedString(44) Address of the first token in the pool
token0Symbol String Symbol of the first token
token0Decimals UInt8 Decimal precision of the first token
token1Address FixedString(44) Address of the second token in the pool
token1Symbol String Symbol of the second token
token1Decimals UInt8 Decimal precision of the second token
binStep UInt16 Bin step size configured for the DLMM pool
feeTier UInt32 Fee tier of the pool
activeBinId Int32 Identifier of the currently active liquidity bin
currentPrice Nullable(Float64) Current price of token0 in terms of token1
lastSwapTime DateTime('UTC') Timestamp of the most recent swap in the pool
reserve0Address FixedString(44) Address of the reserve account for token0
reserve1Address FixedString(44) Address of the reserve account for token1
token0PriceUSD Float64 USD price of token0
token1PriceUSD Float64 USD price of token1
tvlToken0 Nullable(Float64) Total value locked denominated in token0
tvlToken1 Nullable(Float64) Total value locked denominated in token1
tvlUSD Nullable(Float64) Total value locked in USD
feesToken0 Nullable(Float64) Cumulative fees collected in token0
feesToken1 Nullable(Float64) Cumulative fees collected in token1
fees24h Nullable(Float64) Fees collected in USD over the last 24 hours
volumeToken0 Nullable(Float64) Cumulative trading volume in token0
volumeToken1 Nullable(Float64) Cumulative trading volume in token1
volume24h Nullable(Float64) Trading volume in USD over the last 24 hours
apr24h Float64 Annualized percentage rate based on 24h fees
swaps24h UInt64 Number of swaps executed in the last 24 hours
binsUsed24h UInt64 Number of distinct liquidity bins used in the last 24 hours
priceVolatility Nullable(Float64) Measure of price volatility over the observed period
utilization24h Nullable(Float64) Percentage of liquidity utilized in the last 24 hours

Examples

1. Retrieve metrics for a Meteora DLMM pool

Fetch overview metrics for a single Meteora DLMM pool by its address.

curl -X GET "https://api.cambrian.org/solana/meteora-dlmm/pool-multi?pool_addresses=5rCf1DM8LjKTw4YqhnoLcngyZYeNnQqztScTogYHAS6" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"

Response:

[
  {
    "columns": [
      {
        "name": "chainId",
        "type": "UInt16"
      },
      {
        "name": "dexName",
        "type": "String"
      },
      {
        "name": "poolAddress",
        "type": "FixedString(44)"
      },
      {
        "name": "createdAt",
        "type": "DateTime('UTC')"
      },
      {
        "name": "token0Address",
        "type": "FixedString(44)"
      },
      {
        "name": "token0Symbol",
        "type": "String"
      },
      {
        "name": "token0Decimals",
        "type": "UInt8"
      },
      {
        "name": "token1Address",
        "type": "FixedString(44)"
      },
      {
        "name": "token1Symbol",
        "type": "String"
      },
      {
        "name": "token1Decimals",
        "type": "UInt8"
      },
      {
        "name": "binStep",
        "type": "UInt16"
      },
      {
        "name": "feeTier",
        "type": "UInt32"
      },
      {
        "name": "activeBinId",
        "type": "Int32"
      },
      {
        "name": "currentPrice",
        "type": "Nullable(Float64)"
      },
      {
        "name": "lastSwapTime",
        "type": "DateTime('UTC')"
      },
      {
        "name": "reserve0Address",
        "type": "FixedString(44)"
      },
      {
        "name": "reserve1Address",
        "type": "FixedString(44)"
      },
      {
        "name": "token0PriceUSD",
        "type": "Float64"
      },
      {
        "name": "token1PriceUSD",
        "type": "Float64"
      },
      {
        "name": "tvlToken0",
        "type": "Nullable(Float64)"
      },
      {
        "name": "tvlToken1",
        "type": "Nullable(Float64)"
      },
      {
        "name": "tvlUSD",
        "type": "Nullable(Float64)"
      },
      {
        "name": "feesToken0",
        "type": "Nullable(Float64)"
      },
      {
        "name": "feesToken1",
        "type": "Nullable(Float64)"
      },
      {
        "name": "fees24h",
        "type": "Nullable(Float64)"
      },
      {
        "name": "volumeToken0",
        "type": "Nullable(Float64)"
      },
      {
        "name": "volumeToken1",
        "type": "Nullable(Float64)"
      },
      {
        "name": "volume24h",
        "type": "Nullable(Float64)"
      },
      {
        "name": "apr24h",
        "type": "Float64"
      },
      {
        "name": "swaps24h",
        "type": "UInt64"
      },
      {
        "name": "binsUsed24h",
        "type": "UInt64"
      },
      {
        "name": "priceVolatility",
        "type": "Nullable(Float64)"
      },
      {
        "name": "utilization24h",
        "type": "Nullable(Float64)"
      }
    ],
    "data": [
      [
        900,
        "Meteora",
        "5rCf1DM8LjKTw4YqhnoLcngyZYeNnQqztScTogYHAS6",
        "2024-03-30T02:47:42+00:00",
        "So11111111111111111111111111111111111111112",
        "SOL",
        9,
        "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "USDC",
        6,
        4,
        400,
        -6520,
        73.7201921978139,
        "2026-08-05T14:35:21+00:00",
        "EYj9xKw6ZszwpyNibHY7JD5o3QgTVrSdcBp1fMJhrR9o",
        "CoaxzEh8p5YyGLcj36Eo3cUThVJxeKCs7qvLAGDYwBcz",
        73.74421529071996,
        1,
        43967.981229085,
        1580702.660992,
        4823086.934647978,
        59.363339155,
        4454.169591,
        8831.872454022345,
        290105.186765195,
        21443505.549247,
        21393579.349767063,
        66.83755630777239,
        10364,
        41,
        7.531516098496878,
        82
      ]
    ],
    "rows": 1
  }
]

Result collections are limited to 10 items. This example shows a single SOL/USDC Meteora DLMM pool with a TVL of approximately $4.82M, 24h volume of ~$21.4M, and a 24h APR of ~66.8%.

x402 Payment Option

This endpoint supports pay-per-use access via the x402 payment protocol (v2): pay $0.05 USDC per request using blockchain micropayments. No API key required.

Quick Start (TypeScript)

npm install @x402/fetch @x402/evm viem
import { x402Client } from "@x402/core/client";
import { ExactEvmScheme } from "@x402/evm/exact/client";
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const signer = privateKeyToAccount(process.env.EVM_PRIVATE_KEY as `0x${string}`);
const client = new x402Client();
client.register("eip155:*", new ExactEvmScheme(signer));

const fetchWithPayment = wrapFetchWithPayment(fetch, client);
const response = await fetchWithPayment(
  "https://x402.cambrian.org/solana/meteora-dlmm/pool-multi"
);
const data = await response.json();

Quick Start (Python)

pip install "x402[httpx]"
import asyncio, os
from eth_account import Account
from x402 import x402Client
from x402.http.clients import x402HttpxClient
from x402.mechanisms.evm import EthAccountSigner
from x402.mechanisms.evm.exact.register import register_exact_evm_client

async def main():
    client = x402Client()
    account = Account.from_key(os.getenv("EVM_PRIVATE_KEY"))
    register_exact_evm_client(client, EthAccountSigner(account))

    async with x402HttpxClient(client) as http:
        response = await http.get("https://x402.cambrian.org/solana/meteora-dlmm/pool-multi")
        print(response.json())

asyncio.run(main())

Payment Flow

  1. Send a normal request to the endpoint (no API key needed)
  2. Server returns 402 Payment Required with payment details
  3. The x402 SDK automatically signs a payment authorization with your wallet
  4. The SDK resubmits the request with the signed payment
  5. Server verifies payment and returns the API response

The x402 SDK handles steps 2 through 5 automatically.

Network: Base (chain ID 8453) | Currency: USDC | Price: $0.05 per request


Related Endpoints

  • /solana/meteora-dlmm/pool - This endpoint returns basic pool information for a meteora pool.
  • /solana/meteora-dlmm/pools - This endpoint lists meteora pools
  • /solana/orca/pool-multi - Get overview metrics for multiple pools/pairs simultaneously within the same DEX. Returns pool details including price, volume, trades, and token information.
  • /solana/raydium-clmm/pool-multi - Get overview metrics for multiple pools/pairs simultaneously within the same DEX. Returns pool details including price, volume, trades, and token information.