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.
42M+
Coins & Tokens
250+
Networks
1,900+
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.00001217963596",
      "base_token_price_native_currency": "0.000520361683042154",
      "quote_token_price_usd": "1918.07",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.000520361683",
      "quote_token_price_base_token": "1921.740267565",
      "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": "4601662194.78923",
      "market_cap_usd": "4596157319.91305",
      "price_change_percentage": {
        "m5": "0",
        "m15": "-0.006",
        "m30": "0.07",
        "h1": "0.019",
        "h6": "0.083",
        "h24": "0.096"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 0,
          "buyers": 1,
          "sellers": 0
        },
        "m15": {
          "buys": 3,
          "sells": 3,
          "buyers": 3,
          "sellers": 3
        },
        "m30": {
          "buys": 9,
          "sells": 6,
          "buyers": 9,
          "sellers": 6
        },
        "h1": {
          "buys": 11,
          "sells": 9,
          "buyers": 11,
          "sellers": 9
        },
        "h6": {
          "buys": 120,
          "sells": 115,
          "buyers": 83,
          "sellers": 73
        },
        "h24": {
          "buys": 520,
          "sells": 789,
          "buyers": 275,
          "sellers": 303
        }
      },
      "volume_usd": {
        "m5": "26.4382364654",
        "m15": "235.6296849525",
        "m30": "765.1498472368",
        "h1": "1295.0029605875",
        "h6": "48560.9175212783",
        "h24": "192791.852041734"
      },
      "reserve_in_usd": "919830.0328",
      "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": "robinhood_0x5d0808de5c01fef74b1c81ecb4f1baa3974f28f1",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000559995368225467",
        "base_token_price_native_currency": "0.000000291060676578926",
        "quote_token_price_usd": "1919.99",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002910606766",
        "quote_token_price_base_token": "3435709.73500721",
        "address": "0x5d0808de5c01fef74b1c81ecb4f1baa3974f28f1",
        "name": "ASTEROID / WETH",
        "pool_created_at": "2026-07-21T09:49:58Z",
        "fdv_usd": "559995.3682",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.425",
          "m15": "0.232",
          "m30": "0.825",
          "h1": "-11.281",
          "h6": "-9.673",
          "h24": "95.574"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 3,
            "sells": 5,
            "buyers": 3,
            "sellers": 5
          },
          "m30": {
            "buys": 14,
            "sells": 8,
            "buyers": 11,
            "sellers": 8
          },
          "h1": {
            "buys": 29,
            "sells": 33,
            "buyers": 21,
            "sellers": 31
          },
          "h6": {
            "buys": 833,
            "sells": 625,
            "buyers": 373,
            "sellers": 373
          },
          "h24": {
            "buys": 3269,
            "sells": 2475,
            "buyers": 1235,
            "sellers": 1049
          }
        },
        "volume_usd": {
          "m5": "148.1285931814",
          "m15": "232.3672169073",
          "m30": "753.436935238",
          "h1": "5329.8898613184",
          "h6": "235948.220162441",
          "h24": "945398.874184248"
        },
        "reserve_in_usd": "81992.405"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x38aaf33082b20aff2e33433138de920f131b7777",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dyorswap-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_ELCgUbG8EVzgx82cWtPnqMZUasw35nMmXH4Ae55GhA9B",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000189604460280272222070325324805135022016722428268941565467730104",
        "base_token_price_native_currency": "0.0000000259143338259969",
        "quote_token_price_usd": "74.099279136692309853098035113206844250242476302",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000002591433383",
        "quote_token_price_base_token": "38588682.4918808",
        "address": "ELCgUbG8EVzgx82cWtPnqMZUasw35nMmXH4Ae55GhA9B",
        "name": "LOODY / SOL",
        "pool_created_at": "2026-07-27T22:05:54Z",
        "fdv_usd": "1896.044603",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0.105",
          "h1": "-0.691",
          "h6": "-99.465",
          "h24": "-93.874"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m30": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "h1": {
            "buys": 3,
            "sells": 3,
            "buyers": 3,
            "sellers": 3
          },
          "h6": {
            "buys": 102,
            "sells": 2430,
            "buyers": 84,
            "sellers": 248
          },
          "h24": {
            "buys": 14622,
            "sells": 24596,
            "buyers": 13949,
            "sellers": 11533
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "0.01028801801",
          "m30": "0.249619817",
          "h1": "10.8550692861",
          "h6": "19492.2280378554",
          "h24": "1265017.23288197"
        },
        "reserve_in_usd": "2134.9698"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_EVo4bRhn6NB6oRypmvuiiTLcdiXmz9Ft7UyG1WExpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x8236b1bc2e58411bd7be1fe62b512a2f47f7b8f6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000373114710817019",
        "base_token_price_native_currency": "0.00000000192271897794061",
        "quote_token_price_usd": "1919.99",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000001922718978",
        "quote_token_price_base_token": "520096806.383574",
        "address": "0x8236b1bc2e58411bd7be1fe62b512a2f47f7b8f6",
        "name": "FROGE / WETH 1%",
        "pool_created_at": "2026-07-28T17:33:37Z",
        "fdv_usd": "3727.994088",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.11",
          "m15": "7.929",
          "m30": "7.322",
          "h1": "5.813",
          "h6": "36.456",
          "h24": "36.456"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 23,
            "sells": 10,
            "buyers": 14,
            "sellers": 10
          },
          "m30": {
            "buys": 63,
            "sells": 23,
            "buyers": 29,
            "sellers": 23
          },
          "h1": {
            "buys": 147,
            "sells": 54,
            "buyers": 59,
            "sellers": 54
          },
          "h6": {
            "buys": 1584,
            "sells": 982,
            "buyers": 941,
            "sellers": 899
          },
          "h24": {
            "buys": 1584,
            "sells": 982,
            "buyers": 941,
            "sellers": 899
          }
        },
        "volume_usd": {
          "m5": "5.3952893677",
          "m15": "145.6669026369",
          "m30": "279.3999833865",
          "h1": "825.3892554474",
          "h6": "55158.5489216541",
          "h24": "55158.5489216541"
        },
        "reserve_in_usd": "3631.0851"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x530237d8347e0dc4137d5f04ab7a952ff71df20d",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-dot-family",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x40ddb4dd313615a255c59abd1aef32ba3f2222b5",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "3.03970222148014",
        "base_token_price_native_currency": "0.00531430219140654",
        "quote_token_price_usd": "570.62",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.005314302191",
        "quote_token_price_base_token": "188.171459579",
        "address": "0x40ddb4dd313615a255c59abd1aef32ba3f2222b5",
        "name": "COSM / WBNB",
        "pool_created_at": "2026-07-23T15:24:34Z",
        "fdv_usd": "3039702221.5",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.341",
          "m15": "1.911",
          "m30": "1.789",
          "h1": "2.698",
          "h6": "11.173",
          "h24": "-2.061"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 11,
            "sells": 2,
            "buyers": 10,
            "sellers": 1
          },
          "m30": {
            "buys": 16,
            "sells": 10,
            "buyers": 13,
            "sellers": 4
          },
          "h1": {
            "buys": 22,
            "sells": 14,
            "buyers": 17,
            "sellers": 6
          },
          "h6": {
            "buys": 342,
            "sells": 310,
            "buyers": 162,
            "sellers": 119
          },
          "h24": {
            "buys": 6854,
            "sells": 5951,
            "buyers": 2625,
            "sellers": 1819
          }
        },
        "volume_usd": {
          "m5": "420.5905495126",
          "m15": "1613.4180655982",
          "m30": "2435.0932722998",
          "h1": "3750.1581237323",
          "h6": "101855.3752502",
          "h24": "2929506.88794041"
        },
        "reserve_in_usd": "434664.1359"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x0d6ae45c96ec4df860300087462266e19140f6dc",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_2dSHBdTUcfimoPbicnmQuMYCzBSumzgad9f8mJcaKFci",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000587814689166330583880073561344925001759814350965132937528422368",
        "base_token_price_native_currency": "0.000000791017988048234",
        "quote_token_price_usd": "74.088733854250266259555704180606829894330439008",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000791017988",
        "quote_token_price_base_token": "1264193.75426267",
        "address": "2dSHBdTUcfimoPbicnmQuMYCzBSumzgad9f8mJcaKFci",
        "name": "JACARE / SOL",
        "pool_created_at": "2026-07-27T17:01:35Z",
        "fdv_usd": "58473.4061903034",
        "market_cap_usd": "58473.5384354141",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-1.224",
          "m30": "-4.338",
          "h1": "-15.111",
          "h6": "-69.929",
          "h24": "-88.062"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 29,
            "sells": 19,
            "buyers": 20,
            "sellers": 16
          },
          "m30": {
            "buys": 52,
            "sells": 41,
            "buyers": 28,
            "sellers": 29
          },
          "h1": {
            "buys": 93,
            "sells": 106,
            "buyers": 45,
            "sellers": 60
          },
          "h6": {
            "buys": 1315,
            "sells": 2095,
            "buyers": 357,
            "sellers": 528
          },
          "h24": {
            "buys": 6372,
            "sells": 9692,
            "buyers": 1564,
            "sellers": 1654
          }
        },
        "volume_usd": {
          "m5": "0.6681323501",
          "m15": "1912.9610069921",
          "m30": "3848.7336619712",
          "h1": "8111.6055617218",
          "h6": "188851.711687276",
          "h24": "911807.943779759"
        },
        "reserve_in_usd": "18119.7705"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_HK3igJ6L4MiZZ2zM12Nohu1MGZRzKJvqbpFwz1yopump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_AZaaQaRhp1ys9VaJBRZYbmPz3JSBSp7m8cSSrLBn4BP9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.011504799628538950511573281066792118190082935",
        "base_token_price_native_currency": "0.000154607373256996",
        "quote_token_price_usd": "74.12139303256401589776536759",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001546073733",
        "quote_token_price_base_token": "6467.996829218",
        "address": "AZaaQaRhp1ys9VaJBRZYbmPz3JSBSp7m8cSSrLBn4BP9",
        "name": "EPIK / SOL",
        "pool_created_at": "2024-04-03T18:44:00Z",
        "fdv_usd": "9735879.93707128",
        "market_cap_usd": "9740787.84683373",
        "price_change_percentage": {
          "m5": "-5.345",
          "m15": "-5.001",
          "m30": "-9.497",
          "h1": "-9.562",
          "h6": "-26.35",
          "h24": "-39.132"
        },
        "transactions": {
          "m5": {
            "buys": 39,
            "sells": 10,
            "buyers": 35,
            "sellers": 9
          },
          "m15": {
            "buys": 78,
            "sells": 68,
            "buyers": 64,
            "sellers": 50
          },
          "m30": {
            "buys": 214,
            "sells": 142,
            "buyers": 132,
            "sellers": 92
          },
          "h1": {
            "buys": 312,
            "sells": 254,
            "buyers": 171,
            "sellers": 158
          },
          "h6": {
            "buys": 2005,
            "sells": 1934,
            "buyers": 730,
            "sellers": 977
          },
          "h24": {
            "buys": 9595,
            "sells": 8847,
            "buyers": 2968,
            "sellers": 3499
          }
        },
        "volume_usd": {
          "m5": "23866.4673261676",
          "m15": "46438.0460202519",
          "m30": "87744.1799390213",
          "h1": "148011.06190833",
          "h6": "894222.426228877",
          "h24": "4526503.75973283"
        },
        "reserve_in_usd": "649876.8784"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3BgwJ8b7b9hHX4sgfZ2KJhv9496CoVfsMK2YePevsBRw",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_2Y7eLTW8v157ne1tTgZBozcQ3d7snNed7V4jNpNbgcz8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000281637891680522713477696833382454618967250323984376408597326064",
        "base_token_price_native_currency": "0.0000000400678948839322",
        "quote_token_price_usd": "74.100803182621795045128472586180305022108602216",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004006789488",
        "quote_token_price_base_token": "24957637.6022943",
        "address": "2Y7eLTW8v157ne1tTgZBozcQ3d7snNed7V4jNpNbgcz8",
        "name": "Ryder / SOL",
        "pool_created_at": "2026-07-27T14:55:09Z",
        "fdv_usd": "2800.5428451717",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-5.109",
          "m15": "-9.897",
          "m30": "-9.916",
          "h1": "-10.836",
          "h6": "-14.815",
          "h24": "-99.729"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m30": {
            "buys": 0,
            "sells": 4,
            "buyers": 0,
            "sellers": 4
          },
          "h1": {
            "buys": 9,
            "sells": 8,
            "buyers": 8,
            "sellers": 8
          },
          "h6": {
            "buys": 44,
            "sells": 54,
            "buyers": 23,
            "sellers": 46
          },
          "h24": {
            "buys": 40138,
            "sells": 28452,
            "buyers": 8517,
            "sellers": 9696
          }
        },
        "volume_usd": {
          "m5": "129.3901501208",
          "m15": "129.3952867008",
          "m30": "129.5416531065",
          "h1": "142.7924252945",
          "h6": "691.5238360728",
          "h24": "2645363.58345356"
        },
        "reserve_in_usd": "3761.6902"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_d7737w2iLSTqLxLU1Q7ovrHocWdpkNwJ3E2GLyXpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x40d46ecd7a40bef5311077aab840dcd23a123564",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000446016259088124",
        "base_token_price_native_currency": "0.00000078317076170445",
        "quote_token_price_usd": "570.59",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000007831707617",
        "quote_token_price_base_token": "1276860.7421243",
        "address": "0x40d46ecd7a40bef5311077aab840dcd23a123564",
        "name": "PIG / WBNB",
        "pool_created_at": "2026-07-28T12:16:19Z",
        "fdv_usd": "446016.2591",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.778",
          "m30": "4.705",
          "h1": "9.04",
          "h6": "-42.831",
          "h24": "220.856"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m30": {
            "buys": 13,
            "sells": 4,
            "buyers": 10,
            "sellers": 4
          },
          "h1": {
            "buys": 31,
            "sells": 11,
            "buyers": 21,
            "sellers": 11
          },
          "h6": {
            "buys": 1226,
            "sells": 804,
            "buyers": 597,
            "sellers": 634
          },
          "h24": {
            "buys": 3449,
            "sells": 2784,
            "buyers": 1612,
            "sellers": 1689
          }
        },
        "volume_usd": {
          "m5": "17.1380681154",
          "m15": "64.8528823655",
          "m30": "876.4326077095",
          "h1": "2117.573964256",
          "h6": "133328.845936139",
          "h24": "493018.708487236"
        },
        "reserve_in_usd": "58012.6841"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0xcc1e29100a750a3e9165acc6ebff50595b5a7777",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00395351794596716503184285570642304863046077119233991831049479328",
        "base_token_price_native_currency": "0.0000533780390753138",
        "quote_token_price_usd": "74.088733854250266259555704180606829894330439008",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00005337803908",
        "quote_token_price_base_token": "18734.2963009385",
        "address": "HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
        "name": "CATE / SOL",
        "pool_created_at": "2026-07-26T16:32:43Z",
        "fdv_usd": "3812713.48695311",
        "market_cap_usd": "3812721.27034467",
        "price_change_percentage": {
          "m5": "-1.447",
          "m15": "-0.073",
          "m30": "-3.154",
          "h1": "-1.438",
          "h6": "-13.638",
          "h24": "-31.997"
        },
        "transactions": {
          "m5": {
            "buys": 25,
            "sells": 10,
            "buyers": 21,
            "sellers": 10
          },
          "m15": {
            "buys": 119,
            "sells": 164,
            "buyers": 81,
            "sellers": 138
          },
          "m30": {
            "buys": 328,
            "sells": 359,
            "buyers": 201,
            "sellers": 286
          },
          "h1": {
            "buys": 961,
            "sells": 888,
            "buyers": 521,
            "sellers": 598
          },
          "h6": {
            "buys": 9622,
            "sells": 8570,
            "buyers": 3437,
            "sellers": 3795
          },
          "h24": {
            "buys": 74081,
            "sells": 28986,
            "buyers": 49040,
            "sellers": 9783
          }
        },
        "volume_usd": {
          "m5": "2777.9552042423",
          "m15": "27259.49759436",
          "m30": "56201.9826113465",
          "h1": "193912.237388274",
          "h6": "1867869.32725389",
          "h24": "6432997.94192065"
        },
        "reserve_in_usd": "254110.4062"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Ai66LHZG9MCzg1WKdawwqduVAXpNDUuV8M3uyq5ppump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_74hJkM2dqyvJ9koQtW4Jbs1ujK7uzKhxYTJMBxKfcjLk",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000682172692928646699781074629409455189877117198789131952615124856",
        "base_token_price_native_currency": "0.00000910769882079278",
        "quote_token_price_usd": "1.0006751202797716177210448257666145918135978901066759775148126",
        "quote_token_price_native_currency": "0.0135042412133321",
        "base_token_price_quote_token": "0.0006744324747",
        "quote_token_price_base_token": "1482.7281269449",
        "address": "74hJkM2dqyvJ9koQtW4Jbs1ujK7uzKhxYTJMBxKfcjLk",
        "name": "Brötchen / USDC",
        "pool_created_at": "2026-06-10T10:21:59Z",
        "fdv_usd": "680748.978097103",
        "market_cap_usd": "680748.978097103",
        "price_change_percentage": {
          "m5": "0.667",
          "m15": "-1.404",
          "m30": "-9.433",
          "h1": "-2.805",
          "h6": "-38.739",
          "h24": "-62.175"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 14,
            "buyers": 14,
            "sellers": 10
          },
          "m15": {
            "buys": 28,
            "sells": 35,
            "buyers": 24,
            "sellers": 26
          },
          "m30": {
            "buys": 67,
            "sells": 72,
            "buyers": 53,
            "sellers": 54
          },
          "h1": {
            "buys": 189,
            "sells": 165,
            "buyers": 130,
            "sellers": 114
          },
          "h6": {
            "buys": 2185,
            "sells": 1951,
            "buyers": 944,
            "sellers": 1059
          },
          "h24": {
            "buys": 6507,
            "sells": 6172,
            "buyers": 2253,
            "sellers": 2481
          }
        },
        "volume_usd": {
          "m5": "1490.6706535299",
          "m15": "3127.2446894663",
          "m30": "9983.6075046842",
          "h1": "35635.2815294475",
          "h6": "497094.968173931",
          "h24": "1629520.1775736"
        },
        "reserve_in_usd": "105541.7221"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9ZtbETDNjnST9Y2zs82FZYy49xUMPgqXRh46YjjRpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x01fe057d1c5fb09a4ac02860758ddf26df9336b5",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000131836167178072",
        "base_token_price_native_currency": "0.0000000689364570224717",
        "quote_token_price_usd": "1918.2",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000006893645702",
        "quote_token_price_base_token": "14506112.4866632",
        "address": "0x01fe057d1c5fb09a4ac02860758ddf26df9336b5",
        "name": "LEMON.FUN / WETH 1%",
        "pool_created_at": "2026-07-25T12:46:57Z",
        "fdv_usd": "130706.364663483",
        "market_cap_usd": "132027.096",
        "price_change_percentage": {
          "m5": "-0.77",
          "m15": "-3.133",
          "m30": "-1.343",
          "h1": "-4.965",
          "h6": "-4.119",
          "h24": "-24.088"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 4,
            "buyers": 0,
            "sellers": 4
          },
          "m15": {
            "buys": 4,
            "sells": 6,
            "buyers": 4,
            "sellers": 6
          },
          "m30": {
            "buys": 8,
            "sells": 7,
            "buyers": 8,
            "sellers": 7
          },
          "h1": {
            "buys": 11,
            "sells": 21,
            "buyers": 10,
            "sellers": 19
          },
          "h6": {
            "buys": 150,
            "sells": 151,
            "buyers": 94,
            "sellers": 109
          },
          "h24": {
            "buys": 915,
            "sells": 869,
            "buyers": 372,
            "sellers": 426
          }
        },
        "volume_usd": {
          "m5": "126.562053632",
          "m15": "264.0503646018",
          "m30": "334.1031032633",
          "h1": "674.3355919664",
          "h6": "23591.2913443295",
          "h24": "138368.456267953"
        },
        "reserve_in_usd": "40356.9192"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xf0e17e54239cd945cd7bea471a3a2ca6a8c7f7a3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Bm7uQqEanV8xnLBci1XKQipzxugZTC4vQFsQVc3Zoomk",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.002437087661635764145105200911497350716821128919215356450676672",
        "base_token_price_native_currency": "0.0000335307594277633",
        "quote_token_price_usd": "74.088733854250266259555704180606829894330439008",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003353075943",
        "quote_token_price_base_token": "29823.3626993848",
        "address": "Bm7uQqEanV8xnLBci1XKQipzxugZTC4vQFsQVc3Zoomk",
        "name": "FRANK / SOL",
        "pool_created_at": "2026-07-28T12:03:56Z",
        "fdv_usd": "2437087.66080652",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.285",
          "m15": "-12.563",
          "m30": "-20.757",
          "h1": "-31.663",
          "h6": "1629.806",
          "h24": "7994.009"
        },
        "transactions": {
          "m5": {
            "buys": 37,
            "sells": 39,
            "buyers": 34,
            "sellers": 35
          },
          "m15": {
            "buys": 1188,
            "sells": 849,
            "buyers": 513,
            "sellers": 571
          },
          "m30": {
            "buys": 2321,
            "sells": 1742,
            "buyers": 917,
            "sellers": 1095
          },
          "h1": {
            "buys": 4851,
            "sells": 3596,
            "buyers": 1878,
            "sellers": 2013
          },
          "h6": {
            "buys": 41528,
            "sells": 31810,
            "buyers": 9967,
            "sellers": 8194
          },
          "h24": {
            "buys": 50167,
            "sells": 38764,
            "buyers": 11757,
            "sellers": 9619
          }
        },
        "volume_usd": {
          "m5": "5787.6873862004",
          "m15": "231785.15737304",
          "m30": "470523.252314496",
          "h1": "951546.960511324",
          "h6": "7704928.74657554",
          "h24": "8542661.5482225"
        },
        "reserve_in_usd": "139352.9142"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3aqXuwp6HuVXs9vdD9Gpg4dzJaUx443RjK7GXzphpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x66ece80a4b7a5a48034c58b8f812ed476fca6fc8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00213482833579732",
        "base_token_price_native_currency": "0.00000111279600596536",
        "quote_token_price_usd": "1919.19",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001112796006",
        "quote_token_price_base_token": "898637.301571272",
        "address": "0x66ece80a4b7a5a48034c58b8f812ed476fca6fc8",
        "name": "APES / WETH 1%",
        "pool_created_at": "2026-07-23T17:08:41Z",
        "fdv_usd": "2134828.336",
        "market_cap_usd": "2134828.336",
        "price_change_percentage": {
          "m5": "1.197",
          "m15": "-7.781",
          "m30": "-12.523",
          "h1": "-14.807",
          "h6": "-13.256",
          "h24": "4.357"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 11,
            "buyers": 4,
            "sellers": 8
          },
          "m15": {
            "buys": 42,
            "sells": 26,
            "buyers": 27,
            "sellers": 15
          },
          "m30": {
            "buys": 54,
            "sells": 28,
            "buyers": 31,
            "sellers": 16
          },
          "h1": {
            "buys": 75,
            "sells": 41,
            "buyers": 37,
            "sellers": 25
          },
          "h6": {
            "buys": 266,
            "sells": 189,
            "buyers": 71,
            "sellers": 74
          },
          "h24": {
            "buys": 609,
            "sells": 485,
            "buyers": 150,
            "sellers": 136
          }
        },
        "volume_usd": {
          "m5": "2821.7032365223",
          "m15": "26775.6407317176",
          "m30": "28204.3421439357",
          "h1": "35375.3786041567",
          "h6": "108073.950820879",
          "h24": "295938.94638856"
        },
        "reserve_in_usd": "148723.023"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x2076cd26d8cf26f91655d4ada3dd2fdbfdd8e7a4",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-dot-family",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_EE3zk9Fxp9guair2xeReFxf4TsEXeZFFuWETRna2PkcV",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0069574674519490563783887334991875963157401869187383913004175574",
        "base_token_price_native_currency": "0.0000939440549687212",
        "quote_token_price_usd": "74.074455628328554497232917078530167256757305502",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00009394405497",
        "quote_token_price_base_token": "10644.6331312072",
        "address": "EE3zk9Fxp9guair2xeReFxf4TsEXeZFFuWETRna2PkcV",
        "name": "TOESCOIN / SOL",
        "pool_created_at": "2026-05-19T09:23:44Z",
        "fdv_usd": "6957084.1843366",
        "market_cap_usd": "6957084.1843366",
        "price_change_percentage": {
          "m5": "-0.439",
          "m15": "0.113",
          "m30": "-0.177",
          "h1": "-1.485",
          "h6": "-3.206",
          "h24": "0.946"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m30": {
            "buys": 2,
            "sells": 7,
            "buyers": 2,
            "sellers": 6
          },
          "h1": {
            "buys": 8,
            "sells": 17,
            "buyers": 8,
            "sellers": 15
          },
          "h6": {
            "buys": 93,
            "sells": 103,
            "buyers": 51,
            "sellers": 67
          },
          "h24": {
            "buys": 2711,
            "sells": 1841,
            "buyers": 1596,
            "sellers": 1189
          }
        },
        "volume_usd": {
          "m5": "108.8955581211",
          "m15": "110.2195006481",
          "m30": "370.0496436591",
          "h1": "791.7030095541",
          "h6": "11906.1792719851",
          "h24": "597879.971787305"
        },
        "reserve_in_usd": "312082.7081"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6ehEcTMCc85aNF4x9CWx8HuvWGhxQtvKdhKVf2HDpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5PGhKctym6odbHGo2tKMST2AjmJsb2uZBQrKkn4ZuFT5",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0081180232272309947841335496292863331817369062742090623547552992",
        "base_token_price_native_currency": "0.000109068467333232",
        "quote_token_price_usd": "74.088733854250266259555704180606829894330439008",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001090684673",
        "quote_token_price_base_token": "9168.552785699",
        "address": "5PGhKctym6odbHGo2tKMST2AjmJsb2uZBQrKkn4ZuFT5",
        "name": "Jimothy / SOL",
        "pool_created_at": "2026-07-16T10:15:45Z",
        "fdv_usd": "8117572.9520885",
        "market_cap_usd": "8117573.65496565",
        "price_change_percentage": {
          "m5": "1.251",
          "m15": "7.198",
          "m30": "7.87",
          "h1": "0.968",
          "h6": "28.851",
          "h24": "9.416"
        },
        "transactions": {
          "m5": {
            "buys": 23,
            "sells": 39,
            "buyers": 16,
            "sellers": 26
          },
          "m15": {
            "buys": 71,
            "sells": 222,
            "buyers": 47,
            "sellers": 109
          },
          "m30": {
            "buys": 285,
            "sells": 411,
            "buyers": 156,
            "sellers": 179
          },
          "h1": {
            "buys": 947,
            "sells": 718,
            "buyers": 404,
            "sellers": 349
          },
          "h6": {
            "buys": 7270,
            "sells": 6436,
            "buyers": 2193,
            "sellers": 2023
          },
          "h24": {
            "buys": 19158,
            "sells": 16763,
            "buyers": 4516,
            "sellers": 4267
          }
        },
        "volume_usd": {
          "m5": "5508.8318435787",
          "m15": "36932.1415268105",
          "m30": "79425.2483851857",
          "h1": "202186.975621274",
          "h6": "2106909.79614714",
          "h24": "4749598.75602734"
        },
        "reserve_in_usd": "442659.0547"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Ge87EtsjwRQbHaqQmKRno69RFTwh9bfSsm99XNxTpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0493409875554484",
        "base_token_price_native_currency": "0.000025199543824449",
        "quote_token_price_usd": "1919.19",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002519954382",
        "quote_token_price_base_token": "39683.258036988",
        "address": "0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
        "name": "PONS / WETH 1%",
        "pool_created_at": "2026-07-13T20:42:21Z",
        "fdv_usd": "38259506.4317018",
        "market_cap_usd": "38271817.7696886",
        "price_change_percentage": {
          "m5": "2.082",
          "m15": "2.166",
          "m30": "5.187",
          "h1": "8.274",
          "h6": "3.336",
          "h24": "-4.807"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 3,
            "buyers": 7,
            "sellers": 3
          },
          "m15": {
            "buys": 21,
            "sells": 6,
            "buyers": 16,
            "sellers": 6
          },
          "m30": {
            "buys": 38,
            "sells": 9,
            "buyers": 27,
            "sellers": 9
          },
          "h1": {
            "buys": 68,
            "sells": 27,
            "buyers": 45,
            "sellers": 19
          },
          "h6": {
            "buys": 409,
            "sells": 330,
            "buyers": 235,
            "sellers": 232
          },
          "h24": {
            "buys": 2351,
            "sells": 1554,
            "buyers": 958,
            "sellers": 842
          }
        },
        "volume_usd": {
          "m5": "2971.566383964",
          "m15": "41298.6452331407",
          "m30": "76113.0106079419",
          "h1": "89751.6049212588",
          "h6": "619825.146578713",
          "h24": "2913457.45819404"
        },
        "reserve_in_usd": "1672431.7741"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x39dbed3a2bd333467115de45665cc57f813c4571",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DEzRbg1HWUTJupoudSznJNaFBWxY66nwKQxoLGMtPZnp",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000243998792328885506398956967990385631308134151188324873981762656",
        "base_token_price_native_currency": "0.00000331657071079493",
        "quote_token_price_usd": "74.088733854250266259555704180606829894330439008",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003316570711",
        "quote_token_price_base_token": "301516.260981608",
        "address": "DEzRbg1HWUTJupoudSznJNaFBWxY66nwKQxoLGMtPZnp",
        "name": "BNUT / SOL",
        "pool_created_at": "2026-07-28T02:33:07Z",
        "fdv_usd": "243998.792299363",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.586",
          "m15": "22.765",
          "m30": "8.151",
          "h1": "-5.818",
          "h6": "81.064",
          "h24": "708.79"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 8,
            "buyers": 7,
            "sellers": 6
          },
          "m15": {
            "buys": 113,
            "sells": 132,
            "buyers": 91,
            "sellers": 72
          },
          "m30": {
            "buys": 229,
            "sells": 226,
            "buyers": 155,
            "sellers": 137
          },
          "h1": {
            "buys": 528,
            "sells": 463,
            "buyers": 315,
            "sellers": 292
          },
          "h6": {
            "buys": 6011,
            "sells": 5226,
            "buyers": 2151,
            "sellers": 2160
          },
          "h24": {
            "buys": 57094,
            "sells": 45354,
            "buyers": 11006,
            "sellers": 10382
          }
        },
        "volume_usd": {
          "m5": "1137.9114489464",
          "m15": "15493.2052237337",
          "m30": "24804.3732211556",
          "h1": "52284.3513414197",
          "h6": "608384.639082964",
          "h24": "5975677.64992182"
        },
        "reserve_in_usd": "44768.2063"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_H3GtwGSrYRVqp7dtjkaDfjE2inydLkHwFkFJSPzrpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x4c6a3ce1be8b458b57a557a97c6639132ef0cfc8f43e1bc727fff7d828790513",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00108110317908204",
        "base_token_price_native_currency": "0.00000056017469632171",
        "quote_token_price_usd": "1920.0",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000005601746963",
        "quote_token_price_base_token": "1785157.39208916",
        "address": "0x4c6a3ce1be8b458b57a557a97c6639132ef0cfc8f43e1bc727fff7d828790513",
        "name": "BOYZ / WETH 0.25%",
        "pool_created_at": "2026-07-24T23:55:32Z",
        "fdv_usd": "1081103.179",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.023",
          "m15": "-0.545",
          "m30": "-1.437",
          "h1": "0.606",
          "h6": "0.143",
          "h24": "-33.033"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 11,
            "sells": 14,
            "buyers": 11,
            "sellers": 14
          },
          "m30": {
            "buys": 30,
            "sells": 26,
            "buyers": 29,
            "sellers": 25
          },
          "h1": {
            "buys": 63,
            "sells": 59,
            "buyers": 55,
            "sellers": 51
          },
          "h6": {
            "buys": 404,
            "sells": 350,
            "buyers": 167,
            "sellers": 139
          },
          "h24": {
            "buys": 1046,
            "sells": 1024,
            "buyers": 246,
            "sellers": 236
          }
        },
        "volume_usd": {
          "m5": "229.5246798797",
          "m15": "2103.7534620849",
          "m30": "4197.2165290839",
          "h1": "11209.7811527122",
          "h6": "67136.0636896819",
          "h24": "193240.89153271"
        },
        "reserve_in_usd": "75070.848"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x49d8022cfa113dadb8cb1a5b22250524cf24b926",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_CzYd3MY7GeeF5FxLfUF38qSnjUiEcePt7iTBHqEaitv9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000616709758176819927068352079615822733763434500473745650035804128",
        "base_token_price_native_currency": "0.000000823041326928504",
        "quote_token_price_usd": "74.088733854250266259555704180606829894330439008",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000008230413269",
        "quote_token_price_base_token": "1215005.81718282",
        "address": "CzYd3MY7GeeF5FxLfUF38qSnjUiEcePt7iTBHqEaitv9",
        "name": "pumpkets / SOL",
        "pool_created_at": "2026-07-27T16:42:46Z",
        "fdv_usd": "59016.6020632207",
        "market_cap_usd": "59016.7893770039",
        "price_change_percentage": {
          "m5": "0.816",
          "m15": "1.053",
          "m30": "10.021",
          "h1": "-5.067",
          "h6": "-74.589",
          "h24": "-78.384"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m15": {
            "buys": 23,
            "sells": 35,
            "buyers": 17,
            "sellers": 24
          },
          "m30": {
            "buys": 62,
            "sells": 90,
            "buyers": 49,
            "sellers": 53
          },
          "h1": {
            "buys": 259,
            "sells": 307,
            "buyers": 157,
            "sellers": 166
          },
          "h6": {
            "buys": 1874,
            "sells": 2081,
            "buyers": 754,
            "sellers": 841
          },
          "h24": {
            "buys": 9431,
            "sells": 9648,
            "buyers": 2970,
            "sellers": 3052
          }
        },
        "volume_usd": {
          "m5": "40.0728740016",
          "m15": "2005.7882694324",
          "m30": "4912.7814364107",
          "h1": "28177.4846091144",
          "h6": "235056.060494654",
          "h24": "1343198.11352092"
        },
        "reserve_in_usd": "19984.0727"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_HhqF5NowD4qThZBNDbgYAFvChEpAexSk1Qmu1nCzpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x25042161f871a34e77a7af1aff74aa1a0dc9b4c661fd53c7504948ad97f8d13f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0919567783705096",
        "base_token_price_native_currency": "0.000160914631401803",
        "quote_token_price_usd": "1.00215075528495",
        "quote_token_price_native_currency": "0.00175642989605769",
        "base_token_price_quote_token": "0.09161460515",
        "quote_token_price_base_token": "10.9152901806",
        "address": "0x25042161f871a34e77a7af1aff74aa1a0dc9b4c661fd53c7504948ad97f8d13f",
        "name": "AEON / USDT 0.007%",
        "pool_created_at": "2026-07-26T07:09:32Z",
        "fdv_usd": "91956778.36999",
        "market_cap_usd": "17287874.33356",
        "price_change_percentage": {
          "m5": "1.898",
          "m15": "3.253",
          "m30": "2.942",
          "h1": "3.945",
          "h6": "1.861",
          "h24": "-4.98"
        },
        "transactions": {
          "m5": {
            "buys": 26,
            "sells": 26,
            "buyers": 25,
            "sellers": 14
          },
          "m15": {
            "buys": 116,
            "sells": 93,
            "buyers": 75,
            "sellers": 53
          },
          "m30": {
            "buys": 178,
            "sells": 173,
            "buyers": 110,
            "sellers": 92
          },
          "h1": {
            "buys": 316,
            "sells": 346,
            "buyers": 167,
            "sellers": 134
          },
          "h6": {
            "buys": 4131,
            "sells": 4360,
            "buyers": 561,
            "sellers": 607
          },
          "h24": {
            "buys": 24810,
            "sells": 25720,
            "buyers": 1409,
            "sellers": 1341
          }
        },
        "volume_usd": {
          "m5": "29184.6370121645",
          "m15": "99857.4088556958",
          "m30": "155673.211047833",
          "h1": "269923.012203771",
          "h6": "3540758.12764095",
          "h24": "22426020.7354295"
        },
        "reserve_in_usd": "1666416.3396"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x277add739c6e0477616948357af9e79fe1ec9b80",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-infinity-clmm",
            "type": "dex"
          }
        }
      }
    }
  ]
}
Supported Networks

Extensive Coverage Across Multiple Chains

Fetch crypto prices and market data from 250+ 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.
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
CoinGecko
Better on the app
Real-time price alerts and a faster, smoother experience.