Get a pool on a network.
Retrieve detailed information about a specific on-chain pool, including token pairs, current price data, and volume metrics.
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 slug or ID (e.g., 'solana'). You can find the list of supported networks with their IDs here: /networks.
Unique pool address or identifier. Such as 0xc7bbec68d12a0d1830360f8ec58fa599ba1b0e9b
for WETH / USDT on ethereum
.
Query Parameters
Whether to invert the main price ratio in pool calculations.
Response
Essential information for a token, including metadata and status.
Internal or canonical ID for the token (e.g., "usdc-usd-coin").
Human-readable name of the token (e.g., "USD Coin").
Ticker symbol of the token (e.g., "USDC").
Decimal precision of the token (e.g., 6 for USDC).
A detailed overview of the token's purpose, use cases, or background.
Official website URL for the token/project.
Link to a block explorer or analytics page for this token.
A comprehensive summary of token-related metrics, including price, liquidity, and transaction volumes across various time intervals.
Current price of the token in USD.
Fully diluted valuation of token.
Total liquidity (in USD) across all pools for this token.
Transaction and volume metrics for a specific time interval (e.g., 24h, 1h, 15m).
Total trading volume in the token's native currency for the interval.
Total trading volume in USD for the interval.
Number of sell transactions during the interval.
Number of buy transactions during the interval.
Total number of transactions during the interval.
Transaction and volume metrics for a specific time interval (e.g., 24h, 1h, 15m).
Total trading volume in the token's native currency for the interval.
Total trading volume in USD for the interval.
Number of sell transactions during the interval.
Number of buy transactions during the interval.
Total number of transactions during the interval.
Transaction and volume metrics for a specific time interval (e.g., 24h, 1h, 15m).
Total trading volume in the token's native currency for the interval.
Total trading volume in USD for the interval.
Number of sell transactions during the interval.
Number of buy transactions during the interval.
Total number of transactions during the interval.
Transaction and volume metrics for a specific time interval (e.g., 24h, 1h, 15m).
Total trading volume in the token's native currency for the interval.
Total trading volume in USD for the interval.
Number of sell transactions during the interval.
Number of buy transactions during the interval.
Total number of transactions during the interval.
Transaction and volume metrics for a specific time interval (e.g., 24h, 1h, 15m).
Total trading volume in the token's native currency for the interval.
Total trading volume in USD for the interval.
Number of sell transactions during the interval.
Number of buy transactions during the interval.
Total number of transactions during the interval.
Transaction and volume metrics for a specific time interval (e.g., 24h, 1h, 15m).
Total trading volume in the token's native currency for the interval.
Total trading volume in USD for the interval.
Number of sell transactions during the interval.
Number of buy transactions during the interval.
Total number of transactions during the interval.
{
"price_usd": 125.67,
"fdv": 12567,
"liquidity_usd": 5000000,
"24h": {
"volume": 100000,
"volume_usd": 102000,
"sell": 150,
"buy": 180,
"txns": 330
},
"6h": {
"volume": 25000,
"volume_usd": 25500,
"sell": 45,
"buy": 50,
"txns": 95
},
"1h": {
"volume": 5000,
"volume_usd": 5100,
"sell": 10,
"buy": 15,
"txns": 25
},
"30m": {
"volume": 2500,
"volume_usd": 2550,
"sell": 5,
"buy": 8,
"txns": 13
},
"15m": {
"volume": 1250,
"volume_usd": 1275,
"sell": 2,
"buy": 4,
"txns": 6
},
"5m": {
"volume": 500,
"volume_usd": 510,
"sell": 1,
"buy": 1,
"txns": 2
}
}
Fully diluted valuation of token.
Was this page helpful?
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
}
}