Coins: 17,399
Exchanges: 1,474
Market Cap: $2.644T 1.5%
24h Vol: $85.062B
Gas: 0.081 GWEI
Remove Ads

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.
38M+
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.997825067519115",
      "base_token_price_native_currency": "0.000472096035243206",
      "quote_token_price_usd": "2113.65664840049",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0004720960352",
      "quote_token_price_base_token": "2118.213086634",
      "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": "4339116018.72073",
      "market_cap_usd": "4339337574.28947",
      "price_change_percentage": {
        "m5": "0.003",
        "m15": "-0.048",
        "m30": "0.011",
        "h1": "-0.367",
        "h6": "-0.253",
        "h24": "-0.358"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 2,
          "buyers": 0,
          "sellers": 1
        },
        "m15": {
          "buys": 1,
          "sells": 4,
          "buyers": 1,
          "sellers": 3
        },
        "m30": {
          "buys": 4,
          "sells": 5,
          "buyers": 3,
          "sellers": 4
        },
        "h1": {
          "buys": 17,
          "sells": 30,
          "buyers": 14,
          "sellers": 25
        },
        "h6": {
          "buys": 322,
          "sells": 220,
          "buyers": 171,
          "sellers": 118
        },
        "h24": {
          "buys": 643,
          "sells": 745,
          "buyers": 281,
          "sellers": 259
        }
      },
      "volume_usd": {
        "m5": "632.7033984254",
        "m15": "2530.862852873",
        "m30": "3937.330061136",
        "h1": "25251.9380175032",
        "h6": "316970.953447134",
        "h24": "672030.348116077"
      },
      "reserve_in_usd": "1985649.5858",
      "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_3hCWyGJyuvjxrgLvu6QQgrTeDWYfUvvdPNk6SHXiP1Hj",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0062594015832869064325087199827871872786384234190210979889638061",
        "base_token_price_native_currency": "0.0000729288298865218",
        "quote_token_price_usd": "85.838678026103236981176193585982541643890157529",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007292882989",
        "quote_token_price_base_token": "13711.9984175807",
        "address": "3hCWyGJyuvjxrgLvu6QQgrTeDWYfUvvdPNk6SHXiP1Hj",
        "name": "RICH / SOL",
        "pool_created_at": "2026-05-22T20:46:59Z",
        "fdv_usd": "6166926.558",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.082",
          "m15": "-11.166",
          "m30": "-12.183",
          "h1": "-14.534",
          "h6": "246.907",
          "h24": "449.213"
        },
        "transactions": {
          "m5": {
            "buys": 170,
            "sells": 182,
            "buyers": 111,
            "sellers": 138
          },
          "m15": {
            "buys": 1027,
            "sells": 751,
            "buyers": 443,
            "sellers": 471
          },
          "m30": {
            "buys": 2050,
            "sells": 1347,
            "buyers": 724,
            "sellers": 754
          },
          "h1": {
            "buys": 5116,
            "sells": 3703,
            "buyers": 1520,
            "sellers": 1638
          },
          "h6": {
            "buys": 26581,
            "sells": 21510,
            "buyers": 6211,
            "sellers": 5681
          },
          "h24": {
            "buys": 47781,
            "sells": 37813,
            "buyers": 10205,
            "sellers": 9694
          }
        },
        "volume_usd": {
          "m5": "45708.2215055344",
          "m15": "226941.083064974",
          "m30": "413130.873447162",
          "h1": "1109402.04743467",
          "h6": "7224101.08598494",
          "h24": "11114662.6807222"
        },
        "reserve_in_usd": "281122.8191"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5hiLgyybrAYPpUwNFa38agfZ8iEtnahWKAPixcfspump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4a2acVjBJysaUeEwedivQHcMNftY2EF49eayYxSwdMt2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00045990493022158066548903398930378335202734281450745563856956437",
        "base_token_price_native_currency": "0.00000536196044911554",
        "quote_token_price_usd": "85.838678026103236981176193585982541643890157529",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000005361960449",
        "quote_token_price_base_token": "186498.951174649",
        "address": "4a2acVjBJysaUeEwedivQHcMNftY2EF49eayYxSwdMt2",
        "name": "BTCBANK / SOL",
        "pool_created_at": "2026-05-22T22:59:36Z",
        "fdv_usd": "460207.951",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-9.99",
          "m15": "-5.763",
          "m30": "-4.948",
          "h1": "10.053",
          "h6": "-7.556",
          "h24": "355.207"
        },
        "transactions": {
          "m5": {
            "buys": 117,
            "sells": 59,
            "buyers": 111,
            "sellers": 55
          },
          "m15": {
            "buys": 526,
            "sells": 231,
            "buyers": 455,
            "sellers": 214
          },
          "m30": {
            "buys": 1288,
            "sells": 568,
            "buyers": 958,
            "sellers": 490
          },
          "h1": {
            "buys": 2739,
            "sells": 1240,
            "buyers": 1669,
            "sellers": 926
          },
          "h6": {
            "buys": 13747,
            "sells": 6687,
            "buyers": 3755,
            "sellers": 3242
          },
          "h24": {
            "buys": 43046,
            "sells": 23591,
            "buyers": 7476,
            "sellers": 7085
          }
        },
        "volume_usd": {
          "m5": "5825.4415474791",
          "m15": "13463.9023009597",
          "m30": "43393.3842369458",
          "h1": "106980.883960635",
          "h6": "601148.028401791",
          "h24": "2513488.79441463"
        },
        "reserve_in_usd": "59387.9823"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9s96G11xGsHczudfJqKQzQxzvubQgJXSySJ1wRgxpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000211493255013533",
        "base_token_price_native_currency": "0.000000100056290269849",
        "quote_token_price_usd": "2115.51",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001000562903",
        "quote_token_price_base_token": "9994374.13982697",
        "address": "0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
        "name": "GITLAWB / WETH",
        "pool_created_at": "2026-03-11T02:00:07Z",
        "fdv_usd": "21147691.6888801",
        "market_cap_usd": "21149325.5",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.008",
          "m30": "-0.755",
          "h1": "-3.714",
          "h6": "3.188",
          "h24": "7.026"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m30": {
            "buys": 0,
            "sells": 5,
            "buyers": 0,
            "sellers": 5
          },
          "h1": {
            "buys": 8,
            "sells": 25,
            "buyers": 5,
            "sellers": 18
          },
          "h6": {
            "buys": 132,
            "sells": 140,
            "buyers": 99,
            "sellers": 90
          },
          "h24": {
            "buys": 993,
            "sells": 740,
            "buyers": 574,
            "sellers": 415
          }
        },
        "volume_usd": {
          "m5": "304.4863797527",
          "m15": "555.5355237679",
          "m30": "3761.6863452033",
          "h1": "22526.5261967938",
          "h6": "247221.076556415",
          "h24": "1669979.05643071"
        },
        "reserve_in_usd": "5403241.8613"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x5f980dcfc4c0fa3911554cf5ab288ed0eb13dba3",
            "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": "solana_E8rhZvawtATXbWgsgMdmhUgVdt6PUUfqfiF3XYgCYWZd",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0030988931763447064596816809899635077127800487761749070042043948",
        "base_token_price_native_currency": "0.0000361057270083726",
        "quote_token_price_usd": "0.17659962609431401815950433849556961546398980137799626659751312",
        "quote_token_price_native_currency": "0.00205759202615144",
        "base_token_price_quote_token": "0.01754756363",
        "quote_token_price_base_token": "56.9879682986",
        "address": "E8rhZvawtATXbWgsgMdmhUgVdt6PUUfqfiF3XYgCYWZd",
        "name": "SPARQ / EITHER",
        "pool_created_at": "2026-05-20T11:42:05Z",
        "fdv_usd": "3098893.09226486",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0.05",
          "m15": "-0.782",
          "m30": "-1.121",
          "h1": "-0.748",
          "h6": "11.385",
          "h24": "10.52"
        },
        "transactions": {
          "m5": {
            "buys": 15,
            "sells": 13,
            "buyers": 7,
            "sellers": 5
          },
          "m15": {
            "buys": 42,
            "sells": 39,
            "buyers": 9,
            "sellers": 9
          },
          "m30": {
            "buys": 92,
            "sells": 88,
            "buyers": 22,
            "sellers": 20
          },
          "h1": {
            "buys": 303,
            "sells": 255,
            "buyers": 76,
            "sellers": 63
          },
          "h6": {
            "buys": 2171,
            "sells": 2165,
            "buyers": 453,
            "sellers": 413
          },
          "h24": {
            "buys": 6049,
            "sells": 5544,
            "buyers": 1060,
            "sellers": 1177
          }
        },
        "volume_usd": {
          "m5": "2114.6339361732",
          "m15": "5279.3355493834",
          "m30": "9720.442224515",
          "h1": "33584.9356758153",
          "h6": "208110.44196368",
          "h24": "565904.670592636"
        },
        "reserve_in_usd": "183105.1507"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_gLEXZ2kAfuYkpeeSzrEMbakiNeqAAZ3TsKiY9Can8pE",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_HmBdm8vbisABUjkxms6ZUnoaXbfwFM6ymxShWfAENaoi",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora-damm-v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x7016371c9642e346094b51b9603e429828d3f8063537770020115af81b019145",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000311440919294637",
        "base_token_price_native_currency": "0.0000000145271001262098",
        "quote_token_price_usd": "2116.64",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000001452710013",
        "quote_token_price_base_token": "68836862.9191038",
        "address": "0x7016371c9642e346094b51b9603e429828d3f8063537770020115af81b019145",
        "name": "SUPERGEMMA / WETH",
        "pool_created_at": "2026-04-14T02:53:59Z",
        "fdv_usd": "3114409.193",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-0.277",
          "m15": "-1.672",
          "m30": "-2.396",
          "h1": "-2.046",
          "h6": "-2.032",
          "h24": "53.355"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m15": {
            "buys": 9,
            "sells": 13,
            "buyers": 9,
            "sellers": 12
          },
          "m30": {
            "buys": 17,
            "sells": 30,
            "buyers": 17,
            "sellers": 27
          },
          "h1": {
            "buys": 30,
            "sells": 69,
            "buyers": 28,
            "sellers": 58
          },
          "h6": {
            "buys": 553,
            "sells": 908,
            "buyers": 253,
            "sellers": 400
          },
          "h24": {
            "buys": 1890,
            "sells": 2958,
            "buyers": 634,
            "sellers": 897
          }
        },
        "volume_usd": {
          "m5": "4040.4682779203",
          "m15": "7670.9915761492",
          "m30": "9627.1856917898",
          "h1": "31930.6065010634",
          "h6": "502035.132429292",
          "h24": "1600927.47830634"
        },
        "reserve_in_usd": "745935.6856"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x572c4fa77623652411574c51b5ddb7e1b750aba3",
            "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": "base_0xed3057cdc362b0724f454a00b8eb4f52e7b3ce98c562b4df51ff0adeb01d217a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000080075458190446",
        "base_token_price_native_currency": "0.00000000378157904257559",
        "quote_token_price_usd": "2116.0",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003781579043",
        "quote_token_price_base_token": "264439798.491931",
        "address": "0xed3057cdc362b0724f454a00b8eb4f52e7b3ce98c562b4df51ff0adeb01d217a",
        "name": "GITBANK / WETH",
        "pool_created_at": "2026-05-20T16:31:47Z",
        "fdv_usd": "800754.5819",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0.233",
          "m15": "1.539",
          "m30": "6.764",
          "h1": "4.282",
          "h6": "13.42",
          "h24": "18.334"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 8,
            "sells": 2,
            "buyers": 8,
            "sellers": 2
          },
          "m30": {
            "buys": 11,
            "sells": 3,
            "buyers": 11,
            "sellers": 3
          },
          "h1": {
            "buys": 11,
            "sells": 17,
            "buyers": 11,
            "sellers": 9
          },
          "h6": {
            "buys": 160,
            "sells": 349,
            "buyers": 98,
            "sellers": 128
          },
          "h24": {
            "buys": 934,
            "sells": 1992,
            "buyers": 408,
            "sellers": 464
          }
        },
        "volume_usd": {
          "m5": "180.5458549616",
          "m15": "1286.2211528638",
          "m30": "1646.8956389471",
          "h1": "3207.3114685965",
          "h6": "101820.441866612",
          "h24": "525650.910440918"
        },
        "reserve_in_usd": "405893.6015"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xc21dd0ee043930711c2a3e55f39c7d3144d09b07",
            "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": "solana_Au6S1Lr73jmmqfXUR7VTugsmmy74Jix4w8YUhe9PwPrj",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00114280478304951774158258714387140787371876930869300894825259022",
        "base_token_price_native_currency": "0.0000134432556287038",
        "quote_token_price_usd": "1.0003624241683486788395584778464152297323009952153522169366505",
        "quote_token_price_native_currency": "0.0116539821811345",
        "base_token_price_quote_token": "0.001153533223",
        "quote_token_price_base_token": "866.9017761033",
        "address": "Au6S1Lr73jmmqfXUR7VTugsmmy74Jix4w8YUhe9PwPrj",
        "name": "Bank / USDC",
        "pool_created_at": "2026-05-21T19:01:31Z",
        "fdv_usd": "1162039.433",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-6.84",
          "m15": "-0.329",
          "m30": "-12.485",
          "h1": "13.86",
          "h6": "17.41",
          "h24": "12.882"
        },
        "transactions": {
          "m5": {
            "buys": 18,
            "sells": 14,
            "buyers": 13,
            "sellers": 14
          },
          "m15": {
            "buys": 118,
            "sells": 81,
            "buyers": 75,
            "sellers": 58
          },
          "m30": {
            "buys": 331,
            "sells": 181,
            "buyers": 176,
            "sellers": 125
          },
          "h1": {
            "buys": 906,
            "sells": 670,
            "buyers": 425,
            "sellers": 398
          },
          "h6": {
            "buys": 4257,
            "sells": 3015,
            "buyers": 1459,
            "sellers": 1407
          },
          "h24": {
            "buys": 15621,
            "sells": 11091,
            "buyers": 4013,
            "sellers": 4025
          }
        },
        "volume_usd": {
          "m5": "2722.6587598073",
          "m15": "19400.6103427304",
          "m30": "54333.05768726",
          "h1": "236016.175564705",
          "h6": "850618.417403915",
          "h24": "3224151.20698914"
        },
        "reserve_in_usd": "136450.5606"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2jCt3hj9vd7YpV7Sr3VA5nk3tdSpJtZezeoJXW4Xpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000798876558976957",
        "base_token_price_native_currency": "0.0000000377892424174101",
        "quote_token_price_usd": "2116.74",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000003778924242",
        "quote_token_price_base_token": "26462557.4906811",
        "address": "0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
        "name": "aeon / WETH",
        "pool_created_at": "2026-03-10T22:01:31Z",
        "fdv_usd": "8198153.609",
        "market_cap_usd": "7312555.20551105",
        "price_change_percentage": {
          "m5": "0.448",
          "m15": "6.715",
          "m30": "8.605",
          "h1": "6.129",
          "h6": "14.074",
          "h24": "40.347"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 0,
            "buyers": 4,
            "sellers": 0
          },
          "m15": {
            "buys": 16,
            "sells": 5,
            "buyers": 14,
            "sellers": 5
          },
          "m30": {
            "buys": 25,
            "sells": 7,
            "buyers": 20,
            "sellers": 7
          },
          "h1": {
            "buys": 28,
            "sells": 17,
            "buyers": 23,
            "sellers": 15
          },
          "h6": {
            "buys": 173,
            "sells": 151,
            "buyers": 127,
            "sellers": 114
          },
          "h24": {
            "buys": 1608,
            "sells": 1118,
            "buyers": 837,
            "sellers": 644
          }
        },
        "volume_usd": {
          "m5": "915.0488155454",
          "m15": "9999.3464777047",
          "m30": "14765.5976641273",
          "h1": "20568.2123104249",
          "h6": "185107.633614741",
          "h24": "1728442.28907068"
        },
        "reserve_in_usd": "2687330.986"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xbf8e8f0e8866a7052f948c16508644347c57aba3",
            "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": "base_0xfc25fdd217e288d03a877f0b7d49e0bbe52b2288c88de929125062569fc7eb2a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000679469607422945",
        "base_token_price_native_currency": "0.000000032793850620529",
        "quote_token_price_usd": "2116.57",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000003279385062",
        "quote_token_price_base_token": "30493521.8364994",
        "address": "0xfc25fdd217e288d03a877f0b7d49e0bbe52b2288c88de929125062569fc7eb2a",
        "name": "Surplus / WETH",
        "pool_created_at": "2026-05-16T15:20:31Z",
        "fdv_usd": "6794696.074",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.478",
          "m15": "-0.032",
          "m30": "0.209",
          "h1": "-0.095",
          "h6": "30.299",
          "h24": "54.401"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 13,
            "sells": 6,
            "buyers": 11,
            "sellers": 6
          },
          "m30": {
            "buys": 23,
            "sells": 13,
            "buyers": 18,
            "sellers": 13
          },
          "h1": {
            "buys": 31,
            "sells": 26,
            "buyers": 25,
            "sellers": 24
          },
          "h6": {
            "buys": 542,
            "sells": 571,
            "buyers": 273,
            "sellers": 308
          },
          "h24": {
            "buys": 1220,
            "sells": 1167,
            "buyers": 540,
            "sellers": 551
          }
        },
        "volume_usd": {
          "m5": "2137.700079212",
          "m15": "9442.2809993004",
          "m30": "11007.0252558125",
          "h1": "22696.3477620778",
          "h6": "706414.775780003",
          "h24": "1442359.28118614"
        },
        "reserve_in_usd": "1560974.8198"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xc52aedec3374422d7510e294cfaa90799595cba3",
            "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": "eth_0xa682edb626e90bbf54ded4538c5bc1fa92b8e918",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0038749627647019",
        "base_token_price_native_currency": "0.00000183516133245903",
        "quote_token_price_usd": "2112.34808897785",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001835161332",
        "quote_token_price_base_token": "544911.219690994",
        "address": "0xa682edb626e90bbf54ded4538c5bc1fa92b8e918",
        "name": "ELIEN / WETH",
        "pool_created_at": "2026-04-22T16:42:35Z",
        "fdv_usd": "3874962.765",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.348",
          "m15": "0.476",
          "m30": "0.739",
          "h1": "-0.655",
          "h6": "6.721",
          "h24": "34.399"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m30": {
            "buys": 7,
            "sells": 2,
            "buyers": 7,
            "sellers": 2
          },
          "h1": {
            "buys": 14,
            "sells": 13,
            "buyers": 13,
            "sellers": 11
          },
          "h6": {
            "buys": 163,
            "sells": 111,
            "buyers": 120,
            "sellers": 89
          },
          "h24": {
            "buys": 952,
            "sells": 794,
            "buyers": 484,
            "sellers": 470
          }
        },
        "volume_usd": {
          "m5": "396.2483135464",
          "m15": "685.964157033",
          "m30": "864.2267675785",
          "h1": "9502.8432530043",
          "h6": "125638.178624905",
          "h24": "722898.864069215"
        },
        "reserve_in_usd": "229423.8158"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xc7e4254a72169fdf7a2e080462724f2f642daf7e",
            "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_4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.11321457460732254048897144381609067967608928243634532087477417",
        "base_token_price_native_currency": "0.00131777562259685",
        "quote_token_price_usd": "85.838678026103236981176193585982541643890157529",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.001317775623",
        "quote_token_price_base_token": "758.854529445",
        "address": "4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
        "name": "TROLL / SOL",
        "pool_created_at": "2025-04-20T18:30:26Z",
        "fdv_usd": "112479137.61632",
        "market_cap_usd": "112479137.616421",
        "price_change_percentage": {
          "m5": "0.23",
          "m15": "-0.711",
          "m30": "-0.758",
          "h1": "-1.392",
          "h6": "2.927",
          "h24": "10.419"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "m15": {
            "buys": 22,
            "sells": 9,
            "buyers": 13,
            "sellers": 9
          },
          "m30": {
            "buys": 27,
            "sells": 21,
            "buyers": 18,
            "sellers": 18
          },
          "h1": {
            "buys": 39,
            "sells": 26,
            "buyers": 26,
            "sellers": 23
          },
          "h6": {
            "buys": 527,
            "sells": 536,
            "buyers": 252,
            "sellers": 255
          },
          "h24": {
            "buys": 2586,
            "sells": 2271,
            "buyers": 792,
            "sellers": 803
          }
        },
        "volume_usd": {
          "m5": "2240.2327897426",
          "m15": "13752.9477836617",
          "m30": "18127.0289889474",
          "h1": "21959.5080207753",
          "h6": "491304.954550657",
          "h24": "2290463.95957714"
        },
        "reserve_in_usd": "4047555.3086"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5UUH9RTDiSpq6HKS6bp4NdU9PNJpXRXuiw6ShBTBhgH2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xacd168b06cfb4ed3a7701d64752e7667f1e6063e05144cec1883b5b5fd91633a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "6.40863807892958",
        "base_token_price_native_currency": "0.0030266322261972",
        "quote_token_price_usd": "2116.57",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.003026632226",
        "quote_token_price_base_token": "330.400235398",
        "address": "0xacd168b06cfb4ed3a7701d64752e7667f1e6063e05144cec1883b5b5fd91633a",
        "name": "PITCH / ETH 1%",
        "pool_created_at": "2026-05-17T19:57:43Z",
        "fdv_usd": "6050248.21766302",
        "market_cap_usd": "6050662.21063989",
        "price_change_percentage": {
          "m5": "0",
          "m15": "2.175",
          "m30": "0.63",
          "h1": "1.075",
          "h6": "5.162",
          "h24": "48.704"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m30": {
            "buys": 14,
            "sells": 1,
            "buyers": 11,
            "sellers": 1
          },
          "h1": {
            "buys": 26,
            "sells": 5,
            "buyers": 22,
            "sellers": 5
          },
          "h6": {
            "buys": 251,
            "sells": 173,
            "buyers": 161,
            "sellers": 137
          },
          "h24": {
            "buys": 1844,
            "sells": 1375,
            "buyers": 774,
            "sellers": 748
          }
        },
        "volume_usd": {
          "m5": "208.2089764575",
          "m15": "1524.7931622416",
          "m30": "5485.791404444",
          "h1": "8934.5250581691",
          "h6": "375019.589011848",
          "h24": "2307772.80076186"
        },
        "reserve_in_usd": "2291651.4005"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xeae13ea73bec936664a51734c8c01ec7c3b0699c",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x3f0296bf652e19bca772ec3df08b32732f93014a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.76469214202351",
        "base_token_price_native_currency": "0.000364067212033474",
        "quote_token_price_usd": "2116.74",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000364067212",
        "quote_token_price_base_token": "2746.745564959",
        "address": "0x3f0296bf652e19bca772ec3df08b32732f93014a",
        "name": "VIRTUAL / WETH 0.05%",
        "pool_created_at": "2025-01-06T20:15:25Z",
        "fdv_usd": "380584189.030105",
        "market_cap_usd": "502616596.772592",
        "price_change_percentage": {
          "m5": "0.186",
          "m15": "0.337",
          "m30": "0.374",
          "h1": "0.097",
          "h6": "4.921",
          "h24": "4.605"
        },
        "transactions": {
          "m5": {
            "buys": 17,
            "sells": 11,
            "buyers": 10,
            "sellers": 8
          },
          "m15": {
            "buys": 93,
            "sells": 96,
            "buyers": 59,
            "sellers": 59
          },
          "m30": {
            "buys": 185,
            "sells": 178,
            "buyers": 106,
            "sellers": 102
          },
          "h1": {
            "buys": 452,
            "sells": 422,
            "buyers": 189,
            "sellers": 176
          },
          "h6": {
            "buys": 4060,
            "sells": 4095,
            "buyers": 919,
            "sellers": 984
          },
          "h24": {
            "buys": 16518,
            "sells": 16135,
            "buyers": 3228,
            "sellers": 3116
          }
        },
        "volume_usd": {
          "m5": "16348.4050142156",
          "m15": "114459.589876995",
          "m30": "202323.288346174",
          "h1": "510694.973183589",
          "h6": "4352214.8982385",
          "h24": "13226127.1716795"
        },
        "reserve_in_usd": "770595.3869"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-slipstream",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x91a06c8f90cc4a21f47d20ff6b81ddef508fe483f1b11e02457836b2467e1351",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000140693479997636",
        "base_token_price_native_currency": "0.00000000664284495697701",
        "quote_token_price_usd": "2116.57",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000006642844957",
        "quote_token_price_base_token": "150537910.560399",
        "address": "0x91a06c8f90cc4a21f47d20ff6b81ddef508fe483f1b11e02457836b2467e1351",
        "name": "rootai / WETH",
        "pool_created_at": "2026-05-17T21:19:31Z",
        "fdv_usd": "1406934.8",
        "market_cap_usd": "1406934.8",
        "price_change_percentage": {
          "m5": "0.874",
          "m15": "-0.618",
          "m30": "-12.402",
          "h1": "-16.546",
          "h6": "89.393",
          "h24": "111.934"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 11,
            "sells": 17,
            "buyers": 10,
            "sellers": 15
          },
          "m30": {
            "buys": 37,
            "sells": 61,
            "buyers": 31,
            "sellers": 51
          },
          "h1": {
            "buys": 69,
            "sells": 123,
            "buyers": 56,
            "sellers": 95
          },
          "h6": {
            "buys": 632,
            "sells": 965,
            "buyers": 335,
            "sellers": 506
          },
          "h24": {
            "buys": 1209,
            "sells": 1765,
            "buyers": 569,
            "sellers": 800
          }
        },
        "volume_usd": {
          "m5": "2305.9505400805",
          "m15": "5811.0004652589",
          "m30": "30355.7139902979",
          "h1": "63449.9376475627",
          "h6": "520710.534692078",
          "h24": "822487.81388114"
        },
        "reserve_in_usd": "398250.213"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x461d3c96d170e551611f54fa466d3d74a680aba3",
            "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": "base_0x90303be26c23d5c6f1ad264c193eb8aecfee5c95",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000437628538272883",
        "base_token_price_native_currency": "0.000000207194940307681",
        "quote_token_price_usd": "0.770599223678532",
        "quote_token_price_native_currency": "0.000364067212033474",
        "base_token_price_quote_token": "0.0005691117834",
        "quote_token_price_base_token": "1757.1240470102",
        "address": "0x90303be26c23d5c6f1ad264c193eb8aecfee5c95",
        "name": "H1DR4 / VIRTUAL",
        "pool_created_at": "2024-12-24T14:14:25Z",
        "fdv_usd": "415339.815657179",
        "market_cap_usd": "438832.0834",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-6.451",
          "m30": "8.116",
          "h1": "20.493",
          "h6": "28.643",
          "h24": "739.802"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 10,
            "sells": 26,
            "buyers": 8,
            "sellers": 14
          },
          "m30": {
            "buys": 31,
            "sells": 49,
            "buyers": 24,
            "sellers": 22
          },
          "h1": {
            "buys": 42,
            "sells": 59,
            "buyers": 32,
            "sellers": 23
          },
          "h6": {
            "buys": 154,
            "sells": 235,
            "buyers": 79,
            "sellers": 111
          },
          "h24": {
            "buys": 957,
            "sells": 1267,
            "buyers": 432,
            "sellers": 471
          }
        },
        "volume_usd": {
          "m5": "99.3857101217",
          "m15": "4674.2462892253",
          "m30": "9721.3431789288",
          "h1": "13092.0337629999",
          "h6": "71417.2572168493",
          "h24": "490632.857213242"
        },
        "reserve_in_usd": "104992.9639"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x83abfc4beec2ecf12995005d751a42df691c09c1",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x9c7ed68b00dc4f45243b07ce71a54a86e8f8fcbb",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0716510599562312",
        "base_token_price_native_currency": "0.0000337778785386804",
        "quote_token_price_usd": "2112.89158706473",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003377787854",
        "quote_token_price_base_token": "29605.174844088",
        "address": "0x9c7ed68b00dc4f45243b07ce71a54a86e8f8fcbb",
        "name": "SERV / WETH 1%",
        "pool_created_at": "2025-05-27T00:28:23Z",
        "fdv_usd": "71629463.4183705",
        "market_cap_usd": "55154686.8873",
        "price_change_percentage": {
          "m5": "0",
          "m15": "2.605",
          "m30": "2.977",
          "h1": "2.317",
          "h6": "8.31",
          "h24": "25.006"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 13,
            "sells": 0,
            "buyers": 8,
            "sellers": 0
          },
          "m30": {
            "buys": 17,
            "sells": 0,
            "buyers": 10,
            "sellers": 0
          },
          "h1": {
            "buys": 31,
            "sells": 4,
            "buyers": 14,
            "sellers": 4
          },
          "h6": {
            "buys": 237,
            "sells": 98,
            "buyers": 81,
            "sellers": 63
          },
          "h24": {
            "buys": 512,
            "sells": 319,
            "buyers": 178,
            "sellers": 147
          }
        },
        "volume_usd": {
          "m5": "338.0626539304",
          "m15": "14942.3739909214",
          "m30": "16315.4612584128",
          "h1": "35398.9875394933",
          "h6": "443516.469988049",
          "h24": "1141489.21600099"
        },
        "reserve_in_usd": "2326545.0715"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x40e3d1a4b2c47d9aa61261f5606136ef73e28042",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v3",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x9196ada2ee67f89f347a59c2615057e3dcea28a7697020fd86f37e63f5c2d67a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000131589098631974",
        "base_token_price_native_currency": "0.00000000632980373945877",
        "quote_token_price_usd": "2116.0",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000006329803739",
        "quote_token_price_base_token": "157982781.324829",
        "address": "0x9196ada2ee67f89f347a59c2615057e3dcea28a7697020fd86f37e63f5c2d67a",
        "name": "grantr / WETH",
        "pool_created_at": "2026-04-24T02:57:57Z",
        "fdv_usd": "1315890.986",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-1.731",
          "m30": "0.144",
          "h1": "2.567",
          "h6": "2.841",
          "h24": "-13.117"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m30": {
            "buys": 7,
            "sells": 8,
            "buyers": 7,
            "sellers": 6
          },
          "h1": {
            "buys": 19,
            "sells": 22,
            "buyers": 18,
            "sellers": 20
          },
          "h6": {
            "buys": 138,
            "sells": 226,
            "buyers": 102,
            "sellers": 152
          },
          "h24": {
            "buys": 575,
            "sells": 922,
            "buyers": 311,
            "sellers": 469
          }
        },
        "volume_usd": {
          "m5": "1249.5163627126",
          "m15": "2769.4651876769",
          "m30": "6257.4296914532",
          "h1": "14980.9581315073",
          "h6": "107659.019883441",
          "h24": "385050.916738385"
        },
        "reserve_in_usd": "390431.1756"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x753f2af0f46361c9ae6fc347797f99b0c9e82ba3",
            "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": "solana_8YeLTzqq7gMf8zbmzR1kVa21abWEqbA9XeQPdpp9ZHzn",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000330965240674213334935311831215316535177733884680007602838521756",
        "base_token_price_native_currency": "0.000000384150440800702",
        "quote_token_price_usd": "85.827002716964501675631391586695928016955884587",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000003841504408",
        "quote_token_price_base_token": "2603146.82423806",
        "address": "8YeLTzqq7gMf8zbmzR1kVa21abWEqbA9XeQPdpp9ZHzn",
        "name": "DIVIDEND / SOL",
        "pool_created_at": "2026-05-23T05:48:10Z",
        "fdv_usd": "33096.52407",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.765",
          "m15": "3.993",
          "m30": "-5.347",
          "h1": "31.751",
          "h6": "-5.253",
          "h24": "-4.714"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 11,
            "sells": 6,
            "buyers": 6,
            "sellers": 6
          },
          "m30": {
            "buys": 19,
            "sells": 17,
            "buyers": 10,
            "sellers": 16
          },
          "h1": {
            "buys": 61,
            "sells": 37,
            "buyers": 28,
            "sellers": 32
          },
          "h6": {
            "buys": 369,
            "sells": 351,
            "buyers": 191,
            "sellers": 229
          },
          "h24": {
            "buys": 9878,
            "sells": 7033,
            "buyers": 2663,
            "sellers": 2445
          }
        },
        "volume_usd": {
          "m5": "31.5411579956",
          "m15": "340.1502447457",
          "m30": "935.8104240172",
          "h1": "3515.384386484",
          "h6": "29830.2725814645",
          "h24": "916797.036834019"
        },
        "reserve_in_usd": "15175.5325"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_GFY6y6agYw71nJESDdxxbG4iNsYbTGC54Miq4xZupump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_G4s53aDUjuKYZ5HiKyrcTbgfNsroixPp12yXy8qM4tJc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00065398161637418515423198338752156282193180720676388207695694355",
        "base_token_price_native_currency": "0.00000752707198423953",
        "quote_token_price_usd": "85.834595477102312783820216634143268275101428985",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000007527071984",
        "quote_token_price_base_token": "132853.78459165",
        "address": "G4s53aDUjuKYZ5HiKyrcTbgfNsroixPp12yXy8qM4tJc",
        "name": "DEGEN / SOL",
        "pool_created_at": "2026-05-18T13:14:23Z",
        "fdv_usd": "646082.322672491",
        "market_cap_usd": "646082.322672492",
        "price_change_percentage": {
          "m5": "-0.893",
          "m15": "1.318",
          "m30": "3.156",
          "h1": "8.508",
          "h6": "-4.165",
          "h24": "-49.693"
        },
        "transactions": {
          "m5": {
            "buys": 48,
            "sells": 45,
            "buyers": 48,
            "sellers": 45
          },
          "m15": {
            "buys": 218,
            "sells": 220,
            "buyers": 217,
            "sellers": 217
          },
          "m30": {
            "buys": 527,
            "sells": 493,
            "buyers": 514,
            "sellers": 474
          },
          "h1": {
            "buys": 1031,
            "sells": 978,
            "buyers": 1004,
            "sellers": 917
          },
          "h6": {
            "buys": 6455,
            "sells": 5708,
            "buyers": 5841,
            "sellers": 5195
          },
          "h24": {
            "buys": 42359,
            "sells": 39725,
            "buyers": 34182,
            "sellers": 31349
          }
        },
        "volume_usd": {
          "m5": "1092.4499408112",
          "m15": "10262.7635002378",
          "m30": "27239.6201018552",
          "h1": "44946.7754955006",
          "h6": "282992.57405567",
          "h24": "1841699.78182286"
        },
        "reserve_in_usd": "86697.2416"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FmjijgwEHpe32VPvHy1s7u7TLthh9yu1j75djVbWpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_8PX97NP5WY871SmsZwHqYL9z97k3vzHGjvKFvAT7cARz",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00296515233989731902251926806078475449002195345332653490629773014",
        "base_token_price_native_currency": "0.0000341655403059263",
        "quote_token_price_usd": "85.834595342674191408144035755094615697133857019",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003416554031",
        "quote_token_price_base_token": "29269.2575924679",
        "address": "8PX97NP5WY871SmsZwHqYL9z97k3vzHGjvKFvAT7cARz",
        "name": "VIRL / SOL",
        "pool_created_at": "2026-05-14T21:13:36Z",
        "fdv_usd": "2932332.260468",
        "market_cap_usd": "2932332.47116783",
        "price_change_percentage": {
          "m5": "-0.944",
          "m15": "0.177",
          "m30": "8.949",
          "h1": "6.66",
          "h6": "19.139",
          "h24": "18.153"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 8,
            "buyers": 5,
            "sellers": 8
          },
          "m15": {
            "buys": 48,
            "sells": 62,
            "buyers": 45,
            "sellers": 58
          },
          "m30": {
            "buys": 74,
            "sells": 111,
            "buyers": 70,
            "sellers": 87
          },
          "h1": {
            "buys": 125,
            "sells": 165,
            "buyers": 97,
            "sellers": 102
          },
          "h6": {
            "buys": 1660,
            "sells": 1688,
            "buyers": 534,
            "sellers": 490
          },
          "h24": {
            "buys": 4907,
            "sells": 5065,
            "buyers": 1119,
            "sellers": 1077
          }
        },
        "volume_usd": {
          "m5": "1510.8265617465",
          "m15": "13360.8994536882",
          "m30": "26052.0688251897",
          "h1": "36291.1567587236",
          "h6": "383431.76170559",
          "h24": "1078223.44433434"
        },
        "reserve_in_usd": "175932.1707"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BiywH8Eq2CbGhwMHKwCnfTiccWJwN7r1Q4Qn9hsypump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "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
We only display assets from supported 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
Read-only access
We only fetch public data. No private keys, no signing, and we can't make any changes to your wallet.
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.