GET
/
networks
/
{network}
/
pools
/
{pool_address}
curl --request GET \
  --url https://api.dexpaprika.com/networks/{network}/pools/{pool_address}
{
  "id": "8sLbNZoA1cfnvMJLPfp98ZLAnFSYCFApfJKMbiXNLwxj",
  "chain": "solana",
  "factory_id": "CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK",
  "dex_id": "raydium_clmm",
  "dex_name": "Raydium CLMM",
  "created_at_block_number": 232424998,
  "fee": 0,
  "created_at": "2023-11-26T20:25:08.000Z",
  "tokens": [
    {
      "id": "So11111111111111111111111111111111111111112",
      "name": "Wrapped SOL",
      "symbol": "SOL",
      "chain": "solana",
      "decimals": 9,
      "added_at": "2024-10-04T08:30:05.000Z",
      "fdv": 94441873213
    },
    {
      "id": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "name": "USD Coin",
      "symbol": "USDC",
      "chain": "solana",
      "decimals": 6,
      "added_at": "2024-10-04T08:30:05.000Z",
      "fdv": 7700000000
    }
  ],
  "last_price": 233.8201620378884,
  "last_price_usd": 234.1327298484414,
  "price_time": "2025-01-27T16:12:16.000Z",
  "24h": {
    "last_price_usd_change": -7.991645970375927,
    "volume": 3436560.662221602,
    "volume_usd": 808169281.4395584,
    "sell": 130647,
    "buy": 138125,
    "txns": 268772
  },
  "6h": {
    "last_price_usd_change": 3.678167601422392,
    "volume": 1036591.0463135222,
    "volume_usd": 239714337.5522164,
    "sell": 37349,
    "buy": 37942,
    "txns": 75291
  },
  "1h": {
    "last_price_usd_change": 0.21468385213358251,
    "volume": 164383.4463181829,
    "volume_usd": 38581519.09849599,
    "sell": 5855,
    "buy": 6280,
    "txns": 12135
  },
  "30m": {
    "last_price_usd_change": -0.6596647484596703,
    "volume": 73247.36463013901,
    "volume_usd": 17156573.023071297,
    "sell": 2573,
    "buy": 2989,
    "txns": 5562
  },
  "15m": {
    "last_price_usd_change": 0.10278852417240747,
    "volume": 37235.96893361201,
    "volume_usd": 8712008.133446362,
    "sell": 1231,
    "buy": 1464,
    "txns": 2695
  },
  "5m": {
    "last_price_usd_change": 0.01045314121300838,
    "volume": 13245.795192988997,
    "volume_usd": 3102185.350890263,
    "sell": 479,
    "buy": 474,
    "txns": 953
  }
}

Path Parameters

network
string
required

Network slug or ID (e.g., 'solana'). You can find the list of supported networks with their IDs here: /networks.

pool_address
string
required

Unique pool address or identifier. Such as 0xc7bbec68d12a0d1830360f8ec58fa599ba1b0e9b for WETH / USDT on ethereum.

Query Parameters

inversed
boolean
default:false

Whether to invert the main price ratio in pool calculations.

Response

200
application/json
successful operation
id
string
created_at_block_number
number
chain
string
created_at
string
factory_id
string
dex_id
string
dex_name
string
tokens
object[]

Essential information for a token, including metadata and status.

last_price
number
last_price_usd
number
fee
number
price_time
string
24h
object
6h
object
1h
object
30m
object
15m
object
5m
object