Coins: 17,437
Exchanges: 1,487
Market Cap: $2.352T 1.5%
24h Vol: $138.003B
Gas: 0.057 GWEI
Premium

On-chain DEX token & market data API for DeFi projects & developers

Get complete coverage of the crypto market delivered by CoinGecko API, the world’s largest independent crypto data authority since 2014.
Data Powered by
Trusted by Leading Web3 Projects

Extensive & Reliable On-Chain DEX Data API

Access on-chain market data from DEXes such as Uniswap, PancakeSwap, Orca, Curve and more across major networks, with our reliable and extensive DEX data API.
39M+
Coins & Tokens
200+
Networks
1,500+
DEXes

Scale Your DeFi Project Efficiently

One Unified API for Crypto, NFT and DEX Data

Simplify the integration process with one unified crypto data API providing complete coverage
Endpoint Category Description
/onchain/simple/*/token_price/* The simplest way to get the latest price USD price of tokens on a network, with token addresses
/onchain/networks Get the full list of supported networks
/onchain/network/*dexes Get the full list of supported dexes on a network
/onchains/network/*/pools/* Get liquidity pool data such as: trending pools, new pools, and market data like price, reserve, market cap, transacions, volume. Search endpoint is also available to search for pools on a network.
/onchains/network/*/tokens/* Get token related data like top pools, price, fdv, reserve, volume, market cap, geckoterminal score, coingecko api id. Metadata is also available, including image, website, description, and social media links.
/onchains/network/*/ohlcvs/* Get OHLCV historical chart data of a liquidity pool
/onchains/network/*/trades Get the latest 300 trades from a liquidity pool
// Get prices and market data of a liquidty pool
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.999988567447603",
      "base_token_price_native_currency": "0.000558844530722524",
      "quote_token_price_usd": "1794.24250459373",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005588445307",
      "quote_token_price_base_token": "1789.406436003",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_name": "DAI / WETH",
      "pool_fee_percentage": "0.05",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "4197695863.68142",
      "market_cap_usd": "4197461352.66586",
      "price_change_percentage": {
        "m5": "0.086",
        "m15": "-0.094",
        "m30": "-0.091",
        "h1": "0.057",
        "h6": "0.261",
        "h24": "-0.054"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 4,
          "buyers": 1,
          "sellers": 3
        },
        "m15": {
          "buys": 1,
          "sells": 12,
          "buyers": 1,
          "sellers": 6
        },
        "m30": {
          "buys": 5,
          "sells": 15,
          "buyers": 5,
          "sellers": 8
        },
        "h1": {
          "buys": 24,
          "sells": 30,
          "buyers": 16,
          "sellers": 14
        },
        "h6": {
          "buys": 162,
          "sells": 250,
          "buyers": 91,
          "sellers": 107
        },
        "h24": {
          "buys": 761,
          "sells": 776,
          "buyers": 358,
          "sellers": 321
        }
      },
      "volume_usd": {
        "m5": "330.1140051871",
        "m15": "1302.6337084415",
        "m30": "2008.9735978451",
        "h1": "7488.2480067308",
        "h6": "85947.3055213288",
        "h24": "381667.212333769"
      },
      "reserve_in_usd": "1277099.4706",
      "locked_liquidity_percentage": null
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Discover Trending Pools
{
  "data": [
    {
      "id": "solana_5QPHhqpAw3CZ5aNbnHQGzjXjM7eNnrkA6hwtzhmXJ2dR",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00353326631486831763125987471571785972576527859479347743589862533",
        "base_token_price_native_currency": "0.0000476121921760501",
        "quote_token_price_usd": "74.192075110899546844611902365207828976248030183",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00004761219218",
        "quote_token_price_base_token": "21003.0236856647",
        "address": "5QPHhqpAw3CZ5aNbnHQGzjXjM7eNnrkA6hwtzhmXJ2dR",
        "name": "SPCX69 / SOL",
        "pool_created_at": "2026-06-12T14:02:50Z",
        "fdv_usd": "3533266.315",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.501",
          "m15": "2.399",
          "m30": "7.923",
          "h1": "19.977",
          "h6": "-12.995",
          "h24": "57.21"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 7,
            "buyers": 9,
            "sellers": 7
          },
          "m15": {
            "buys": 79,
            "sells": 75,
            "buyers": 75,
            "sellers": 69
          },
          "m30": {
            "buys": 159,
            "sells": 155,
            "buyers": 152,
            "sellers": 143
          },
          "h1": {
            "buys": 362,
            "sells": 396,
            "buyers": 346,
            "sellers": 368
          },
          "h6": {
            "buys": 4832,
            "sells": 2041,
            "buyers": 2734,
            "sellers": 1657
          },
          "h24": {
            "buys": 32320,
            "sells": 8573,
            "buyers": 13851,
            "sellers": 5598
          }
        },
        "volume_usd": {
          "m5": "801.2274361528",
          "m15": "7737.019196148",
          "m30": "18121.3567105207",
          "h1": "46471.2583450002",
          "h6": "426458.278113213",
          "h24": "1921558.25584431"
        },
        "reserve_in_usd": "157342.9899"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_SPCXwBHVrKpRqMRawL3NNvt1sXP2Yf3edwRbta53N69",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00739869664894982",
        "base_token_price_native_currency": "0.00000407195580410451",
        "quote_token_price_usd": "1794.24024137712",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004071955804",
        "quote_token_price_base_token": "245582.233233476",
        "address": "0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
        "name": "SPCX / WETH",
        "pool_created_at": "2026-05-25T00:54:11Z",
        "fdv_usd": "7556225.895",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.462",
          "m15": "4.646",
          "m30": "15.054",
          "h1": "16.363",
          "h6": "-31.118",
          "h24": "11.167"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 1,
            "buyers": 7,
            "sellers": 1
          },
          "m15": {
            "buys": 19,
            "sells": 1,
            "buyers": 17,
            "sellers": 1
          },
          "m30": {
            "buys": 40,
            "sells": 2,
            "buyers": 37,
            "sellers": 2
          },
          "h1": {
            "buys": 85,
            "sells": 14,
            "buyers": 75,
            "sellers": 13
          },
          "h6": {
            "buys": 433,
            "sells": 103,
            "buyers": 174,
            "sellers": 86
          },
          "h24": {
            "buys": 1703,
            "sells": 493,
            "buyers": 724,
            "sellers": 284
          }
        },
        "volume_usd": {
          "m5": "4216.4479140722",
          "m15": "7336.8058361665",
          "m30": "17028.4086629397",
          "h1": "56347.2010197865",
          "h6": "395660.462508411",
          "h24": "1575113.00315895"
        },
        "reserve_in_usd": "310439.626"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xcb891c8f1e3a4d04229e4d871dc27124411d8952",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_jpqfphDxnEjSAguhGCeTZ74PU5A5ef1FBoV5u3an16b",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0007979769335577508594597883040900135585507943184066974080247425",
        "base_token_price_native_currency": "0.0000113019876439583",
        "quote_token_price_usd": "74.20194608628793530034410231392505740716111135",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001130198764",
        "quote_token_price_base_token": "88480.0117910737",
        "address": "jpqfphDxnEjSAguhGCeTZ74PU5A5ef1FBoV5u3an16b",
        "name": "FRAG / SOL",
        "pool_created_at": "2026-06-15T02:37:23Z",
        "fdv_usd": "782702.246670746",
        "market_cap_usd": "782702.246956335",
        "price_change_percentage": {
          "m5": "-4.072",
          "m15": "-7.762",
          "m30": "5.361",
          "h1": "4.845",
          "h6": "-11.743",
          "h24": "2623.2"
        },
        "transactions": {
          "m5": {
            "buys": 21,
            "sells": 52,
            "buyers": 16,
            "sellers": 48
          },
          "m15": {
            "buys": 113,
            "sells": 128,
            "buyers": 74,
            "sellers": 107
          },
          "m30": {
            "buys": 348,
            "sells": 355,
            "buyers": 191,
            "sellers": 249
          },
          "h1": {
            "buys": 694,
            "sells": 488,
            "buyers": 269,
            "sellers": 304
          },
          "h6": {
            "buys": 3135,
            "sells": 2784,
            "buyers": 1105,
            "sellers": 1262
          },
          "h24": {
            "buys": 26864,
            "sells": 24557,
            "buyers": 6117,
            "sellers": 6128
          }
        },
        "volume_usd": {
          "m5": "3162.9925028792",
          "m15": "17270.818260495",
          "m30": "65001.5310105274",
          "h1": "89812.9141425564",
          "h6": "468424.264483121",
          "h24": "3684744.68227161"
        },
        "reserve_in_usd": "77318.1768"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_J4Y92jy5Lr9ho1aV41bhguytnzBbsPhZJahmaVszpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0041165892108426738807395838500292159032536001623003495733874606",
        "base_token_price_native_currency": "0.000055558712880363",
        "quote_token_price_usd": "74.18077871070101985380048835139945889544828409",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00005555871288",
        "quote_token_price_base_token": "17998.977084897",
        "address": "5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
        "name": "three / SOL",
        "pool_created_at": "2026-04-29T07:09:01Z",
        "fdv_usd": "4095597.68083511",
        "market_cap_usd": "4095597.69532349",
        "price_change_percentage": {
          "m5": "-0.642",
          "m15": "1.737",
          "m30": "2.02",
          "h1": "-0.09",
          "h6": "7.228",
          "h24": "20.245"
        },
        "transactions": {
          "m5": {
            "buys": 22,
            "sells": 9,
            "buyers": 21,
            "sellers": 9
          },
          "m15": {
            "buys": 195,
            "sells": 80,
            "buyers": 186,
            "sellers": 74
          },
          "m30": {
            "buys": 448,
            "sells": 179,
            "buyers": 404,
            "sellers": 169
          },
          "h1": {
            "buys": 959,
            "sells": 353,
            "buyers": 776,
            "sellers": 328
          },
          "h6": {
            "buys": 11295,
            "sells": 4338,
            "buyers": 2261,
            "sellers": 2036
          },
          "h24": {
            "buys": 32846,
            "sells": 13715,
            "buyers": 2811,
            "sellers": 2929
          }
        },
        "volume_usd": {
          "m5": "59.3189299265",
          "m15": "2296.3367283706",
          "m30": "3841.8034471159",
          "h1": "6684.1112295032",
          "h6": "164160.361483023",
          "h24": "729426.374523257"
        },
        "reserve_in_usd": "281641.5775"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FeMbDoX7R1Psc4GEcvJdsbNbZA3bfztcyDCatJVJpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0xb2af49dbf526054faf19602860a5e298a79f3d05",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0550234428063216",
        "base_token_price_native_currency": "0.0000891923416247514",
        "quote_token_price_usd": "617.39",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00008919234162",
        "quote_token_price_base_token": "11211.724928214",
        "address": "0xb2af49dbf526054faf19602860a5e298a79f3d05",
        "name": "SIREN / WBNB 1%",
        "pool_created_at": "2025-02-08T20:23:54Z",
        "fdv_usd": "39872185.8766786",
        "market_cap_usd": "39877807.2490479",
        "price_change_percentage": {
          "m5": "-0.031",
          "m15": "1.155",
          "m30": "-1.447",
          "h1": "6.632",
          "h6": "8.678",
          "h24": "8.445"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 2,
            "sells": 25,
            "buyers": 2,
            "sellers": 20
          },
          "m30": {
            "buys": 13,
            "sells": 33,
            "buyers": 8,
            "sellers": 22
          },
          "h1": {
            "buys": 123,
            "sells": 40,
            "buyers": 62,
            "sellers": 26
          },
          "h6": {
            "buys": 1085,
            "sells": 707,
            "buyers": 360,
            "sellers": 268
          },
          "h24": {
            "buys": 4383,
            "sells": 3297,
            "buyers": 901,
            "sellers": 714
          }
        },
        "volume_usd": {
          "m5": "559.4773878027",
          "m15": "14728.2390516362",
          "m30": "19181.216373361",
          "h1": "56191.3540831632",
          "h6": "524796.186739542",
          "h24": "2212734.31465498"
        },
        "reserve_in_usd": "2561107.2683"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x997a58129890bbda032231a52ed1ddc845fc18e1",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x26deb24a2623cf54452ab5183e2c34551831d54d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.11024385634129",
        "base_token_price_native_currency": "0.00180029902665956",
        "quote_token_price_usd": "0.997801514681424",
        "quote_token_price_native_currency": "0.0016169978274277",
        "base_token_price_quote_token": "1.1133589644",
        "quote_token_price_base_token": "0.8981829149",
        "address": "0x26deb24a2623cf54452ab5183e2c34551831d54d",
        "name": "EVAA / USDT 0.01%",
        "pool_created_at": "2025-10-02T09:03:49Z",
        "fdv_usd": "33747564.2488207",
        "market_cap_usd": "7444681.17560277",
        "price_change_percentage": {
          "m5": "2.525",
          "m15": "-1.775",
          "m30": "-8.82",
          "h1": "-14.402",
          "h6": "-5.751",
          "h24": "67.919"
        },
        "transactions": {
          "m5": {
            "buys": 157,
            "sells": 140,
            "buyers": 115,
            "sellers": 74
          },
          "m15": {
            "buys": 1390,
            "sells": 1432,
            "buyers": 449,
            "sellers": 449
          },
          "m30": {
            "buys": 3089,
            "sells": 3454,
            "buyers": 623,
            "sellers": 749
          },
          "h1": {
            "buys": 4937,
            "sells": 5486,
            "buyers": 764,
            "sellers": 896
          },
          "h6": {
            "buys": 23508,
            "sells": 23684,
            "buyers": 1429,
            "sellers": 1393
          },
          "h24": {
            "buys": 102485,
            "sells": 110696,
            "buyers": 2567,
            "sellers": 2556
          }
        },
        "volume_usd": {
          "m5": "205281.110695284",
          "m15": "1733291.69792422",
          "m30": "3984174.15245386",
          "h1": "6130413.01053454",
          "h6": "26455833.4815283",
          "h24": "70134542.583326"
        },
        "reserve_in_usd": "834099.1397"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0xaa036928c9c0df07d525b55ea8ee690bb5a628c1",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x76a411f14a704099ba476ce8dffc288a53295218",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000126666783410862",
        "base_token_price_native_currency": "0.0000000710510126381046",
        "quote_token_price_usd": "1794.24024137712",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000007105101264",
        "quote_token_price_base_token": "14074394.7604724",
        "address": "0x76a411f14a704099ba476ce8dffc288a53295218",
        "name": "ASTEROID / WETH",
        "pool_created_at": "2024-09-10T10:18:23Z",
        "fdv_usd": "53572711.2627864",
        "market_cap_usd": "53574160.281486",
        "price_change_percentage": {
          "m5": "0.688",
          "m15": "2.727",
          "m30": "6.06",
          "h1": "22.264",
          "h6": "26.874",
          "h24": "99.87"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 3,
            "buyers": 5,
            "sellers": 3
          },
          "m15": {
            "buys": 45,
            "sells": 50,
            "buyers": 38,
            "sellers": 31
          },
          "m30": {
            "buys": 159,
            "sells": 144,
            "buyers": 109,
            "sellers": 83
          },
          "h1": {
            "buys": 336,
            "sells": 303,
            "buyers": 186,
            "sellers": 154
          },
          "h6": {
            "buys": 667,
            "sells": 551,
            "buyers": 311,
            "sellers": 275
          },
          "h24": {
            "buys": 5928,
            "sells": 5234,
            "buyers": 1769,
            "sellers": 1641
          }
        },
        "volume_usd": {
          "m5": "12927.7105971704",
          "m15": "110962.965376895",
          "m30": "505440.564110565",
          "h1": "832500.151666746",
          "h6": "1451572.25062237",
          "h24": "14666954.1380002"
        },
        "reserve_in_usd": "2247905.8123"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xf280b16ef293d8e534e370794ef26bf312694126",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0132649037871936264695611206106805974000317304606029459108771084",
        "base_token_price_native_currency": "0.000178868846531956",
        "quote_token_price_usd": "74.192075021158214584141479051421617831575190012",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001788688465",
        "quote_token_price_base_token": "5590.68848147",
        "address": "F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
        "name": "KINS / SOL",
        "pool_created_at": "2026-05-22T17:47:24Z",
        "fdv_usd": "13192586.8997961",
        "market_cap_usd": "13192699.9814501",
        "price_change_percentage": {
          "m5": "-0.214",
          "m15": "2.133",
          "m30": "-2.142",
          "h1": "-5.066",
          "h6": "-2.064",
          "h24": "-8.317"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 4,
            "buyers": 5,
            "sellers": 4
          },
          "m15": {
            "buys": 24,
            "sells": 21,
            "buyers": 24,
            "sellers": 17
          },
          "m30": {
            "buys": 199,
            "sells": 103,
            "buyers": 139,
            "sellers": 75
          },
          "h1": {
            "buys": 321,
            "sells": 163,
            "buyers": 215,
            "sellers": 121
          },
          "h6": {
            "buys": 1445,
            "sells": 1567,
            "buyers": 813,
            "sellers": 930
          },
          "h24": {
            "buys": 8296,
            "sells": 7938,
            "buyers": 3384,
            "sellers": 3624
          }
        },
        "volume_usd": {
          "m5": "744.7460542213",
          "m15": "4712.1310421704",
          "m30": "24090.0906703328",
          "h1": "47214.450966414",
          "h6": "344027.343858886",
          "h24": "1757448.01543412"
        },
        "reserve_in_usd": "389079.2991"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Tqj8yFmagrg7oorpQkVGYR52r96RFTamvWfth9bpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_AVvqxwtgZDH2SENoTDBeY9S2q1Cs6fFcrT2cy47Pzfmb",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000600618900275983058692200769310968282904222014968137615937579096",
        "base_token_price_native_currency": "0.00000801031702047922",
        "quote_token_price_usd": "74.202289920229114126722290531220785960534502689",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000801031702",
        "quote_token_price_base_token": "124839.004179659",
        "address": "AVvqxwtgZDH2SENoTDBeY9S2q1Cs6fFcrT2cy47Pzfmb",
        "name": "Chaton / SOL",
        "pool_created_at": "2026-06-15T10:03:58Z",
        "fdv_usd": "608328.5467",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.461",
          "m15": "5.203",
          "m30": "-1.945",
          "h1": "5.165",
          "h6": "44.29",
          "h24": "2003.056"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 2,
            "buyers": 8,
            "sellers": 2
          },
          "m15": {
            "buys": 72,
            "sells": 78,
            "buyers": 57,
            "sellers": 67
          },
          "m30": {
            "buys": 201,
            "sells": 182,
            "buyers": 129,
            "sellers": 149
          },
          "h1": {
            "buys": 483,
            "sells": 573,
            "buyers": 290,
            "sellers": 385
          },
          "h6": {
            "buys": 3221,
            "sells": 3384,
            "buyers": 1389,
            "sellers": 1674
          },
          "h24": {
            "buys": 28517,
            "sells": 26476,
            "buyers": 7042,
            "sellers": 7072
          }
        },
        "volume_usd": {
          "m5": "112.2421544237",
          "m15": "11319.0618691727",
          "m30": "23886.4240460535",
          "h1": "78470.1936676281",
          "h6": "489333.191039917",
          "h24": "4597045.02689843"
        },
        "reserve_in_usd": "66887.1351"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5WrhAdqrtaBqzjoPEQ4bVkukQGCmR9mrcKeeifCKpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x6b0f53cbd9272d8117e9535fe25371dedf39a1be",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.37329927636632",
        "base_token_price_native_currency": "0.000207974226232901228386425242748514845231423",
        "quote_token_price_usd": "0.997573356265375",
        "quote_token_price_native_currency": "0.000555868850378005",
        "base_token_price_quote_token": "0.3741426167",
        "quote_token_price_base_token": "2.6727775862",
        "address": "0x6b0f53cbd9272d8117e9535fe25371dedf39a1be",
        "name": "VELVET / USDC 0.01%",
        "pool_created_at": "2025-08-23T23:44:37Z",
        "fdv_usd": "2904228.96738541",
        "market_cap_usd": "157018811.050828",
        "price_change_percentage": {
          "m5": "0.539",
          "m15": "-1.154",
          "m30": "-0.44",
          "h1": "-4.442",
          "h6": "14.321",
          "h24": "3.917"
        },
        "transactions": {
          "m5": {
            "buys": 24,
            "sells": 21,
            "buyers": 9,
            "sellers": 6
          },
          "m15": {
            "buys": 256,
            "sells": 231,
            "buyers": 24,
            "sellers": 19
          },
          "m30": {
            "buys": 616,
            "sells": 550,
            "buyers": 39,
            "sellers": 30
          },
          "h1": {
            "buys": 1417,
            "sells": 1306,
            "buyers": 82,
            "sellers": 63
          },
          "h6": {
            "buys": 7153,
            "sells": 7107,
            "buyers": 254,
            "sellers": 267
          },
          "h24": {
            "buys": 21317,
            "sells": 21500,
            "buyers": 553,
            "sellers": 597
          }
        },
        "volume_usd": {
          "m5": "3474.7006821038",
          "m15": "42871.4391873935",
          "m30": "98794.7990362645",
          "h1": "263043.662536405",
          "h6": "1358256.82794972",
          "h24": "3301022.87920063"
        },
        "reserve_in_usd": "2829105.1961"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xbf927b841994731c573bdf09ceb0c6b0aa887cdd",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-slipstream",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Gpmo9o1me6Se9nRooGSRv9odpjkVUrctiBPp33H6sf3v",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0005792997964528486504831992103956690141809758257453598535197235",
        "base_token_price_native_currency": "0.00000796236041461906",
        "quote_token_price_usd": "74.20194608628793530034410231392505740716111135",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000007962360415",
        "quote_token_price_base_token": "125590.898669191",
        "address": "Gpmo9o1me6Se9nRooGSRv9odpjkVUrctiBPp33H6sf3v",
        "name": "TURTLE / SOL",
        "pool_created_at": "2026-06-13T15:55:26Z",
        "fdv_usd": "579331.2156",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.241",
          "m15": "3.438",
          "m30": "6.565",
          "h1": "2.601",
          "h6": "-39.678",
          "h24": "-66.385"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 37,
            "sells": 43,
            "buyers": 28,
            "sellers": 39
          },
          "m30": {
            "buys": 56,
            "sells": 81,
            "buyers": 47,
            "sellers": 74
          },
          "h1": {
            "buys": 125,
            "sells": 134,
            "buyers": 98,
            "sellers": 123
          },
          "h6": {
            "buys": 2588,
            "sells": 1819,
            "buyers": 997,
            "sellers": 1161
          },
          "h24": {
            "buys": 11753,
            "sells": 9887,
            "buyers": 3464,
            "sellers": 4245
          }
        },
        "volume_usd": {
          "m5": "163.5808893241",
          "m15": "4065.3778243223",
          "m30": "6861.7379748525",
          "h1": "12225.3239603139",
          "h6": "271704.67592141",
          "h24": "1614893.15950221"
        },
        "reserve_in_usd": "72468.5518"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2dJniDEAGCG7zWKseCkyrML3W23WLjDf1CGxpNv3pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.426838816470645",
        "base_token_price_native_currency": "0.000237162073916348692255721434254401062442835",
        "quote_token_price_usd": "1.00364275740241",
        "quote_token_price_native_currency": "0.000559219687417765",
        "base_token_price_quote_token": "0.4240946434",
        "quote_token_price_base_token": "2.3579642317",
        "address": "0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
        "name": "AERO / USDC",
        "pool_created_at": "2023-09-07T22:50:55Z",
        "fdv_usd": "818084430.639324",
        "market_cap_usd": "406501705.477762",
        "price_change_percentage": {
          "m5": "1.352",
          "m15": "1.432",
          "m30": "1.742",
          "h1": "0.114",
          "h6": "-0.957",
          "h24": "14.712"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 7,
            "buyers": 3,
            "sellers": 4
          },
          "m15": {
            "buys": 4,
            "sells": 9,
            "buyers": 3,
            "sellers": 4
          },
          "m30": {
            "buys": 28,
            "sells": 50,
            "buyers": 20,
            "sellers": 13
          },
          "h1": {
            "buys": 53,
            "sells": 105,
            "buyers": 32,
            "sellers": 28
          },
          "h6": {
            "buys": 303,
            "sells": 787,
            "buyers": 122,
            "sellers": 129
          },
          "h24": {
            "buys": 1778,
            "sells": 3239,
            "buyers": 292,
            "sellers": 359
          }
        },
        "volume_usd": {
          "m5": "2909.4325109594",
          "m15": "2909.6826120571",
          "m30": "43340.0623006553",
          "h1": "165609.445135033",
          "h6": "1001509.61368853",
          "h24": "5227571.5061987"
        },
        "reserve_in_usd": "22695631.769"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x940181a94a35a4569e4529a3cdfb74e38fd98631",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HTzfLJqFaeEmYZ77tmAa2MP1DRbKvE1VNyfW65sYgtRj",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00058802608536642968175613953266111812280406791015848019061570717",
        "base_token_price_native_currency": "0.00000782266746345697",
        "quote_token_price_usd": "74.192153852600004266096496730311830079245618391",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000007822667463",
        "quote_token_price_base_token": "127833.632794878",
        "address": "HTzfLJqFaeEmYZ77tmAa2MP1DRbKvE1VNyfW65sYgtRj",
        "name": "Islands / SOL",
        "pool_created_at": "2026-06-12T21:06:11Z",
        "fdv_usd": "579250.451086941",
        "market_cap_usd": "579250.460800364",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-1.483",
          "m30": "-3.035",
          "h1": "-11.422",
          "h6": "-1.361",
          "h24": "-20.045"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 10,
            "sells": 9,
            "buyers": 9,
            "sellers": 8
          },
          "m30": {
            "buys": 40,
            "sells": 36,
            "buyers": 32,
            "sellers": 32
          },
          "h1": {
            "buys": 175,
            "sells": 81,
            "buyers": 129,
            "sellers": 67
          },
          "h6": {
            "buys": 1067,
            "sells": 982,
            "buyers": 522,
            "sellers": 530
          },
          "h24": {
            "buys": 6960,
            "sells": 6165,
            "buyers": 2348,
            "sellers": 2531
          }
        },
        "volume_usd": {
          "m5": "44.7706498775",
          "m15": "801.5324606635",
          "m30": "4493.3266752713",
          "h1": "15523.3196798239",
          "h6": "130076.911760887",
          "h24": "831920.195858114"
        },
        "reserve_in_usd": "69428.1071"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_yoA2CoHk6HRNtFuTP1kVt5xkcvG7mr5raQ5zuNxpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00187563207239065778000868535641340142163973838553686139923667666",
        "base_token_price_native_currency": "0.00002523600140789",
        "quote_token_price_usd": "74.215804889866405036584413248887694804154491137",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002523600141",
        "quote_token_price_base_token": "39625.928998694",
        "address": "ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
        "name": "WORLDCUP / SOL",
        "pool_created_at": "2026-05-11T20:38:31Z",
        "fdv_usd": "1875632.072",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.021",
          "m15": "1.469",
          "m30": "1.481",
          "h1": "-1.757",
          "h6": "-3.351",
          "h24": "-30.427"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 1,
            "buyers": 8,
            "sellers": 1
          },
          "m15": {
            "buys": 13,
            "sells": 10,
            "buyers": 12,
            "sellers": 9
          },
          "m30": {
            "buys": 20,
            "sells": 35,
            "buyers": 18,
            "sellers": 29
          },
          "h1": {
            "buys": 44,
            "sells": 61,
            "buyers": 38,
            "sellers": 51
          },
          "h6": {
            "buys": 442,
            "sells": 431,
            "buyers": 309,
            "sellers": 271
          },
          "h24": {
            "buys": 4479,
            "sells": 3509,
            "buyers": 1595,
            "sellers": 1575
          }
        },
        "volume_usd": {
          "m5": "519.7553825166",
          "m15": "1548.9611927772",
          "m30": "3660.6093336432",
          "h1": "9802.7029374531",
          "h6": "88042.7624779507",
          "h24": "708571.961257631"
        },
        "reserve_in_usd": "166498.8199"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_33eum82LaAhtv5YkUq1BdwEviSErH5CnFxqVNLT5pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_6QsLU1hfNa915yE8pXnM1hgouVNfgYSLWC7amE6SeHAK",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000198572117727351372451596782929038804674313255863511112779301146",
        "base_token_price_native_currency": "0.0000026770837159684",
        "quote_token_price_usd": "74.174788237998884981578615562684452774454423973",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002677083716",
        "quote_token_price_base_token": "373540.802641005",
        "address": "6QsLU1hfNa915yE8pXnM1hgouVNfgYSLWC7amE6SeHAK",
        "name": "XP / SOL",
        "pool_created_at": "2026-06-14T18:13:20Z",
        "fdv_usd": "197900.16003978",
        "market_cap_usd": "197900.16003978",
        "price_change_percentage": {
          "m5": "-10.983",
          "m15": "-12.948",
          "m30": "3.184",
          "h1": "1.236",
          "h6": "-30.342",
          "h24": "18.612"
        },
        "transactions": {
          "m5": {
            "buys": 22,
            "sells": 9,
            "buyers": 16,
            "sellers": 9
          },
          "m15": {
            "buys": 40,
            "sells": 22,
            "buyers": 26,
            "sellers": 20
          },
          "m30": {
            "buys": 86,
            "sells": 64,
            "buyers": 60,
            "sellers": 51
          },
          "h1": {
            "buys": 102,
            "sells": 93,
            "buyers": 71,
            "sellers": 76
          },
          "h6": {
            "buys": 922,
            "sells": 844,
            "buyers": 482,
            "sellers": 518
          },
          "h24": {
            "buys": 5222,
            "sells": 4465,
            "buyers": 1913,
            "sellers": 1963
          }
        },
        "volume_usd": {
          "m5": "1779.7420044095",
          "m15": "4289.5785367105",
          "m30": "9829.9386129272",
          "h1": "11624.0027024915",
          "h6": "110420.642117864",
          "h24": "648813.103852833"
        },
        "reserve_in_usd": "36355.7422"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9spN3Lrz4tnFXaXfR9QzKdiMd2hE4AUbAJntui21pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DZxWcyPpTyr2NTfmEN2xAUSCb77t1ZLpkg63PbpbKmbC",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00160283638151293825917245503536539290026904053648114126315630859",
        "base_token_price_native_currency": "0.0000213660803438659",
        "quote_token_price_usd": "74.192137197584247125296879223619462494022924299",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002136608034",
        "quote_token_price_base_token": "46803.1564005185",
        "address": "DZxWcyPpTyr2NTfmEN2xAUSCb77t1ZLpkg63PbpbKmbC",
        "name": "SPCX / SOL",
        "pool_created_at": "2026-04-01T17:58:50Z",
        "fdv_usd": "1585396.00098622",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.273",
          "m15": "-2.219",
          "m30": "-0.81",
          "h1": "-12.115",
          "h6": "-5.186",
          "h24": "172.568"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m15": {
            "buys": 24,
            "sells": 31,
            "buyers": 19,
            "sellers": 29
          },
          "m30": {
            "buys": 81,
            "sells": 103,
            "buyers": 50,
            "sellers": 87
          },
          "h1": {
            "buys": 353,
            "sells": 224,
            "buyers": 238,
            "sellers": 176
          },
          "h6": {
            "buys": 2259,
            "sells": 1668,
            "buyers": 800,
            "sellers": 925
          },
          "h24": {
            "buys": 6572,
            "sells": 5362,
            "buyers": 1727,
            "sellers": 2160
          }
        },
        "volume_usd": {
          "m5": "1331.9158699021",
          "m15": "3819.0933045687",
          "m30": "8755.0157436046",
          "h1": "32131.8279338484",
          "h6": "411892.609764172",
          "h24": "1576020.4013537"
        },
        "reserve_in_usd": "166812.14"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_E6ifp2mJy8cYQehUGUtFvrXriRKxRuonLmrvTFypump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HnhpJPJgBG2KwniMTNW8cVBHvk1hFog3RC3kjnyc23tD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.247283772406581270207052784384776153798580365",
        "base_token_price_native_currency": "0.00333592282997203",
        "quote_token_price_usd": "0.9997152921822067492769630659297333530078703",
        "quote_token_price_native_currency": "0.0134864110340099",
        "base_token_price_quote_token": "0.2473543793",
        "quote_token_price_base_token": "4.0427826786",
        "address": "HnhpJPJgBG2KwniMTNW8cVBHvk1hFog3RC3kjnyc23tD",
        "name": "CARDS / USDC",
        "pool_created_at": "2025-08-29T18:54:46Z",
        "fdv_usd": "494494790.01974",
        "market_cap_usd": "63688487.1751109",
        "price_change_percentage": {
          "m5": "-0.81",
          "m15": "1.372",
          "m30": "2.438",
          "h1": "0.953",
          "h6": "6.391",
          "h24": "-5.422"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 4,
            "buyers": 4,
            "sellers": 2
          },
          "m15": {
            "buys": 25,
            "sells": 29,
            "buyers": 10,
            "sellers": 20
          },
          "m30": {
            "buys": 35,
            "sells": 39,
            "buyers": 14,
            "sellers": 23
          },
          "h1": {
            "buys": 61,
            "sells": 63,
            "buyers": 17,
            "sellers": 33
          },
          "h6": {
            "buys": 358,
            "sells": 382,
            "buyers": 72,
            "sellers": 148
          },
          "h24": {
            "buys": 3191,
            "sells": 2885,
            "buyers": 620,
            "sellers": 721
          }
        },
        "volume_usd": {
          "m5": "1872.7525163696",
          "m15": "94859.364810096",
          "m30": "139868.494706928",
          "h1": "222349.464421978",
          "h6": "744567.730538948",
          "h24": "5996897.76769586"
        },
        "reserve_in_usd": "3625908.2725"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_CARDSccUMFKoPRZxt5vt3ksUbxEFEcnZ3H2pd3dKxYjp",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_3ucNos4NbumPLZNWztqGHNFFgkHeRMBQAVemeeomsUxv",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "74.127600713127789282379000997",
        "base_token_price_native_currency": "1.0",
        "quote_token_price_usd": "1.00058381345089256100955249634483941478653871",
        "quote_token_price_native_currency": "0.0134864110340099",
        "base_token_price_quote_token": "74.148711431",
        "quote_token_price_base_token": "0.01348641103",
        "address": "3ucNos4NbumPLZNWztqGHNFFgkHeRMBQAVemeeomsUxv",
        "name": "SOL / USDC",
        "pool_created_at": "2024-08-07T13:36:00Z",
        "fdv_usd": "1650758544.03712",
        "market_cap_usd": "1657003250.19035",
        "price_change_percentage": {
          "m5": "-0.063",
          "m15": "0.079",
          "m30": "0.032",
          "h1": "-0.032",
          "h6": "-1.336",
          "h24": "4.279"
        },
        "transactions": {
          "m5": {
            "buys": 16,
            "sells": 13,
            "buyers": 15,
            "sellers": 13
          },
          "m15": {
            "buys": 172,
            "sells": 195,
            "buyers": 122,
            "sellers": 131
          },
          "m30": {
            "buys": 418,
            "sells": 430,
            "buyers": 233,
            "sellers": 207
          },
          "h1": {
            "buys": 985,
            "sells": 977,
            "buyers": 354,
            "sellers": 338
          },
          "h6": {
            "buys": 5231,
            "sells": 5157,
            "buyers": 781,
            "sellers": 737
          },
          "h24": {
            "buys": 19971,
            "sells": 18984,
            "buyers": 1738,
            "sellers": 1664
          }
        },
        "volume_usd": {
          "m5": "1244.9707524874",
          "m15": "68881.5219501589",
          "m30": "182111.044930516",
          "h1": "460559.047952048",
          "h6": "3387047.99065096",
          "h24": "14942517.0556423"
        },
        "reserve_in_usd": "5039513.8122"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x16c1badd5b0acb4c44cf0b9fe4c90ac56f4409409ac190d02df06d728c72c0e4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000149228473688651",
        "base_token_price_native_currency": "0.000000000820162990754195",
        "quote_token_price_usd": "1793.9",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000008201629908",
        "quote_token_price_base_token": "1219269841.81575",
        "address": "0x16c1badd5b0acb4c44cf0b9fe4c90ac56f4409409ac190d02df06d728c72c0e4",
        "name": "ECHO / WETH",
        "pool_created_at": "2026-04-26T15:18:15Z",
        "fdv_usd": "149228.4737",
        "market_cap_usd": "149228.4737",
        "price_change_percentage": {
          "m5": "0",
          "m15": "1.496",
          "m30": "1.86",
          "h1": "12.603",
          "h6": "-18.479",
          "h24": "170.517"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m30": {
            "buys": 8,
            "sells": 9,
            "buyers": 6,
            "sellers": 7
          },
          "h1": {
            "buys": 18,
            "sells": 24,
            "buyers": 14,
            "sellers": 18
          },
          "h6": {
            "buys": 99,
            "sells": 149,
            "buyers": 63,
            "sellers": 87
          },
          "h24": {
            "buys": 355,
            "sells": 589,
            "buyers": 206,
            "sellers": 274
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "16.6904467635",
          "m30": "442.9323163388",
          "h1": "2983.2442073064",
          "h6": "26124.6671806031",
          "h24": "162399.084586006"
        },
        "reserve_in_usd": "89076.5783"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xa7f63eb41779925803a3eec30890742571e63ba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x7f51bbf34156ba802deb0e38b7671dc4fa32041d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0107986422211016",
        "base_token_price_native_currency": "0.0000174852131310406",
        "quote_token_price_usd": "617.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001748521313",
        "quote_token_price_base_token": "57191.1816290504",
        "address": "0x7f51bbf34156ba802deb0e38b7671dc4fa32041d",
        "name": "$BANANA / WBNB 0.01%",
        "pool_created_at": "2024-11-18T09:00:01Z",
        "fdv_usd": "107319232.186117",
        "market_cap_usd": "107916986.9",
        "price_change_percentage": {
          "m5": "-0.035",
          "m15": "0.5",
          "m30": "0.068",
          "h1": "0.769",
          "h6": "4.204",
          "h24": "2.89"
        },
        "transactions": {
          "m5": {
            "buys": 15,
            "sells": 14,
            "buyers": 8,
            "sellers": 9
          },
          "m15": {
            "buys": 101,
            "sells": 91,
            "buyers": 54,
            "sellers": 51
          },
          "m30": {
            "buys": 194,
            "sells": 214,
            "buyers": 87,
            "sellers": 97
          },
          "h1": {
            "buys": 466,
            "sells": 465,
            "buyers": 160,
            "sellers": 160
          },
          "h6": {
            "buys": 2674,
            "sells": 2903,
            "buyers": 420,
            "sellers": 513
          },
          "h24": {
            "buys": 19898,
            "sells": 21181,
            "buyers": 933,
            "sellers": 1072
          }
        },
        "volume_usd": {
          "m5": "8107.1138035939",
          "m15": "46405.0270145436",
          "m30": "98831.8938416188",
          "h1": "223307.537484264",
          "h6": "1266700.67145978",
          "h24": "10079947.2768061"
        },
        "reserve_in_usd": "4392333.117"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x3d4f0513e8a29669b960f9dbca61861548a9a760",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    }
  ]
}
Supported Networks

Extensive Coverage Across Multiple Chains

Fetch crypto prices and market data from 200+ networks, from major blockchains to new launches.

Why Web3 Projects Use CoinGecko

“CoinGecko's DEX API provides us with a fast, highly-accurate and robust source of DEX price data. They have wide data coverage, are easy to use and highly reliable. CoinGecko's DEX API has become one of our many key DEX price feeds that Supra utilizes to aggregate data from decentralized exchanges.”
"CoinGecko’s DEX API has become an integral part of our development process, adeptly handling numerous minor tasks that we simply don't have the capacity to manage. This has significantly streamlined our workflow, allowing us to focus on core development."
"CoinGecko’s DEX API has a wide coverage, supports the largest number of chains, and has a high availability."

Frequently Asked Questions

Supercharge your project with CoinGecko API

Unlock more possibilities with reliable, accurate and comprehensive crypto price data.
Never Miss An Update!
Subscribe to our API newsletter for the latest in product news, endpoint updates, and inspiring community content.
New Portfolio
Icon & name
Select Currency
Suggested Currencies
USD
US Dollar
IDR
Indonesian Rupiah
TWD
New Taiwan Dollar
EUR
Euro
KRW
South Korean Won
JPY
Japanese Yen
RUB
Russian Ruble
CNY
Chinese Yuan
Fiat Currencies
AED
United Arab Emirates Dirham
ARS
Argentine Peso
AUD
Australian Dollar
BDT
Bangladeshi Taka
BHD
Bahraini Dinar
BMD
Bermudian Dollar
BRL
Brazil Real
CAD
Canadian Dollar
CHF
Swiss Franc
CLP
Chilean Peso
CZK
Czech Koruna
DKK
Danish Krone
GBP
British Pound Sterling
GEL
Georgian Lari
HKD
Hong Kong Dollar
HUF
Hungarian Forint
ILS
Israeli New Shekel
INR
Indian Rupee
KWD
Kuwaiti Dinar
LKR
Sri Lankan Rupee
MMK
Burmese Kyat
MXN
Mexican Peso
MYR
Malaysian Ringgit
NGN
Nigerian Naira
NOK
Norwegian Krone
NZD
New Zealand Dollar
PHP
Philippine Peso
PKR
Pakistani Rupee
PLN
Polish Zloty
SAR
Saudi Riyal
SEK
Swedish Krona
SGD
Singapore Dollar
THB
Thai Baht
TRY
Turkish Lira
UAH
Ukrainian hryvnia
VEF
Venezuelan bolívar fuerte
VND
Vietnamese đồng
ZAR
South African Rand
XDR
IMF Special Drawing Rights
Cryptocurrencies
BTC
Bitcoin
ETH
Ether
LTC
Litecoin
BCH
Bitcoin Cash
BNB
Binance Coin
EOS
EOS
XRP
XRP
XLM
Lumens
LINK
Chainlink
DOT
Polkadot
YFI
Yearn.finance
SOL
Solana
Bitcoin Units
BITS
Bits
SATS
Satoshi
Commodities
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Select Language
Popular Languages
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT-BR
Português
All Languages
AR
العربية
BG
български
CS
čeština
DA
dansk
EL
Ελληνικά
FI
suomen kieli
HE
עִבְרִית
HI
हिंदी
HR
hrvatski
HU
Magyar nyelv
ID
Bahasa Indonesia
IT
Italiano
JA
日本語
KO
한국어
LT
lietuvių kalba
NL
Nederlands
NO
norsk
RO
Limba română
SK
slovenský jazyk
SL
slovenski jezik
SV
Svenska
TH
ภาษาไทย
TR
Türkçe
UK
украї́нська мо́ва
ZH
简体中文
ZH-TW
繁體中文
Welcome to CoinGecko
Welcome back!
Login or Sign up in seconds
or
Sign in with . Not you?
Forgot your password?
Didn't receive confirmation instructions?
Resend confirmation instructions
Password must contain at least 8 characters including 1 uppercase letter, 1 lowercase letter, 1 number, and 1 special character
By continuing, you acknowledge that you've read and agree fully to our Terms of Service and Privacy Policy.
Get Price Alerts with CoinGecko App
Forgot your password?
You will receive an email with instructions on how to reset your password in a few minutes.
Resend confirmation instructions
You will receive an email with instructions for how to confirm your email address in a few minutes.
Get the CoinGecko app.
Scan this QR code to download the app now App QR Code Or check it out in the app stores
Add NFT
Track wallet address
Paste
Read-only access - we can’t make changes to your wallet.
We currently support the following EVM networks:
Ethereum Mainnet
Base Mainnet
BNB Smart Chain
Arbitrum
Avalanche
Fantom
Flare
Gnosis
Linea
Optimism
Polygon
Polygon zkEVM
Scroll
Stellar
Story
Syscoin
Telos
X Layer
Xai
Support for Solana is coming soon.
or
Create Portfolio
Select icon
💎
🔥
👀
🚀
💰
🦍
🌱
💩
🌙
🪂
💚
CoinGecko
Better on the app
Real-time price alerts and a faster, smoother experience.
You’ve reached the limit.
Guest portfolios are limited to 10 coins. Sign up or log in to keep the coins listed below.