[go: up one dir, main page]

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.
47M+
Coins & Tokens
220+
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.00003817986323",
      "base_token_price_native_currency": "0.000370821411274728",
      "quote_token_price_usd": "2692.47",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0003708214113",
      "quote_token_price_base_token": "2696.715911205",
      "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": "4593729340.20883",
      "market_cap_usd": "4587526881.08837",
      "price_change_percentage": {
        "m5": "-0.024",
        "m15": "-0.043",
        "m30": "0.034",
        "h1": "-0.011",
        "h6": "0.056",
        "h24": "0.061"
      },
      "transactions": {
        "m5": {
          "buys": 2,
          "sells": 1,
          "buyers": 2,
          "sellers": 1
        },
        "m15": {
          "buys": 5,
          "sells": 2,
          "buyers": 5,
          "sellers": 2
        },
        "m30": {
          "buys": 7,
          "sells": 6,
          "buyers": 7,
          "sellers": 6
        },
        "h1": {
          "buys": 18,
          "sells": 16,
          "buyers": 15,
          "sellers": 12
        },
        "h6": {
          "buys": 109,
          "sells": 111,
          "buyers": 81,
          "sellers": 76
        },
        "h24": {
          "buys": 301,
          "sells": 330,
          "buyers": 204,
          "sellers": 189
        }
      },
      "volume_usd": {
        "m5": "43.8047094332",
        "m15": "109.2659644757",
        "m30": "883.8520152774",
        "h1": "2116.635003799",
        "h6": "21545.8433674034",
        "h24": "61768.2782052661"
      },
      "reserve_in_usd": "1113838.168",
      "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_0xa32a077a3e9d1ce561ec2a4b136db701a3166195455da4d8d364d6189443afe1",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0017102934893743",
        "base_token_price_native_currency": "0.000000631891228431224",
        "quote_token_price_usd": "2692.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000006318912284",
        "quote_token_price_base_token": "1582550.84895334",
        "address": "0xa32a077a3e9d1ce561ec2a4b136db701a3166195455da4d8d364d6189443afe1",
        "name": "ROBINPEPE / WETH",
        "pool_created_at": "2026-09-25T16:33:59Z",
        "fdv_usd": "1710293.489",
        "market_cap_usd": "1710293.489",
        "price_change_percentage": {
          "m5": "3.345",
          "m15": "9.972",
          "m30": "0.731",
          "h1": "2.51",
          "h6": "22.569",
          "h24": "315.817"
        },
        "transactions": {
          "m5": {
            "buys": 38,
            "sells": 37,
            "buyers": 27,
            "sellers": 28
          },
          "m15": {
            "buys": 132,
            "sells": 136,
            "buyers": 81,
            "sellers": 87
          },
          "m30": {
            "buys": 349,
            "sells": 343,
            "buyers": 181,
            "sellers": 196
          },
          "h1": {
            "buys": 654,
            "sells": 625,
            "buyers": 358,
            "sellers": 390
          },
          "h6": {
            "buys": 4075,
            "sells": 3807,
            "buyers": 2177,
            "sellers": 2290
          },
          "h24": {
            "buys": 16883,
            "sells": 15239,
            "buyers": 8185,
            "sellers": 8449
          }
        },
        "volume_usd": {
          "m5": "4292.9657425469",
          "m15": "17485.5111205664",
          "m30": "58332.2774836838",
          "h1": "85793.6131917892",
          "h6": "643282.413742343",
          "h24": "4079927.55025277"
        },
        "reserve_in_usd": "107448.9842"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xa241395adcdf456f6dc04d1bc02b18e6f4c4052c",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x3430fe00a00c586c9e879ce5ba3ab7b76a2fc3843ca63d84c0c5fa9879ebc0b6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00039516701191147",
        "base_token_price_native_currency": "0.000000150633656025552",
        "quote_token_price_usd": "2692.25",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000150633656",
        "quote_token_price_base_token": "6638622.64506393",
        "address": "0x3430fe00a00c586c9e879ce5ba3ab7b76a2fc3843ca63d84c0c5fa9879ebc0b6",
        "name": "TALIS / WETH",
        "pool_created_at": "2026-09-25T14:37:30Z",
        "fdv_usd": "386808.761810985",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-4.437",
          "m15": "-10.083",
          "m30": "-14.542",
          "h1": "-26.605",
          "h6": "-19.854",
          "h24": "-67.405"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 3,
            "buyers": 13,
            "sellers": 3
          },
          "m15": {
            "buys": 22,
            "sells": 17,
            "buyers": 18,
            "sellers": 14
          },
          "m30": {
            "buys": 53,
            "sells": 47,
            "buyers": 42,
            "sellers": 37
          },
          "h1": {
            "buys": 131,
            "sells": 128,
            "buyers": 93,
            "sellers": 99
          },
          "h6": {
            "buys": 1107,
            "sells": 988,
            "buyers": 602,
            "sellers": 693
          },
          "h24": {
            "buys": 8283,
            "sells": 5978,
            "buyers": 4029,
            "sellers": 4270
          }
        },
        "volume_usd": {
          "m5": "962.2267091444",
          "m15": "2228.9042674526",
          "m30": "5002.3667935718",
          "h1": "16204.4851081932",
          "h6": "194868.702292184",
          "h24": "1209228.39729938"
        },
        "reserve_in_usd": "60786.4317"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xd5d26bac627e8d9b67517be63dd418acb3a2d8e2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x91e9823a895a2d05a2c853fbd1619da089b36054f0a342039a0e8046608bbece",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000224309138923251",
        "base_token_price_native_currency": "0.0000000845918003754547",
        "quote_token_price_usd": "2692.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000008459180038",
        "quote_token_price_base_token": "11821476.7336973",
        "address": "0x91e9823a895a2d05a2c853fbd1619da089b36054f0a342039a0e8046608bbece",
        "name": "ROO / WETH",
        "pool_created_at": "2026-09-23T04:00:40Z",
        "fdv_usd": "224309.1389",
        "market_cap_usd": "224309.1389",
        "price_change_percentage": {
          "m5": "-1.93",
          "m15": "7.78",
          "m30": "-2.579",
          "h1": "-8.628",
          "h6": "-22.389",
          "h24": "-72.498"
        },
        "transactions": {
          "m5": {
            "buys": 24,
            "sells": 22,
            "buyers": 20,
            "sellers": 22
          },
          "m15": {
            "buys": 93,
            "sells": 73,
            "buyers": 63,
            "sellers": 61
          },
          "m30": {
            "buys": 227,
            "sells": 188,
            "buyers": 159,
            "sellers": 151
          },
          "h1": {
            "buys": 496,
            "sells": 444,
            "buyers": 354,
            "sellers": 346
          },
          "h6": {
            "buys": 3772,
            "sells": 3531,
            "buyers": 2473,
            "sellers": 2512
          },
          "h24": {
            "buys": 16367,
            "sells": 15201,
            "buyers": 10164,
            "sellers": 10467
          }
        },
        "volume_usd": {
          "m5": "1727.6008488535",
          "m15": "5708.2088575707",
          "m30": "14521.9873908212",
          "h1": "32820.1151273526",
          "h6": "335994.431922434",
          "h24": "1463108.57378405"
        },
        "reserve_in_usd": "36107.0537"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x3458e003f6ed93df0f537b8acac6fbe08e41247f",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x2a4e49b6f4026be2d9c4cc273f389d986256e27b18950a8967d1daa095b27978",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000161110221658813",
        "base_token_price_native_currency": "0.0000000601478885750178",
        "quote_token_price_usd": "2692.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000006014788858",
        "quote_token_price_base_token": "16625687.5127508",
        "address": "0x2a4e49b6f4026be2d9c4cc273f389d986256e27b18950a8967d1daa095b27978",
        "name": "AD / WETH 0.25%",
        "pool_created_at": "2026-09-17T17:07:49Z",
        "fdv_usd": "161990.895",
        "market_cap_usd": "161990.895",
        "price_change_percentage": {
          "m5": "0.601",
          "m15": "1.95",
          "m30": "2.425",
          "h1": "0.216",
          "h6": "-7.482",
          "h24": "-21.861"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 12,
            "buyers": 7,
            "sellers": 7
          },
          "m15": {
            "buys": 33,
            "sells": 35,
            "buyers": 11,
            "sellers": 8
          },
          "m30": {
            "buys": 54,
            "sells": 59,
            "buyers": 12,
            "sellers": 8
          },
          "h1": {
            "buys": 142,
            "sells": 143,
            "buyers": 21,
            "sellers": 12
          },
          "h6": {
            "buys": 926,
            "sells": 1045,
            "buyers": 86,
            "sellers": 65
          },
          "h24": {
            "buys": 3742,
            "sells": 4248,
            "buyers": 233,
            "sellers": 174
          }
        },
        "volume_usd": {
          "m5": "1164.6016534628",
          "m15": "3187.0804397301",
          "m30": "4998.7419869102",
          "h1": "13484.6744784026",
          "h6": "90411.4909842943",
          "h24": "603631.007700864"
        },
        "reserve_in_usd": "50944.6391"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x63ffd4aa844f4befcee1b4606e467d1d209a926b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xc19d1d77bfdaeb66c285a17286d325062c1cd0c7ce88c1fe60ef70797ee8f215",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000282765570000087",
        "base_token_price_native_currency": "0.000000104637106124121",
        "quote_token_price_usd": "2693.29",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001046371061",
        "quote_token_price_base_token": "9556839.22311265",
        "address": "0xc19d1d77bfdaeb66c285a17286d325062c1cd0c7ce88c1fe60ef70797ee8f215",
        "name": "HOODCATS / WETH 0.25%",
        "pool_created_at": "2026-09-19T03:23:52Z",
        "fdv_usd": "282765.516365879",
        "market_cap_usd": "282765.57",
        "price_change_percentage": {
          "m5": "2.714",
          "m15": "1.186",
          "m30": "-0.841",
          "h1": "10.083",
          "h6": "-18.262",
          "h24": "-8.967"
        },
        "transactions": {
          "m5": {
            "buys": 53,
            "sells": 45,
            "buyers": 33,
            "sellers": 33
          },
          "m15": {
            "buys": 157,
            "sells": 143,
            "buyers": 75,
            "sellers": 74
          },
          "m30": {
            "buys": 311,
            "sells": 280,
            "buyers": 143,
            "sellers": 132
          },
          "h1": {
            "buys": 702,
            "sells": 610,
            "buyers": 292,
            "sellers": 258
          },
          "h6": {
            "buys": 3856,
            "sells": 3314,
            "buyers": 1813,
            "sellers": 1510
          },
          "h24": {
            "buys": 13824,
            "sells": 12122,
            "buyers": 6272,
            "sellers": 5598
          }
        },
        "volume_usd": {
          "m5": "4042.2922686181",
          "m15": "11926.3277571637",
          "m30": "22350.5196747473",
          "h1": "51163.2925359416",
          "h6": "278046.102776244",
          "h24": "1209149.34202461"
        },
        "reserve_in_usd": "64710.0629"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xd17c81cb01d44cc6e822936e8f098960001b47d2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_6e3jZLtf4tQbWZm3f7A66jF8tfZn6MRQVrbDFgcNWarA",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0360092923553103055201942153289637289767035109295687183014615348",
        "base_token_price_native_currency": "0.000294872249080369",
        "quote_token_price_usd": "120.672024211932639436374294885055914887638807788",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002948722491",
        "quote_token_price_base_token": "3391.299124006",
        "address": "6e3jZLtf4tQbWZm3f7A66jF8tfZn6MRQVrbDFgcNWarA",
        "name": "PAID / SOL",
        "pool_created_at": "2026-09-15T19:22:24Z",
        "fdv_usd": "33722214.2029638",
        "market_cap_usd": "33772416.335706",
        "price_change_percentage": {
          "m5": "-0.284",
          "m15": "4.628",
          "m30": "4.895",
          "h1": "4.217",
          "h6": "-16.294",
          "h24": "60.72"
        },
        "transactions": {
          "m5": {
            "buys": 45,
            "sells": 65,
            "buyers": 37,
            "sellers": 36
          },
          "m15": {
            "buys": 224,
            "sells": 208,
            "buyers": 150,
            "sellers": 122
          },
          "m30": {
            "buys": 907,
            "sells": 494,
            "buyers": 404,
            "sellers": 262
          },
          "h1": {
            "buys": 1540,
            "sells": 1124,
            "buyers": 662,
            "sellers": 515
          },
          "h6": {
            "buys": 20172,
            "sells": 15867,
            "buyers": 6531,
            "sellers": 5223
          },
          "h24": {
            "buys": 78482,
            "sells": 71613,
            "buyers": 19271,
            "sellers": 18581
          }
        },
        "volume_usd": {
          "m5": "20474.1144304787",
          "m15": "101812.231381267",
          "m30": "459551.616225989",
          "h1": "732357.484898505",
          "h6": "9546020.09111034",
          "h24": "44413976.1652097"
        },
        "reserve_in_usd": "1229088.8973"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_98kfF7rmsg1QDUEoCqNE7g7M1FdrTt92TEp2CLzypump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x15a2b965709e66de2120e34aaf295a82eff640b0",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "340.127791795229",
        "base_token_price_native_currency": "0.44038038686506",
        "quote_token_price_usd": "0.0000268596478313718",
        "quote_token_price_native_currency": "0.0000000347765233784836",
        "base_token_price_quote_token": "12663151.5770644",
        "quote_token_price_base_token": "0.00000007896928296",
        "address": "0x15a2b965709e66de2120e34aaf295a82eff640b0",
        "name": "AAPLB / BG人生",
        "pool_created_at": "2026-09-26T11:53:31Z",
        "fdv_usd": "5677181.67978265",
        "market_cap_usd": "5684505.14689445",
        "price_change_percentage": {
          "m5": "-0.01",
          "m15": "-0.067",
          "m30": "-0.089",
          "h1": "-0.117",
          "h6": "0.121",
          "h24": "-0.464"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 3,
            "buyers": 7,
            "sellers": 2
          },
          "m15": {
            "buys": 18,
            "sells": 58,
            "buyers": 18,
            "sellers": 21
          },
          "m30": {
            "buys": 38,
            "sells": 128,
            "buyers": 33,
            "sellers": 32
          },
          "h1": {
            "buys": 173,
            "sells": 395,
            "buyers": 144,
            "sellers": 132
          },
          "h6": {
            "buys": 962,
            "sells": 1897,
            "buyers": 842,
            "sellers": 350
          },
          "h24": {
            "buys": 4685,
            "sells": 6842,
            "buyers": 2898,
            "sellers": 2009
          }
        },
        "volume_usd": {
          "m5": "95.6736721775",
          "m15": "866.3018319196",
          "m30": "2436.8292377715",
          "h1": "14498.2633724811",
          "h6": "51897.8658895335",
          "h24": "568027.432643193"
        },
        "reserve_in_usd": "15488.2435"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x431a3bee82e2ca41e49895cbece5bb0f76a89b7a",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xe1bc4812dabd9b99fe093bb814085f8f550c7777",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xcf14dfcf39de6849af062d611c2f4395a5558b63",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00202436218085838",
        "base_token_price_native_currency": "0.000000749343025119192",
        "quote_token_price_usd": "2693.42",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000007493430251",
        "quote_token_price_base_token": "1334502.31266373",
        "address": "0xcf14dfcf39de6849af062d611c2f4395a5558b63",
        "name": "ASE / WETH",
        "pool_created_at": "2026-05-10T20:08:11Z",
        "fdv_usd": "2024362.181",
        "market_cap_usd": "840852.379608414",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0",
          "h1": "0",
          "h6": "0.586",
          "h24": "-3.021"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m30": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "h1": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "h6": {
            "buys": 3,
            "sells": 5,
            "buyers": 3,
            "sellers": 5
          },
          "h24": {
            "buys": 55,
            "sells": 18,
            "buyers": 33,
            "sellers": 15
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "0.0",
          "m30": "0.3152885743",
          "h1": "0.3152885743",
          "h6": "372.3775942516",
          "h24": "9200.7662575845"
        },
        "reserve_in_usd": "198944.0829"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x041ff0e49f6f774e7dc7bd10ee4a14c00b1d80b2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x43fea2e267164122909aa6336cd89142df28027aba8ed0c81d414a4e953e86e8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00274939434520837",
        "base_token_price_native_currency": "0.00000101426950094617",
        "quote_token_price_usd": "2693.29",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001014269501",
        "quote_token_price_base_token": "985931.25305172",
        "address": "0x43fea2e267164122909aa6336cd89142df28027aba8ed0c81d414a4e953e86e8",
        "name": "CASHED / WETH",
        "pool_created_at": "2026-09-18T20:09:43Z",
        "fdv_usd": "2525430.55900948",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-3.326",
          "m15": "-3.113",
          "m30": "-7.709",
          "h1": "-17.479",
          "h6": "-46.725",
          "h24": "686.113"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 17,
            "buyers": 4,
            "sellers": 16
          },
          "m15": {
            "buys": 37,
            "sells": 43,
            "buyers": 26,
            "sellers": 36
          },
          "m30": {
            "buys": 130,
            "sells": 104,
            "buyers": 79,
            "sellers": 82
          },
          "h1": {
            "buys": 213,
            "sells": 186,
            "buyers": 117,
            "sellers": 132
          },
          "h6": {
            "buys": 1781,
            "sells": 1715,
            "buyers": 453,
            "sellers": 651
          },
          "h24": {
            "buys": 11936,
            "sells": 10101,
            "buyers": 1764,
            "sellers": 2045
          }
        },
        "volume_usd": {
          "m5": "3882.5659676849",
          "m15": "10939.5298338849",
          "m30": "44254.336426159",
          "h1": "84468.0154533583",
          "h6": "802567.74286305",
          "h24": "5187310.77425308"
        },
        "reserve_in_usd": "118051.8575"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x6249519883b8d7ccf915dfcd6c0442984dae9d24",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4JAnKFddd5fFTk5PxDj3PpTWJuTEfSWQEjZJcgKQ9KwW",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.01174054909186753495634391075801393818276730754584473010032109528",
        "base_token_price_native_currency": "0.0000998689372400227",
        "quote_token_price_usd": "120.672024211932639436374294885055914887638807788",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00009986893724",
        "quote_token_price_base_token": "10013.1234759876",
        "address": "4JAnKFddd5fFTk5PxDj3PpTWJuTEfSWQEjZJcgKQ9KwW",
        "name": "e/acc / SOL",
        "pool_created_at": "2026-09-25T21:15:15Z",
        "fdv_usd": "11579849.8027723",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-0.36",
          "m15": "8.794",
          "m30": "-0.043",
          "h1": "-5.724",
          "h6": "-30.836",
          "h24": "106.562"
        },
        "transactions": {
          "m5": {
            "buys": 117,
            "sells": 111,
            "buyers": 86,
            "sellers": 79
          },
          "m15": {
            "buys": 612,
            "sells": 429,
            "buyers": 359,
            "sellers": 230
          },
          "m30": {
            "buys": 2881,
            "sells": 2033,
            "buyers": 1175,
            "sellers": 798
          },
          "h1": {
            "buys": 4942,
            "sells": 3368,
            "buyers": 1694,
            "sellers": 1300
          },
          "h6": {
            "buys": 24367,
            "sells": 18409,
            "buyers": 7175,
            "sellers": 6102
          },
          "h24": {
            "buys": 127441,
            "sells": 108365,
            "buyers": 28922,
            "sellers": 24525
          }
        },
        "volume_usd": {
          "m5": "42322.272636881",
          "m15": "212645.109964044",
          "m30": "1171067.73114136",
          "h1": "1846159.63935338",
          "h6": "9601996.52295795",
          "h24": "51710748.4595416"
        },
        "reserve_in_usd": "490260.5396"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_CbcyNo7m1amFWqEQm2m4PLv1UNvpcL3C1Ujm6AkzpKoU",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7sY6BrhDBkJdcYFrDd1M49hinSXrqk2bzS3rT6Juanch",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000484091670539465384876830545477290213212710355888673591876389259",
        "base_token_price_native_currency": "0.00000409554858382581",
        "quote_token_price_usd": "773.4214236260174047708790422580598192427241828259957458111588",
        "quote_token_price_native_currency": "6.4043867370892",
        "base_token_price_quote_token": "0.0000006394911413",
        "quote_token_price_base_token": "1563743.31936422",
        "address": "7sY6BrhDBkJdcYFrDd1M49hinSXrqk2bzS3rT6Juanch",
        "name": "CAT / SPYx",
        "pool_created_at": "2026-09-21T15:53:21Z",
        "fdv_usd": "484087.755105792",
        "market_cap_usd": "484087.755105792",
        "price_change_percentage": {
          "m5": "-2.274",
          "m15": "-0.215",
          "m30": "0.098",
          "h1": "6.998",
          "h6": "28.195",
          "h24": "100.483"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 8,
            "sells": 3,
            "buyers": 8,
            "sellers": 3
          },
          "m30": {
            "buys": 11,
            "sells": 7,
            "buyers": 11,
            "sellers": 7
          },
          "h1": {
            "buys": 18,
            "sells": 11,
            "buyers": 16,
            "sellers": 10
          },
          "h6": {
            "buys": 121,
            "sells": 80,
            "buyers": 94,
            "sellers": 53
          },
          "h24": {
            "buys": 313,
            "sells": 294,
            "buyers": 203,
            "sellers": 199
          }
        },
        "volume_usd": {
          "m5": "570.7458155969",
          "m15": "651.2656425699",
          "m30": "1088.3714549827",
          "h1": "1619.9852695871",
          "h6": "10098.7810587694",
          "h24": "34776.1613814606"
        },
        "reserve_in_usd": "61697.5382"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8erE7RkkoiGYJtCyQdfwMpnNA8cAkY14Xe6RYjjHAdKP",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_XsoCS1TfEyfFhfvj8EtZ528L3CaKBDBRqRapnBbDF2W",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x7f3a6dcfd793c2b86659587a64f2add34f5bf21dad10968abf751b69ac1ac0d4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000902410983756248",
        "base_token_price_native_currency": "0.000000337815162426512",
        "quote_token_price_usd": "2692.87",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000003378151624",
        "quote_token_price_base_token": "2960198.68621954",
        "address": "0x7f3a6dcfd793c2b86659587a64f2add34f5bf21dad10968abf751b69ac1ac0d4",
        "name": "AEVA / WETH",
        "pool_created_at": "2026-09-25T15:56:07Z",
        "fdv_usd": "868119.319541077",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0",
          "m15": "13.445",
          "m30": "-1.803",
          "h1": "-6.113",
          "h6": "-14.273",
          "h24": "67.491"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 5,
            "buyers": 3,
            "sellers": 5
          },
          "m30": {
            "buys": 13,
            "sells": 12,
            "buyers": 11,
            "sellers": 10
          },
          "h1": {
            "buys": 17,
            "sells": 13,
            "buyers": 15,
            "sellers": 11
          },
          "h6": {
            "buys": 125,
            "sells": 65,
            "buyers": 86,
            "sellers": 48
          },
          "h24": {
            "buys": 971,
            "sells": 581,
            "buyers": 387,
            "sellers": 345
          }
        },
        "volume_usd": {
          "m5": "31.2208639963",
          "m15": "4599.8702060302",
          "m30": "14064.2400419202",
          "h1": "16096.4559433721",
          "h6": "64068.9626077702",
          "h24": "414203.584202319"
        },
        "reserve_in_usd": "117591.8735"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe8729dc9dca85167e06b7e9c66a58b22457c5f30",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x40a433930370f6cdf0a78debc2c6dd599c23bd428c0d67dd8b5373e4f101557f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000773838754267146",
        "base_token_price_native_currency": "0.0000000327524418167793",
        "quote_token_price_usd": "748.720200475804",
        "quote_token_price_native_currency": "0.278800625598638",
        "base_token_price_quote_token": "0.0000001174762135",
        "quote_token_price_base_token": "8512361.52584527",
        "address": "0x40a433930370f6cdf0a78debc2c6dd599c23bd428c0d67dd8b5373e4f101557f",
        "name": "musebook / META",
        "pool_created_at": "2026-09-16T05:51:12Z",
        "fdv_usd": "7738162.20214305",
        "market_cap_usd": "7738387.543",
        "price_change_percentage": {
          "m5": "-0.08",
          "m15": "-0.384",
          "m30": "-0.808",
          "h1": "-3.024",
          "h6": "-6.575",
          "h24": "-23.29"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 4,
            "sells": 6,
            "buyers": 4,
            "sellers": 6
          },
          "m30": {
            "buys": 8,
            "sells": 15,
            "buyers": 8,
            "sellers": 12
          },
          "h1": {
            "buys": 24,
            "sells": 41,
            "buyers": 24,
            "sellers": 33
          },
          "h6": {
            "buys": 297,
            "sells": 476,
            "buyers": 218,
            "sellers": 215
          },
          "h24": {
            "buys": 1485,
            "sells": 2368,
            "buyers": 721,
            "sellers": 762
          }
        },
        "volume_usd": {
          "m5": "585.624280362",
          "m15": "1277.6828138274",
          "m30": "2032.2759039992",
          "h1": "8370.2283342078",
          "h6": "144629.098734964",
          "h24": "856424.831043335"
        },
        "reserve_in_usd": "2905771.8091"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x91a2dae9699f0b82540b5886b0d8759c22820ba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xc0d6457c16cc70d6790dd43521c899c87ce02f35",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "bankr-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xef256e214c45aab706ca54d6e2c5d0ca42b87895a43e97b382ea012d13e78e49",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000245739019882139",
        "base_token_price_native_currency": "0.00000000911389478819214",
        "quote_token_price_usd": "2692.47",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000009113894788",
        "quote_token_price_base_token": "109722574.512884",
        "address": "0xef256e214c45aab706ca54d6e2c5d0ca42b87895a43e97b382ea012d13e78e49",
        "name": "boar / WETH",
        "pool_created_at": "2026-09-26T02:58:01Z",
        "fdv_usd": "2457390.199",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.058",
          "m15": "-13.884",
          "m30": "-18.534",
          "h1": "-24.476",
          "h6": "-24.851",
          "h24": "9063.265"
        },
        "transactions": {
          "m5": {
            "buys": 26,
            "sells": 9,
            "buyers": 22,
            "sellers": 9
          },
          "m15": {
            "buys": 74,
            "sells": 66,
            "buyers": 50,
            "sellers": 52
          },
          "m30": {
            "buys": 151,
            "sells": 134,
            "buyers": 85,
            "sellers": 86
          },
          "h1": {
            "buys": 328,
            "sells": 291,
            "buyers": 137,
            "sellers": 146
          },
          "h6": {
            "buys": 3637,
            "sells": 2948,
            "buyers": 556,
            "sellers": 547
          },
          "h24": {
            "buys": 22319,
            "sells": 15716,
            "buyers": 2637,
            "sellers": 2143
          }
        },
        "volume_usd": {
          "m5": "9674.8485915076",
          "m15": "39654.6746237358",
          "m30": "85420.7903184492",
          "h1": "196864.381207386",
          "h6": "1945174.69867818",
          "h24": "10356388.7267949"
        },
        "reserve_in_usd": "632352.4272"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x0cbf291ba052174879d90bf781df1a5f2bc5bb07",
            "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": "robinhood_0x94bbe853481f40d049d98eb830c57276d9727e5b",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00663921736456683",
        "base_token_price_native_currency": "0.00000258346175854469",
        "quote_token_price_usd": "2692.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002583461759",
        "quote_token_price_base_token": "387077.531414019",
        "address": "0x94bbe853481f40d049d98eb830c57276d9727e5b",
        "name": "SI / WETH 0.01%",
        "pool_created_at": "2026-09-25T00:48:57Z",
        "fdv_usd": "6947137.993",
        "market_cap_usd": "6947137.993",
        "price_change_percentage": {
          "m5": "-9.787",
          "m15": "-35.203",
          "m30": "-48.19",
          "h1": "-45.079",
          "h6": "-49.944",
          "h24": "-63.848"
        },
        "transactions": {
          "m5": {
            "buys": 30,
            "sells": 19,
            "buyers": 25,
            "sellers": 19
          },
          "m15": {
            "buys": 108,
            "sells": 74,
            "buyers": 81,
            "sellers": 66
          },
          "m30": {
            "buys": 192,
            "sells": 133,
            "buyers": 142,
            "sellers": 96
          },
          "h1": {
            "buys": 307,
            "sells": 218,
            "buyers": 206,
            "sellers": 142
          },
          "h6": {
            "buys": 2301,
            "sells": 1076,
            "buyers": 688,
            "sellers": 269
          },
          "h24": {
            "buys": 11516,
            "sells": 5375,
            "buyers": 1384,
            "sellers": 742
          }
        },
        "volume_usd": {
          "m5": "36837.4746865766",
          "m15": "130210.495933968",
          "m30": "249076.285758395",
          "h1": "422505.520172772",
          "h6": "3198635.12457573",
          "h24": "11282775.6450548"
        },
        "reserve_in_usd": "205437.428"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe0cd4e72769e7317891d1e49905878b7b14c67ac",
            "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_DGvB8KyD79wFBJ7Kr7mW54qSfi7Yk3UrhJkcnTSd6frb",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000110527358663364464806312882332398610810613608013049850343245792",
        "base_token_price_native_currency": "0.000000908937188815587",
        "quote_token_price_usd": "392.70908501626504951102728850938269637295985744561827383482994",
        "quote_token_price_native_currency": "3.25186344570246",
        "base_token_price_quote_token": "0.0000002795127176",
        "quote_token_price_base_token": "3577654.74415221",
        "address": "DGvB8KyD79wFBJ7Kr7mW54qSfi7Yk3UrhJkcnTSd6frb",
        "name": "JIANCO / GLDx",
        "pool_created_at": "2026-09-26T00:06:55Z",
        "fdv_usd": "101313.986560563",
        "market_cap_usd": "101313.986560563",
        "price_change_percentage": {
          "m5": "0",
          "m15": "3.962",
          "m30": "5.003",
          "h1": "-1.356",
          "h6": "16.632",
          "h24": "232.32"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 20,
            "sells": 4,
            "buyers": 20,
            "sellers": 4
          },
          "m30": {
            "buys": 25,
            "sells": 8,
            "buyers": 25,
            "sellers": 7
          },
          "h1": {
            "buys": 53,
            "sells": 28,
            "buyers": 51,
            "sellers": 24
          },
          "h6": {
            "buys": 335,
            "sells": 184,
            "buyers": 271,
            "sellers": 141
          },
          "h24": {
            "buys": 4165,
            "sells": 1011,
            "buyers": 2991,
            "sellers": 796
          }
        },
        "volume_usd": {
          "m5": "1.9681087046",
          "m15": "815.5591329812",
          "m30": "1058.6743799427",
          "h1": "2765.6262237938",
          "h6": "22241.6174019561",
          "h24": "104380.059639453"
        },
        "reserve_in_usd": "50958.6139"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BdzaE3T7uU59pBVDBHZVZh3yWrrpo4oPrXdv4nPDpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_Xsv9hRk1z5ystj9MhnA7Lq4vjSsLwzL2nxrwmwtD3re",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x06e308b77bdafd691d179645296ce8c40e33c6af4a879a913efc7eedc402581c",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0714507063413797",
        "base_token_price_native_currency": "0.0000275856698449237",
        "quote_token_price_usd": "2693.46",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002758566984",
        "quote_token_price_base_token": "36250.7057331442",
        "address": "0x06e308b77bdafd691d179645296ce8c40e33c6af4a879a913efc7eedc402581c",
        "name": "BUN / WETH",
        "pool_created_at": "2026-09-02T15:37:05Z",
        "fdv_usd": "71450128.7833846",
        "market_cap_usd": "20586964.0431892",
        "price_change_percentage": {
          "m5": "-0.235",
          "m15": "0.256",
          "m30": "-1.209",
          "h1": "-6.633",
          "h6": "-2.967",
          "h24": "23.83"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 12,
            "sells": 4,
            "buyers": 9,
            "sellers": 4
          },
          "m30": {
            "buys": 12,
            "sells": 9,
            "buyers": 9,
            "sellers": 9
          },
          "h1": {
            "buys": 16,
            "sells": 19,
            "buyers": 13,
            "sellers": 18
          },
          "h6": {
            "buys": 136,
            "sells": 168,
            "buyers": 86,
            "sellers": 93
          },
          "h24": {
            "buys": 1368,
            "sells": 1517,
            "buyers": 527,
            "sellers": 544
          }
        },
        "volume_usd": {
          "m5": "2779.2871270241",
          "m15": "7184.5315680937",
          "m30": "10184.2441644478",
          "h1": "22321.676999976",
          "h6": "116592.515635796",
          "h24": "1956619.86721618"
        },
        "reserve_in_usd": "824472.6466"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x07ebb29a38fbcb41563817e5e19f2cec619c90d2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_3QaH1ifhQgUXHQdX3DHi9oMrWzTQfKLcomoCyeRRLMh6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.001103890006715867520374794615449785910437691493913342898828318578",
        "base_token_price_native_currency": "0.00000921729025913646",
        "quote_token_price_usd": "120.672397510380450366258268587555936493772172254",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000009217290259",
        "quote_token_price_base_token": "108491.755373416",
        "address": "3QaH1ifhQgUXHQdX3DHi9oMrWzTQfKLcomoCyeRRLMh6",
        "name": "KARDASHEV / SOL",
        "pool_created_at": "2026-09-26T07:26:05Z",
        "fdv_usd": "1112894.58",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "3.614",
          "m15": "16.802",
          "m30": "-2.44",
          "h1": "22.683",
          "h6": "36.758",
          "h24": "2158.906"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 18,
            "buyers": 5,
            "sellers": 15
          },
          "m15": {
            "buys": 36,
            "sells": 83,
            "buyers": 29,
            "sellers": 63
          },
          "m30": {
            "buys": 109,
            "sells": 183,
            "buyers": 83,
            "sellers": 121
          },
          "h1": {
            "buys": 500,
            "sells": 573,
            "buyers": 307,
            "sellers": 337
          },
          "h6": {
            "buys": 7134,
            "sells": 6433,
            "buyers": 2481,
            "sellers": 2372
          },
          "h24": {
            "buys": 51804,
            "sells": 44194,
            "buyers": 12263,
            "sellers": 10597
          }
        },
        "volume_usd": {
          "m5": "2496.4657399986",
          "m15": "12279.3909475599",
          "m30": "37538.3488700893",
          "h1": "164951.024683438",
          "h6": "1955006.63771157",
          "h24": "10378215.8849042"
        },
        "reserve_in_usd": "116631.9352"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5wW9mhbwq1HTFh341iimpmrqBB4mfxdXiYhdYBL7hUnp",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Ax9GpoBxTKb19NMj4eJhNsy163xuUGmFKrLpELeQK7LX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00218803498649004518471008594340774159178718684876693861025497936",
        "base_token_price_native_currency": "0.0000190721276749551",
        "quote_token_price_usd": "120.763937745005291059437708705133146326428794467",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001907212767",
        "quote_token_price_base_token": "52432.5349034428",
        "address": "Ax9GpoBxTKb19NMj4eJhNsy163xuUGmFKrLpELeQK7LX",
        "name": "YAP / SOL",
        "pool_created_at": "2026-09-25T14:11:13Z",
        "fdv_usd": "2188025.92411835",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-4.899",
          "m15": "0.98",
          "m30": "-0.13",
          "h1": "-8.846",
          "h6": "-42.928",
          "h24": "112.492"
        },
        "transactions": {
          "m5": {
            "buys": 20,
            "sells": 25,
            "buyers": 19,
            "sellers": 21
          },
          "m15": {
            "buys": 96,
            "sells": 102,
            "buyers": 67,
            "sellers": 77
          },
          "m30": {
            "buys": 232,
            "sells": 188,
            "buyers": 142,
            "sellers": 124
          },
          "h1": {
            "buys": 533,
            "sells": 462,
            "buyers": 276,
            "sellers": 273
          },
          "h6": {
            "buys": 3784,
            "sells": 2728,
            "buyers": 1216,
            "sellers": 1232
          },
          "h24": {
            "buys": 26534,
            "sells": 23351,
            "buyers": 7260,
            "sellers": 6704
          }
        },
        "volume_usd": {
          "m5": "3527.6046969519",
          "m15": "20632.0412425616",
          "m30": "45722.70159386",
          "h1": "124346.596041908",
          "h6": "988655.150400655",
          "h24": "7756203.63541915"
        },
        "reserve_in_usd": "168513.0668"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_jLz71QZfjnZZMLjUaCBw7KmUyftkkNq8NkWi2u9dyap",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x4a6a85252a6f6b383a5f747259ee157e65ff1307",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00714244109056354",
        "base_token_price_native_currency": "0.00000265893641102848",
        "quote_token_price_usd": "2694.28",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002658936411",
        "quote_token_price_base_token": "376090.227600892",
        "address": "0x4a6a85252a6f6b383a5f747259ee157e65ff1307",
        "name": "SHRUB / WETH",
        "pool_created_at": "2026-08-30T18:41:45Z",
        "fdv_usd": "7141856.63506127",
        "market_cap_usd": "7142441.091",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "-0.565",
          "h1": "-0.479",
          "h6": "-44.028",
          "h24": "272.604"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m30": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "h1": {
            "buys": 5,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "h6": {
            "buys": 593,
            "sells": 137,
            "buyers": 205,
            "sellers": 102
          },
          "h24": {
            "buys": 8586,
            "sells": 1803,
            "buyers": 1146,
            "sellers": 374
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "0.0",
          "m30": "0.6829337128",
          "h1": "7.5151844897",
          "h6": "792977.478228501",
          "h24": "10407328.7055457"
        },
        "reserve_in_usd": "190387.4421"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x5d9144d2d017386519a7134fcc7f1e4ba22f920c",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-robinhood",
            "type": "dex"
          }
        }
      }
    }
  ]
}
Supported Networks

Extensive Coverage Across Multiple Chains

Fetch crypto prices and market data from 220+ 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
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.