Coins: 17,399
Exchanges: 1,468
Market Cap: $2.774T 0.3%
24h Vol: $87.161B
Gas: 0.26 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": "1.00057837763828",
      "base_token_price_native_currency": "0.000435773983180614",
      "quote_token_price_usd": "2293.32171951515",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0004357739832",
      "quote_token_price_base_token": "2294.767559782",
      "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": "4405944098.32764",
      "market_cap_usd": "4406997853.49654",
      "price_change_percentage": {
        "m5": "-0.045",
        "m15": "0.052",
        "m30": "0.048",
        "h1": "-0.142",
        "h6": "0.096",
        "h24": "0.291"
      },
      "transactions": {
        "m5": {
          "buys": 3,
          "sells": 1,
          "buyers": 3,
          "sellers": 1
        },
        "m15": {
          "buys": 3,
          "sells": 3,
          "buyers": 3,
          "sellers": 3
        },
        "m30": {
          "buys": 4,
          "sells": 7,
          "buyers": 4,
          "sellers": 7
        },
        "h1": {
          "buys": 9,
          "sells": 17,
          "buyers": 9,
          "sellers": 16
        },
        "h6": {
          "buys": 73,
          "sells": 127,
          "buyers": 51,
          "sellers": 87
        },
        "h24": {
          "buys": 384,
          "sells": 506,
          "buyers": 223,
          "sellers": 263
        }
      },
      "volume_usd": {
        "m5": "2044.7488395158",
        "m15": "2777.194318431",
        "m30": "3547.1721699009",
        "h1": "17676.3855101308",
        "h6": "103416.143652105",
        "h24": "529615.471953687"
      },
      "reserve_in_usd": "2085292.213",
      "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_FzbYhPcoCuA2qSrV1s3j38RcQhP6c943p3KHYb6C5rCq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00292249993960773175014492710471419396918516384610282346335481221",
        "base_token_price_native_currency": "0.0000302853644317713",
        "quote_token_price_usd": "95.517742827856296917420737089266178536101374161",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003028536443",
        "quote_token_price_base_token": "33019.2493556701",
        "address": "FzbYhPcoCuA2qSrV1s3j38RcQhP6c943p3KHYb6C5rCq",
        "name": "RKC / SOL",
        "pool_created_at": "2026-05-11T21:13:06Z",
        "fdv_usd": "2892790.979",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.182",
          "m15": "4.064",
          "m30": "-6.905",
          "h1": "-22.389",
          "h6": "-50.825",
          "h24": "6157.307"
        },
        "transactions": {
          "m5": {
            "buys": 74,
            "sells": 55,
            "buyers": 58,
            "sellers": 49
          },
          "m15": {
            "buys": 348,
            "sells": 234,
            "buyers": 226,
            "sellers": 199
          },
          "m30": {
            "buys": 619,
            "sells": 445,
            "buyers": 344,
            "sellers": 359
          },
          "h1": {
            "buys": 1655,
            "sells": 1183,
            "buyers": 760,
            "sellers": 813
          },
          "h6": {
            "buys": 12334,
            "sells": 9636,
            "buyers": 3583,
            "sellers": 3766
          },
          "h24": {
            "buys": 110167,
            "sells": 95572,
            "buyers": 23493,
            "sellers": 19684
          }
        },
        "volume_usd": {
          "m5": "14202.6402525538",
          "m15": "68590.8543503943",
          "m30": "125911.26247246",
          "h1": "375261.491625833",
          "h6": "3081703.6556947",
          "h24": "40849562.3762898"
        },
        "reserve_in_usd": "219298.9564"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_7HgfXftRBBqsYtAEYcqjGLQrNJLL6Tww9ek4rE3Apump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.110634616093174291193217312681974024356642858532754767524149338",
        "base_token_price_native_currency": "0.00115682750839578",
        "quote_token_price_usd": "95.579427994901264968574814282899094518397464317",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.001156827508",
        "quote_token_price_base_token": "864.433109295",
        "address": "4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
        "name": "TROLL / SOL",
        "pool_created_at": "2025-04-20T18:30:26Z",
        "fdv_usd": "110510831.679046",
        "market_cap_usd": "110510831.861836",
        "price_change_percentage": {
          "m5": "0.008",
          "m15": "-0.05",
          "m30": "0.422",
          "h1": "-1.186",
          "h6": "-3.02",
          "h24": "-1.664"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "m15": {
            "buys": 17,
            "sells": 29,
            "buyers": 13,
            "sellers": 28
          },
          "m30": {
            "buys": 61,
            "sells": 58,
            "buyers": 47,
            "sellers": 54
          },
          "h1": {
            "buys": 123,
            "sells": 156,
            "buyers": 85,
            "sellers": 113
          },
          "h6": {
            "buys": 1667,
            "sells": 1538,
            "buyers": 538,
            "sellers": 611
          },
          "h24": {
            "buys": 14132,
            "sells": 11503,
            "buyers": 2934,
            "sellers": 2883
          }
        },
        "volume_usd": {
          "m5": "5587.9490663138",
          "m15": "17555.9017527827",
          "m30": "47958.1496696275",
          "h1": "149958.699826051",
          "h6": "1586305.32465804",
          "h24": "14601340.1899321"
        },
        "reserve_in_usd": "4122105.6042"
      },
      "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": "solana_69vfYvsbZcgfbKiqQwSXmUHaqT2A1zuXYvWZAvzpQHVM",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00026137768193433763041794806588467802812480738321922205389982565",
        "base_token_price_native_currency": "0.00000271824368631827",
        "quote_token_price_usd": "95.503778460710680865001652538250800167022176273",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002718243686",
        "quote_token_price_base_token": "367884.6032213",
        "address": "69vfYvsbZcgfbKiqQwSXmUHaqT2A1zuXYvWZAvzpQHVM",
        "name": "GAYTES / SOL",
        "pool_created_at": "2026-05-08T12:02:11Z",
        "fdv_usd": "268939.035268305",
        "market_cap_usd": "268939.035268442",
        "price_change_percentage": {
          "m5": "-1.34",
          "m15": "7.073",
          "m30": "-5.854",
          "h1": "1.544",
          "h6": "-23.395",
          "h24": "-86.688"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 4,
            "buyers": 2,
            "sellers": 4
          },
          "m15": {
            "buys": 25,
            "sells": 19,
            "buyers": 12,
            "sellers": 18
          },
          "m30": {
            "buys": 53,
            "sells": 33,
            "buyers": 37,
            "sellers": 30
          },
          "h1": {
            "buys": 117,
            "sells": 81,
            "buyers": 79,
            "sellers": 71
          },
          "h6": {
            "buys": 1324,
            "sells": 918,
            "buyers": 655,
            "sellers": 605
          },
          "h24": {
            "buys": 29677,
            "sells": 16876,
            "buyers": 4799,
            "sellers": 4892
          }
        },
        "volume_usd": {
          "m5": "166.7443339248",
          "m15": "2491.4501858854",
          "m30": "7099.2583897423",
          "h1": "14401.193394732",
          "h6": "151697.802130802",
          "h24": "3282883.89599708"
        },
        "reserve_in_usd": "62061.9578"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_HSznAnNhSFgyRWiZh4m7pBmtjHsSLi4Dbmjp18zppump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DMAFL613XTipuA3jFNYczavWT7XsiYf9cR3qmRMZQhB6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00486133008090555443377447676644797517479006916034122945151022824",
        "base_token_price_native_currency": "0.000050862014667998",
        "quote_token_price_usd": "95.579225653955426664905598405127851004110654824",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00005086201467",
        "quote_token_price_base_token": "19661.037938184",
        "address": "DMAFL613XTipuA3jFNYczavWT7XsiYf9cR3qmRMZQhB6",
        "name": "67 / SOL",
        "pool_created_at": "2025-09-19T09:31:39Z",
        "fdv_usd": "4859495.1831514",
        "market_cap_usd": "4859495.1831514",
        "price_change_percentage": {
          "m5": "-0.046",
          "m15": "1.275",
          "m30": "1.596",
          "h1": "3.176",
          "h6": "0.928",
          "h24": "-15.366"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 10,
            "sells": 9,
            "buyers": 8,
            "sellers": 9
          },
          "m30": {
            "buys": 14,
            "sells": 21,
            "buyers": 12,
            "sellers": 21
          },
          "h1": {
            "buys": 36,
            "sells": 48,
            "buyers": 27,
            "sellers": 47
          },
          "h6": {
            "buys": 307,
            "sells": 309,
            "buyers": 185,
            "sellers": 240
          },
          "h24": {
            "buys": 3276,
            "sells": 2940,
            "buyers": 983,
            "sellers": 1020
          }
        },
        "volume_usd": {
          "m5": "1054.4656544744",
          "m15": "6347.7551178481",
          "m30": "10042.4412519044",
          "h1": "23641.2233166157",
          "h6": "109831.076465503",
          "h24": "1013021.08948308"
        },
        "reserve_in_usd": "465549.682"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9AvytnUKsLxPxFHFqS6VLxaxt5p6BhYNr53SD2Chpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x7c84276e317f128b55bd270dbfba3ef94c84b984c124a1de7c4f72da90bfba45",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.278639354521899",
        "base_token_price_native_currency": "0.000121620913886658",
        "quote_token_price_usd": "2290.84",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001216209139",
        "quote_token_price_base_token": "8222.270068879",
        "address": "0x7c84276e317f128b55bd270dbfba3ef94c84b984c124a1de7c4f72da90bfba45",
        "name": "POD / ETH 1%",
        "pool_created_at": "2026-03-02T17:54:15Z",
        "fdv_usd": "139319677.249978",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0.234",
          "m15": "2.369",
          "m30": "2.809",
          "h1": "1.107",
          "h6": "6.914",
          "h24": "-4.491"
        },
        "transactions": {
          "m5": {
            "buys": 12,
            "sells": 0,
            "buyers": 12,
            "sellers": 0
          },
          "m15": {
            "buys": 36,
            "sells": 1,
            "buyers": 22,
            "sellers": 1
          },
          "m30": {
            "buys": 69,
            "sells": 2,
            "buyers": 31,
            "sellers": 2
          },
          "h1": {
            "buys": 135,
            "sells": 14,
            "buyers": 42,
            "sellers": 14
          },
          "h6": {
            "buys": 1177,
            "sells": 428,
            "buyers": 199,
            "sellers": 167
          },
          "h24": {
            "buys": 3569,
            "sells": 1938,
            "buyers": 702,
            "sellers": 589
          }
        },
        "volume_usd": {
          "m5": "3435.3091999566",
          "m15": "27220.135413105",
          "m30": "32450.9586483141",
          "h1": "85287.1338544924",
          "h6": "1293645.31430403",
          "h24": "5552116.63679882"
        },
        "reserve_in_usd": "3565510.7964"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xed664536023d8e4b1640c394777d34abaff1df8f",
            "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": "solana_34UtPx3zyYfC5GVqDXWJqLf77BU5Ebb6o3C2XynpKtzL",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000798766088639488434875164710211773190848450374818237024752740733",
        "base_token_price_native_currency": "0.00000826754205391066",
        "quote_token_price_usd": "95.503778460730003288051023820721985206663039347",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000008267542054",
        "quote_token_price_base_token": "120954.933579925",
        "address": "34UtPx3zyYfC5GVqDXWJqLf77BU5Ebb6o3C2XynpKtzL",
        "name": "BABYTROLL / SOL",
        "pool_created_at": "2026-05-10T19:34:49Z",
        "fdv_usd": "775582.205503819",
        "market_cap_usd": "775582.214773222",
        "price_change_percentage": {
          "m5": "6.08",
          "m15": "-3.723",
          "m30": "-12.898",
          "h1": "-12.812",
          "h6": "-6.578",
          "h24": "78.498"
        },
        "transactions": {
          "m5": {
            "buys": 32,
            "sells": 38,
            "buyers": 27,
            "sellers": 32
          },
          "m15": {
            "buys": 149,
            "sells": 94,
            "buyers": 100,
            "sellers": 73
          },
          "m30": {
            "buys": 265,
            "sells": 153,
            "buyers": 151,
            "sellers": 114
          },
          "h1": {
            "buys": 486,
            "sells": 395,
            "buyers": 251,
            "sellers": 259
          },
          "h6": {
            "buys": 2780,
            "sells": 2465,
            "buyers": 1194,
            "sellers": 1141
          },
          "h24": {
            "buys": 19844,
            "sells": 15946,
            "buyers": 5675,
            "sellers": 5121
          }
        },
        "volume_usd": {
          "m5": "2900.1453889776",
          "m15": "13405.1444601521",
          "m30": "22624.5189500646",
          "h1": "61941.571359468",
          "h6": "395691.83019154",
          "h24": "2587132.19217548"
        },
        "reserve_in_usd": "84682.0565"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6qdzMx4c9rL2X3Ns3SwZ8uEo4zReDPjdXpAEmpo7pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000189355212234053",
        "base_token_price_native_currency": "0.0000000811887156647315",
        "quote_token_price_usd": "2290.18",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000008118871566",
        "quote_token_price_base_token": "12316982.6226775",
        "address": "0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
        "name": "LFI / WETH",
        "pool_created_at": "2026-05-01T16:42:23Z",
        "fdv_usd": "18935521.22",
        "market_cap_usd": "11929355.47447",
        "price_change_percentage": {
          "m5": "0.543",
          "m15": "-0.241",
          "m30": "0.962",
          "h1": "-7.986",
          "h6": "-13.692",
          "h24": "32.502"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 4,
            "buyers": 2,
            "sellers": 4
          },
          "m15": {
            "buys": 8,
            "sells": 14,
            "buyers": 7,
            "sellers": 14
          },
          "m30": {
            "buys": 36,
            "sells": 50,
            "buyers": 16,
            "sellers": 32
          },
          "h1": {
            "buys": 63,
            "sells": 91,
            "buyers": 35,
            "sellers": 65
          },
          "h6": {
            "buys": 272,
            "sells": 425,
            "buyers": 142,
            "sellers": 248
          },
          "h24": {
            "buys": 1858,
            "sells": 2684,
            "buyers": 637,
            "sellers": 916
          }
        },
        "volume_usd": {
          "m5": "4157.0818803413",
          "m15": "5453.646106229",
          "m30": "12478.3662355997",
          "h1": "34823.8358371238",
          "h6": "152498.984866958",
          "h24": "1284946.08575881"
        },
        "reserve_in_usd": "1081169.0396"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x3722264ab15a1dfce5a5af89e6547f7949a8aba3",
            "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_0x7dfc9dd51638573a812b39d33eded20df468e7bc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00643503346737089",
        "base_token_price_native_currency": "0.00000282315020253635",
        "quote_token_price_usd": "2288.90384586579",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002823150203",
        "quote_token_price_base_token": "354214.238796642",
        "address": "0x7dfc9dd51638573a812b39d33eded20df468e7bc",
        "name": "ASTEROID / WETH",
        "pool_created_at": "2024-09-10T10:05:35Z",
        "fdv_usd": "6479325.90659727",
        "market_cap_usd": "6479335.386",
        "price_change_percentage": {
          "m5": "2.429",
          "m15": "-1.551",
          "m30": "1.534",
          "h1": "4.215",
          "h6": "9.939",
          "h24": "16.941"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 11,
            "sells": 5,
            "buyers": 10,
            "sellers": 5
          },
          "m30": {
            "buys": 25,
            "sells": 13,
            "buyers": 23,
            "sellers": 11
          },
          "h1": {
            "buys": 69,
            "sells": 33,
            "buyers": 58,
            "sellers": 27
          },
          "h6": {
            "buys": 505,
            "sells": 357,
            "buyers": 307,
            "sellers": 226
          },
          "h24": {
            "buys": 1169,
            "sells": 897,
            "buyers": 597,
            "sellers": 479
          }
        },
        "volume_usd": {
          "m5": "2680.3218076153",
          "m15": "12994.0544629894",
          "m30": "24959.3002818447",
          "h1": "66967.8851481602",
          "h6": "664758.215181662",
          "h24": "1369606.60247237"
        },
        "reserve_in_usd": "420176.3064"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xaff2565091e7207191dbe340b8528d02fa78d044",
            "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_4qryQZJ1UK8ekpSvjTr4rMjdBQsUFTU8XeD6tw73Xb8z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00310477562471324634976246851625026037141075917296647122084539136",
        "base_token_price_native_currency": "0.000032248074530228",
        "quote_token_price_usd": "95.517786672561938676882190342302971146793050752",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003224807453",
        "quote_token_price_base_token": "31009.603350508",
        "address": "4qryQZJ1UK8ekpSvjTr4rMjdBQsUFTU8XeD6tw73Xb8z",
        "name": "HANTA / SOL",
        "pool_created_at": "2026-05-03T21:27:40Z",
        "fdv_usd": "3081816.10802686",
        "market_cap_usd": "3081816.10802686",
        "price_change_percentage": {
          "m5": "0.746",
          "m15": "-2.401",
          "m30": "-4.203",
          "h1": "-6.929",
          "h6": "-6.931",
          "h24": "-19.749"
        },
        "transactions": {
          "m5": {
            "buys": 17,
            "sells": 6,
            "buyers": 12,
            "sellers": 6
          },
          "m15": {
            "buys": 74,
            "sells": 59,
            "buyers": 62,
            "sellers": 50
          },
          "m30": {
            "buys": 93,
            "sells": 80,
            "buyers": 76,
            "sellers": 69
          },
          "h1": {
            "buys": 224,
            "sells": 113,
            "buyers": 156,
            "sellers": 98
          },
          "h6": {
            "buys": 830,
            "sells": 736,
            "buyers": 463,
            "sellers": 472
          },
          "h24": {
            "buys": 10223,
            "sells": 9100,
            "buyers": 3398,
            "sellers": 3280
          }
        },
        "volume_usd": {
          "m5": "1575.3844917549",
          "m15": "17158.8993523889",
          "m30": "20494.102989886",
          "h1": "34368.6888091574",
          "h6": "164627.430046575",
          "h24": "2545426.13470503"
        },
        "reserve_in_usd": "246916.976"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2tXpgu2DLTsPUf9zFmuZmA4xrYxXKBTpVq9wAM7hzs9y",
            "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.0000780072105881659",
        "base_token_price_native_currency": "0.0000000311505411183183",
        "quote_token_price_usd": "2289.92",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000003115054112",
        "quote_token_price_base_token": "32102171.0731035",
        "address": "0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
        "name": "GITLAWB / WETH",
        "pool_created_at": "2026-03-11T02:00:07Z",
        "fdv_usd": "7800721.059",
        "market_cap_usd": "7800721.059",
        "price_change_percentage": {
          "m5": "2.08",
          "m15": "6.746",
          "m30": "7.817",
          "h1": "17.575",
          "h6": "-3.624",
          "h24": "5.421"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m30": {
            "buys": 10,
            "sells": 3,
            "buyers": 6,
            "sellers": 3
          },
          "h1": {
            "buys": 32,
            "sells": 9,
            "buyers": 22,
            "sellers": 9
          },
          "h6": {
            "buys": 93,
            "sells": 106,
            "buyers": 69,
            "sellers": 57
          },
          "h24": {
            "buys": 708,
            "sells": 655,
            "buyers": 371,
            "sellers": 342
          }
        },
        "volume_usd": {
          "m5": "18596.5685318894",
          "m15": "18829.9124545109",
          "m30": "20902.9984147969",
          "h1": "41238.3105760174",
          "h6": "129944.721022728",
          "h24": "961288.477943833"
        },
        "reserve_in_usd": "2090094.8076"
      },
      "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": "base_0x01784ef301d79e4b2df3a21ad9a536d4cf09a5ce",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "16.7205896127852",
        "base_token_price_native_currency": "0.00729943281652599",
        "quote_token_price_usd": "2290.91",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.007299432817",
        "quote_token_price_base_token": "136.996945535",
        "address": "0x01784ef301d79e4b2df3a21ad9a536d4cf09a5ce",
        "name": "VVV / WETH",
        "pool_created_at": "2025-01-27T16:44:59Z",
        "fdv_usd": "1336268110.17677",
        "market_cap_usd": "769428043.72917",
        "price_change_percentage": {
          "m5": "-1.097",
          "m15": "0.003",
          "m30": "-0.576",
          "h1": "-1.808",
          "h6": "-4.106",
          "h24": "-3.069"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 28,
            "buyers": 2,
            "sellers": 4
          },
          "m15": {
            "buys": 56,
            "sells": 40,
            "buyers": 9,
            "sellers": 5
          },
          "m30": {
            "buys": 68,
            "sells": 55,
            "buyers": 15,
            "sellers": 9
          },
          "h1": {
            "buys": 164,
            "sells": 206,
            "buyers": 25,
            "sellers": 70
          },
          "h6": {
            "buys": 2091,
            "sells": 2111,
            "buyers": 364,
            "sellers": 463
          },
          "h24": {
            "buys": 6761,
            "sells": 5555,
            "buyers": 699,
            "sellers": 836
          }
        },
        "volume_usd": {
          "m5": "12433.4252914009",
          "m15": "33896.0202161167",
          "m30": "47779.0488635861",
          "h1": "127208.444975997",
          "h6": "2937303.0516425",
          "h24": "6676895.45288499"
        },
        "reserve_in_usd": "9969414.0461"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xacfe6019ed1a7dc6f7b508c02d1b04ec88cc21bf",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_BJt1j9BqcGGHLmFMmCwYvD5aapSEut1MvFCR64xmrAYV",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0212445012856332158813180039763853085569493168114968617353235121",
        "base_token_price_native_currency": "0.000222505040680694",
        "quote_token_price_usd": "95.503778460710680865001652538250800167022176273",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002225050407",
        "quote_token_price_base_token": "4494.280205701",
        "address": "BJt1j9BqcGGHLmFMmCwYvD5aapSEut1MvFCR64xmrAYV",
        "name": "Goblin / SOL",
        "pool_created_at": "2026-04-25T15:37:06Z",
        "fdv_usd": "15111691.5246241",
        "market_cap_usd": "15111745.6040039",
        "price_change_percentage": {
          "m5": "-0.667",
          "m15": "1.879",
          "m30": "5.953",
          "h1": "15.206",
          "h6": "0.741",
          "h24": "17.085"
        },
        "transactions": {
          "m5": {
            "buys": 32,
            "sells": 34,
            "buyers": 16,
            "sellers": 33
          },
          "m15": {
            "buys": 124,
            "sells": 118,
            "buyers": 78,
            "sellers": 92
          },
          "m30": {
            "buys": 237,
            "sells": 307,
            "buyers": 148,
            "sellers": 186
          },
          "h1": {
            "buys": 329,
            "sells": 474,
            "buyers": 209,
            "sellers": 245
          },
          "h6": {
            "buys": 1506,
            "sells": 1405,
            "buyers": 621,
            "sellers": 685
          },
          "h24": {
            "buys": 13906,
            "sells": 12825,
            "buyers": 3266,
            "sellers": 3599
          }
        },
        "volume_usd": {
          "m5": "6821.5064402855",
          "m15": "48142.7237461731",
          "m30": "96397.1578279837",
          "h1": "137548.463227476",
          "h6": "496741.175761296",
          "h24": "5301526.48436421"
        },
        "reserve_in_usd": "675033.4929"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3KHMZhpthXuiCcgfTv7vVu9PpEz64KAEURFwi6Lopump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x336ad40640593281d9c519fa0994986817fce079a0c493ea08f7ed9cac55ff19",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000112606967617073",
        "base_token_price_native_currency": "0.0000000048138220636731",
        "quote_token_price_usd": "2290.09",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000004813822064",
        "quote_token_price_base_token": "207735139.930986",
        "address": "0x336ad40640593281d9c519fa0994986817fce079a0c493ea08f7ed9cac55ff19",
        "name": "HermesOS / WETH",
        "pool_created_at": "2026-04-13T20:49:25Z",
        "fdv_usd": "1126069.676",
        "market_cap_usd": "1126069.676",
        "price_change_percentage": {
          "m5": "3.773",
          "m15": "2.037",
          "m30": "8.788",
          "h1": "14.353",
          "h6": "26.137",
          "h24": "12.268"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 4,
            "buyers": 3,
            "sellers": 3
          },
          "m15": {
            "buys": 9,
            "sells": 11,
            "buyers": 8,
            "sellers": 10
          },
          "m30": {
            "buys": 20,
            "sells": 23,
            "buyers": 17,
            "sellers": 21
          },
          "h1": {
            "buys": 41,
            "sells": 62,
            "buyers": 37,
            "sellers": 55
          },
          "h6": {
            "buys": 249,
            "sells": 357,
            "buyers": 167,
            "sellers": 234
          },
          "h24": {
            "buys": 807,
            "sells": 1248,
            "buyers": 392,
            "sellers": 573
          }
        },
        "volume_usd": {
          "m5": "2335.9425341558",
          "m15": "3368.4240256257",
          "m30": "7110.0511107616",
          "h1": "16866.9286804208",
          "h6": "171228.401766714",
          "h24": "577797.785638311"
        },
        "reserve_in_usd": "408342.5293"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x95ccfd2b81a9667b0cc979992632f98fc853eba3",
            "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_0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000140780591742858",
        "base_token_price_native_currency": "0.00000000629580747898867",
        "quote_token_price_usd": "2290.84",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000006295807479",
        "quote_token_price_base_token": "158835860.743416",
        "address": "0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
        "name": "aeon / WETH",
        "pool_created_at": "2026-03-10T22:01:31Z",
        "fdv_usd": "1441859.533",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.542",
          "m15": "7.279",
          "m30": "12.035",
          "h1": "-14.498",
          "h6": "-40.449",
          "h24": "280.463"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 20,
            "sells": 12,
            "buyers": 16,
            "sellers": 12
          },
          "m30": {
            "buys": 52,
            "sells": 49,
            "buyers": 40,
            "sellers": 41
          },
          "h1": {
            "buys": 188,
            "sells": 116,
            "buyers": 121,
            "sellers": 90
          },
          "h6": {
            "buys": 947,
            "sells": 660,
            "buyers": 481,
            "sellers": 406
          },
          "h24": {
            "buys": 2126,
            "sells": 1445,
            "buyers": 911,
            "sellers": 705
          }
        },
        "volume_usd": {
          "m5": "2813.6037837969",
          "m15": "11907.8343117123",
          "m30": "32340.7102878939",
          "h1": "140586.349304137",
          "h6": "745095.536159699",
          "h24": "1728210.01044953"
        },
        "reserve_in_usd": "647634.3564"
      },
      "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": "solana_FDrY5i5kuadZ1ik8gPS26qjj9Rw9mpufXMegGC2HNSP7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00877144767153108291705952215116140508537741911153045714603383354",
        "base_token_price_native_currency": "0.0000921759062193348",
        "quote_token_price_usd": "95.503878291663776668467058902317285777237235441",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00009217590622",
        "quote_token_price_base_token": "10848.8220080037",
        "address": "FDrY5i5kuadZ1ik8gPS26qjj9Rw9mpufXMegGC2HNSP7",
        "name": "WOJAK / SOL",
        "pool_created_at": "2025-11-03T20:41:29Z",
        "fdv_usd": "8770454.14865396",
        "market_cap_usd": "8770454.15051883",
        "price_change_percentage": {
          "m5": "0.226",
          "m15": "-3.268",
          "m30": "-3.652",
          "h1": "-1.105",
          "h6": "6.902",
          "h24": "16.485"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 7,
            "buyers": 9,
            "sellers": 7
          },
          "m15": {
            "buys": 39,
            "sells": 16,
            "buyers": 35,
            "sellers": 16
          },
          "m30": {
            "buys": 69,
            "sells": 36,
            "buyers": 55,
            "sellers": 35
          },
          "h1": {
            "buys": 133,
            "sells": 82,
            "buyers": 105,
            "sellers": 70
          },
          "h6": {
            "buys": 1111,
            "sells": 896,
            "buyers": 485,
            "sellers": 529
          },
          "h24": {
            "buys": 6849,
            "sells": 6194,
            "buyers": 2001,
            "sellers": 2235
          }
        },
        "volume_usd": {
          "m5": "4230.4401025695",
          "m15": "17366.7799302491",
          "m30": "22720.1844300859",
          "h1": "36400.1877605464",
          "h6": "398455.46290133",
          "h24": "2623126.2807089"
        },
        "reserve_in_usd": "589881.5039"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8J69rbLTzWWgUJziFY8jeu5tDwEPBwUz4pKBMr5rpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCO9NDT4Il25_4ZpHIOgMAUbRJvpsI9pLzqhD8X7eTVB7X_",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0367505177582736",
        "base_token_price_native_currency": "0.0149272482294526",
        "quote_token_price_usd": "2.44",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01492724823",
        "quote_token_price_base_token": "66.991583755",
        "address": "EQCO9NDT4Il25_4ZpHIOgMAUbRJvpsI9pLzqhD8X7eTVB7X_",
        "name": "UTYA / TON",
        "pool_created_at": "2024-04-11T17:23:13Z",
        "fdv_usd": "36382999.6927063",
        "market_cap_usd": "36750517.76",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "-0.599",
          "h1": "3.091",
          "h6": "10.529",
          "h24": "-11.203"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m30": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "h1": {
            "buys": 5,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "h6": {
            "buys": 48,
            "sells": 12,
            "buyers": 36,
            "sellers": 11
          },
          "h24": {
            "buys": 406,
            "sells": 239,
            "buyers": 196,
            "sellers": 130
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "594.7744",
          "m30": "1014.2925477819",
          "h1": "1504.3606234313",
          "h6": "59022.2559633332",
          "h24": "684890.973183493"
        },
        "reserve_in_usd": "1114916.4118"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBaCgUwOoc6gHCNln_oJzb0mVs79YG7wYoavh-o1ItaneLA",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQAUclx_Idff_d03WczcbF9rU-e7EPYK8AR3z5BH2FzHpyMT",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0010819243360841",
        "base_token_price_native_currency": "0.000444107416670079",
        "quote_token_price_usd": "2.44",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0004441074167",
        "quote_token_price_base_token": "2251.707497925",
        "address": "EQAUclx_Idff_d03WczcbF9rU-e7EPYK8AR3z5BH2FzHpyMT",
        "name": "Acton / TON 0.25%",
        "pool_created_at": "2026-05-07T20:05:38Z",
        "fdv_usd": "108192.4336",
        "market_cap_usd": "108192.4336",
        "price_change_percentage": {
          "m5": "0.509",
          "m15": "3.348",
          "m30": "-2.225",
          "h1": "1.869",
          "h6": "54.7",
          "h24": "-68.09"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 6,
            "sells": 3,
            "buyers": 5,
            "sellers": 3
          },
          "m30": {
            "buys": 15,
            "sells": 9,
            "buyers": 14,
            "sellers": 9
          },
          "h1": {
            "buys": 43,
            "sells": 34,
            "buyers": 33,
            "sellers": 29
          },
          "h6": {
            "buys": 205,
            "sells": 175,
            "buyers": 137,
            "sellers": 127
          },
          "h24": {
            "buys": 3611,
            "sells": 2831,
            "buyers": 1276,
            "sellers": 1245
          }
        },
        "volume_usd": {
          "m5": "60.878",
          "m15": "535.3310487227",
          "m30": "2781.3038322149",
          "h1": "7182.1871724843",
          "h6": "30084.4609928886",
          "h24": "607542.551888194"
        },
        "reserve_in_usd": "24010.6577"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBrE_gHNIgXiYHoAxtFMFeA07xNtYWpWc7bqkgQh4S-bZ8t",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DRAf8QxQY86h7yeHdo9GytXAF6GoTTT8oZjknwXV6dCS",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0056120822696898353239560210644269825471989944010292235205481019",
        "base_token_price_native_currency": "0.0000589133048568641",
        "quote_token_price_usd": "95.565462633817322825947528921661663516580599165",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00005891330486",
        "quote_token_price_base_token": "16974.094432991",
        "address": "DRAf8QxQY86h7yeHdo9GytXAF6GoTTT8oZjknwXV6dCS",
        "name": "PENGUIN / SOL",
        "pool_created_at": "2026-01-16T19:29:12Z",
        "fdv_usd": "5611708.46870869",
        "market_cap_usd": "5611708.4700999",
        "price_change_percentage": {
          "m5": "-2.095",
          "m15": "1.234",
          "m30": "0.938",
          "h1": "8.215",
          "h6": "9.205",
          "h24": "29.491"
        },
        "transactions": {
          "m5": {
            "buys": 15,
            "sells": 14,
            "buyers": 10,
            "sellers": 10
          },
          "m15": {
            "buys": 28,
            "sells": 52,
            "buyers": 20,
            "sellers": 27
          },
          "m30": {
            "buys": 46,
            "sells": 69,
            "buyers": 26,
            "sellers": 36
          },
          "h1": {
            "buys": 107,
            "sells": 226,
            "buyers": 52,
            "sellers": 81
          },
          "h6": {
            "buys": 574,
            "sells": 650,
            "buyers": 189,
            "sellers": 178
          },
          "h24": {
            "buys": 3545,
            "sells": 3656,
            "buyers": 708,
            "sellers": 650
          }
        },
        "volume_usd": {
          "m5": "5625.8046923971",
          "m15": "22730.8107423234",
          "m30": "27931.3387399825",
          "h1": "76896.63084444",
          "h6": "239439.743420753",
          "h24": "1645980.13302045"
        },
        "reserve_in_usd": "470029.4457"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8Jx8AAHj86wbQgUTjGuj6GTTL5Ps3cqxKRTvpaJApump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x3f0296bf652e19bca772ec3df08b32732f93014a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.834539114044834",
        "base_token_price_native_currency": "0.000367919895489005",
        "quote_token_price_usd": "2290.91",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0003679198955",
        "quote_token_price_base_token": "2717.982942105",
        "address": "0x3f0296bf652e19bca772ec3df08b32732f93014a",
        "name": "VIRTUAL / WETH 0.05%",
        "pool_created_at": "2025-01-06T20:15:25Z",
        "fdv_usd": "415213839.025624",
        "market_cap_usd": "548356013.392794",
        "price_change_percentage": {
          "m5": "-0.025",
          "m15": "-0.101",
          "m30": "-0.217",
          "h1": "0.22",
          "h6": "-1.316",
          "h24": "-5.268"
        },
        "transactions": {
          "m5": {
            "buys": 23,
            "sells": 24,
            "buyers": 7,
            "sellers": 11
          },
          "m15": {
            "buys": 44,
            "sells": 49,
            "buyers": 16,
            "sellers": 25
          },
          "m30": {
            "buys": 94,
            "sells": 96,
            "buyers": 42,
            "sellers": 50
          },
          "h1": {
            "buys": 204,
            "sells": 189,
            "buyers": 81,
            "sellers": 80
          },
          "h6": {
            "buys": 1920,
            "sells": 1753,
            "buyers": 591,
            "sellers": 435
          },
          "h24": {
            "buys": 8066,
            "sells": 7623,
            "buyers": 1688,
            "sellers": 1458
          }
        },
        "volume_usd": {
          "m5": "29774.6979169391",
          "m15": "51587.5624355758",
          "m30": "93380.4044345539",
          "h1": "179495.609596196",
          "h6": "1915459.97113025",
          "h24": "8232305.1208952"
        },
        "reserve_in_usd": "763084.302"
      },
      "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": "eth_0x76a411f14a704099ba476ce8dffc288a53295218",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000287383322190496",
        "base_token_price_native_currency": "0.000000125073791345707",
        "quote_token_price_usd": "2288.90384586579",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001250737913",
        "quote_token_price_base_token": "7995280.14015323",
        "address": "0x76a411f14a704099ba476ce8dffc288a53295218",
        "name": "ASTEROID / WETH",
        "pool_created_at": "2024-09-10T10:18:23Z",
        "fdv_usd": "120234489.85162",
        "market_cap_usd": "120237741.918204",
        "price_change_percentage": {
          "m5": "-3.816",
          "m15": "-0.499",
          "m30": "0.416",
          "h1": "-1.007",
          "h6": "-2.662",
          "h24": "-3.959"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 6,
            "buyers": 5,
            "sellers": 6
          },
          "m15": {
            "buys": 29,
            "sells": 15,
            "buyers": 20,
            "sellers": 15
          },
          "m30": {
            "buys": 45,
            "sells": 37,
            "buyers": 33,
            "sellers": 29
          },
          "h1": {
            "buys": 97,
            "sells": 76,
            "buyers": 73,
            "sellers": 62
          },
          "h6": {
            "buys": 431,
            "sells": 293,
            "buyers": 281,
            "sellers": 216
          },
          "h24": {
            "buys": 2438,
            "sells": 1787,
            "buyers": 1223,
            "sellers": 1001
          }
        },
        "volume_usd": {
          "m5": "42009.8081480499",
          "m15": "76112.6792725474",
          "m30": "109489.331191846",
          "h1": "208286.523076277",
          "h6": "867586.466887501",
          "h24": "6644340.05698709"
        },
        "reserve_in_usd": "3370930.4942"
      },
      "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"
          }
        }
      }
    }
  ]
}
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.