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": "0.999557928528226",
      "base_token_price_native_currency": "0.000523386691979588",
      "quote_token_price_usd": "1913.04",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.000523386692",
      "quote_token_price_base_token": "1910.63321885",
      "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": "4583391692.63348",
      "market_cap_usd": "4582798522.646",
      "price_change_percentage": {
        "m5": "0",
        "m15": "0",
        "m30": "0",
        "h1": "0.046",
        "h6": "-0.045",
        "h24": "-0.113"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 0,
          "buyers": 0,
          "sellers": 0
        },
        "m15": {
          "buys": 0,
          "sells": 0,
          "buyers": 0,
          "sellers": 0
        },
        "m30": {
          "buys": 0,
          "sells": 2,
          "buyers": 0,
          "sellers": 2
        },
        "h1": {
          "buys": 1,
          "sells": 5,
          "buyers": 1,
          "sellers": 5
        },
        "h6": {
          "buys": 38,
          "sells": 56,
          "buyers": 24,
          "sellers": 41
        },
        "h24": {
          "buys": 388,
          "sells": 392,
          "buyers": 228,
          "sellers": 186
        }
      },
      "volume_usd": {
        "m5": "0.0",
        "m15": "0.0",
        "m30": "119.6645791972",
        "h1": "400.0822111387",
        "h6": "15137.2663784979",
        "h24": "172786.195321169"
      },
      "reserve_in_usd": "920543.8676",
      "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_0x306f6b51f0590b3a30891667cec96d2095abebf2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000583774766313292",
        "base_token_price_native_currency": "0.0000000301873550717075",
        "quote_token_price_usd": "1913.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000003018735507",
        "quote_token_price_base_token": "33126453.0338807",
        "address": "0x306f6b51f0590b3a30891667cec96d2095abebf2",
        "name": "POPCAT / WETH 1%",
        "pool_created_at": "2026-08-09T01:10:01Z",
        "fdv_usd": "57746.90088",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.758",
          "m15": "16.439",
          "m30": "16.996",
          "h1": "61.107",
          "h6": "1989.683",
          "h24": "1989.683"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 5,
            "buyers": 10,
            "sellers": 5
          },
          "m15": {
            "buys": 42,
            "sells": 22,
            "buyers": 31,
            "sellers": 19
          },
          "m30": {
            "buys": 85,
            "sells": 60,
            "buyers": 60,
            "sellers": 49
          },
          "h1": {
            "buys": 207,
            "sells": 137,
            "buyers": 112,
            "sellers": 100
          },
          "h6": {
            "buys": 1231,
            "sells": 828,
            "buyers": 488,
            "sellers": 360
          },
          "h24": {
            "buys": 1231,
            "sells": 828,
            "buyers": 488,
            "sellers": 360
          }
        },
        "volume_usd": {
          "m5": "819.8325420858",
          "m15": "4345.1011145267",
          "m30": "8566.5954502315",
          "h1": "23955.2596277487",
          "h6": "138550.072509855",
          "h24": "138550.072509855"
        },
        "reserve_in_usd": "23099.5048"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x1c6fcaa4654194a0b23eb2253e065e63658ade0c",
            "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": "robinhood_0x3f98045d6bc0fef56bf69e85f1efa7f5100e7c48",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00378111896396846",
        "base_token_price_native_currency": "0.00000198797794160154",
        "quote_token_price_usd": "1913.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001987977942",
        "quote_token_price_base_token": "503023.69008903",
        "address": "0x3f98045d6bc0fef56bf69e85f1efa7f5100e7c48",
        "name": "WEN / WETH 0.3%",
        "pool_created_at": "2026-07-09T00:11:06Z",
        "fdv_usd": "3803121.07330619",
        "market_cap_usd": "3803121.081",
        "price_change_percentage": {
          "m5": "0.3",
          "m15": "0.093",
          "m30": "0.414",
          "h1": "-0.406",
          "h6": "1.41",
          "h24": "-2.029"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 7,
            "buyers": 2,
            "sellers": 7
          },
          "m15": {
            "buys": 10,
            "sells": 40,
            "buyers": 10,
            "sellers": 39
          },
          "m30": {
            "buys": 21,
            "sells": 88,
            "buyers": 21,
            "sellers": 85
          },
          "h1": {
            "buys": 49,
            "sells": 198,
            "buyers": 48,
            "sellers": 191
          },
          "h6": {
            "buys": 459,
            "sells": 1275,
            "buyers": 309,
            "sellers": 1154
          },
          "h24": {
            "buys": 1741,
            "sells": 4818,
            "buyers": 1000,
            "sellers": 3755
          }
        },
        "volume_usd": {
          "m5": "1897.1655048267",
          "m15": "9743.1202801783",
          "m30": "21065.0705539473",
          "h1": "47729.2817387095",
          "h6": "322679.295860291",
          "h24": "1206540.82267845"
        },
        "reserve_in_usd": "233443.8248"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xa80eb66b3e0cf66ccb46f8b8c9e7ff5803eeb820",
            "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": "robinhood_0x113cd50b1a416e34e649dce89a333cc09066b817c7a6f7a8f29abe9ba7f9a801",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000519006171273347",
        "base_token_price_native_currency": "0.000000270406068881195",
        "quote_token_price_usd": "1913.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002704060689",
        "quote_token_price_base_token": "3698141.85065261",
        "address": "0x113cd50b1a416e34e649dce89a333cc09066b817c7a6f7a8f29abe9ba7f9a801",
        "name": "PEPE / WETH 0.25%",
        "pool_created_at": "2026-08-06T21:08:03Z",
        "fdv_usd": "519006.1713",
        "market_cap_usd": "519006.1713",
        "price_change_percentage": {
          "m5": "1.007",
          "m15": "2.503",
          "m30": "9.146",
          "h1": "-17.797",
          "h6": "-37.713",
          "h24": "-53.34"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 26,
            "sells": 20,
            "buyers": 17,
            "sellers": 17
          },
          "m30": {
            "buys": 61,
            "sells": 51,
            "buyers": 40,
            "sellers": 37
          },
          "h1": {
            "buys": 186,
            "sells": 116,
            "buyers": 101,
            "sellers": 75
          },
          "h6": {
            "buys": 1533,
            "sells": 1021,
            "buyers": 452,
            "sellers": 451
          },
          "h24": {
            "buys": 10177,
            "sells": 6696,
            "buyers": 1608,
            "sellers": 1483
          }
        },
        "volume_usd": {
          "m5": "294.3644429275",
          "m15": "4674.6647151998",
          "m30": "14082.7404621249",
          "h1": "46251.1161201181",
          "h6": "406090.919801812",
          "h24": "3030705.72305708"
        },
        "reserve_in_usd": "108987.6063"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x9b09c435bc5da088722be47e97989fb1e3ed4eb9",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-pools-trade",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x0c54d8a065be1442b238bae5422c577b53e5890a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000138605796672675",
        "base_token_price_native_currency": "0.000000230978313761378",
        "quote_token_price_usd": "601.48",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002309783138",
        "quote_token_price_base_token": "4329410.77331222",
        "address": "0x0c54d8a065be1442b238bae5422c577b53e5890a",
        "name": "Monkey / WBNB",
        "pool_created_at": "2026-08-08T12:15:44Z",
        "fdv_usd": "138605.7967",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.433",
          "m15": "2.021",
          "m30": "1.96",
          "h1": "0.958",
          "h6": "-35.586",
          "h24": "132.355"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 8,
            "sells": 9,
            "buyers": 8,
            "sellers": 7
          },
          "m30": {
            "buys": 25,
            "sells": 15,
            "buyers": 24,
            "sellers": 12
          },
          "h1": {
            "buys": 89,
            "sells": 69,
            "buyers": 76,
            "sellers": 62
          },
          "h6": {
            "buys": 2062,
            "sells": 1521,
            "buyers": 1009,
            "sellers": 879
          },
          "h24": {
            "buys": 7492,
            "sells": 5713,
            "buyers": 2781,
            "sellers": 3046
          }
        },
        "volume_usd": {
          "m5": "18.8179817642",
          "m15": "791.5027791879",
          "m30": "1523.6382782862",
          "h1": "6645.4827780238",
          "h6": "202421.104240242",
          "h24": "1004161.40836132"
        },
        "reserve_in_usd": "33876.9995"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x4ac85f2a2d22956a15a95ebe142d442da35e7777",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xa70fc67c9f69da90b63a0e4c05d229954574e313",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.115367990838841",
        "base_token_price_native_currency": "0.0000603033302947712",
        "quote_token_price_usd": "1913.06",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00006030333029",
        "quote_token_price_base_token": "16582.8320776292",
        "address": "0xa70fc67c9f69da90b63a0e4c05d229954574e313",
        "name": "CASHCAT / WETH 1%",
        "pool_created_at": "2026-06-29T07:00:49Z",
        "fdv_usd": "114079091.514091",
        "market_cap_usd": "114079222.180365",
        "price_change_percentage": {
          "m5": "0.004",
          "m15": "1.044",
          "m30": "-0.307",
          "h1": "-1.707",
          "h6": "-8.502",
          "h24": "14.705"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 20,
            "sells": 17,
            "buyers": 7,
            "sellers": 16
          },
          "m30": {
            "buys": 26,
            "sells": 53,
            "buyers": 9,
            "sellers": 43
          },
          "h1": {
            "buys": 73,
            "sells": 208,
            "buyers": 37,
            "sellers": 105
          },
          "h6": {
            "buys": 775,
            "sells": 1208,
            "buyers": 221,
            "sellers": 367
          },
          "h24": {
            "buys": 4276,
            "sells": 3064,
            "buyers": 727,
            "sellers": 841
          }
        },
        "volume_usd": {
          "m5": "191.2784235484",
          "m15": "30301.3993088726",
          "m30": "66566.3429831109",
          "h1": "126759.642280287",
          "h6": "1356460.63652991",
          "h24": "5201407.75040398"
        },
        "reserve_in_usd": "4941287.0143"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x020bfc650a365f8bb26819deaabf3e21291018b4",
            "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": "robinhood_0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.030634835995866",
        "base_token_price_native_currency": "0.0000160137759643436",
        "quote_token_price_usd": "1913.06",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001601377596",
        "quote_token_price_base_token": "62446.2339317478",
        "address": "0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
        "name": "PONS / WETH 1%",
        "pool_created_at": "2026-07-13T20:42:21Z",
        "fdv_usd": "22569267.8271748",
        "market_cap_usd": "22599066.2793031",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.08",
          "m30": "-2.464",
          "h1": "-1.311",
          "h6": "-0.295",
          "h24": "-6.508"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 4,
            "buyers": 4,
            "sellers": 3
          },
          "m30": {
            "buys": 11,
            "sells": 17,
            "buyers": 9,
            "sellers": 14
          },
          "h1": {
            "buys": 20,
            "sells": 20,
            "buyers": 16,
            "sellers": 17
          },
          "h6": {
            "buys": 112,
            "sells": 170,
            "buyers": 77,
            "sellers": 135
          },
          "h24": {
            "buys": 885,
            "sells": 771,
            "buyers": 430,
            "sellers": 491
          }
        },
        "volume_usd": {
          "m5": "21.4153836992",
          "m15": "757.1927706812",
          "m30": "6515.8306865528",
          "h1": "16691.1101463514",
          "h6": "192267.947518069",
          "h24": "1543363.49823644"
        },
        "reserve_in_usd": "1216229.2341"
      },
      "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": "robinhood_0x275850ea46f92203d345364a2d138048d182fb35",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.023859087205462",
        "base_token_price_native_currency": "0.0000124972144645322",
        "quote_token_price_usd": "1913.06",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001249721446",
        "quote_token_price_base_token": "80017.8314005938",
        "address": "0x275850ea46f92203d345364a2d138048d182fb35",
        "name": "SAFEVANO / WETH",
        "pool_created_at": "2026-07-28T22:49:52Z",
        "fdv_usd": "262449.95931",
        "market_cap_usd": "262449.95931",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.675",
          "m30": "-0.676",
          "h1": "-0.952",
          "h6": "5.033",
          "h24": "4.244"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m30": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "h1": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 3
          },
          "h6": {
            "buys": 22,
            "sells": 11,
            "buyers": 20,
            "sellers": 8
          },
          "h24": {
            "buys": 146,
            "sells": 58,
            "buyers": 95,
            "sellers": 44
          }
        },
        "volume_usd": {
          "m5": "19.5722360882",
          "m15": "22.2613483042",
          "m30": "23.5493973688",
          "h1": "152.7413043509",
          "h6": "938.8345828837",
          "h24": "9294.1923393874"
        },
        "reserve_in_usd": "40924.5621"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe6613d2bbd5f5c5bb203c36ee414ffaa4a47a977",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x4c6a3ce1be8b458b57a557a97c6639132ef0cfc8f43e1bc727fff7d828790513",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00188668876926576",
        "base_token_price_native_currency": "0.000000983561070301909",
        "quote_token_price_usd": "1913.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000009835610703",
        "quote_token_price_base_token": "1016713.68478731",
        "address": "0x4c6a3ce1be8b458b57a557a97c6639132ef0cfc8f43e1bc727fff7d828790513",
        "name": "BOYZ / WETH 0.25%",
        "pool_created_at": "2026-07-24T23:55:32Z",
        "fdv_usd": "1881503.149",
        "market_cap_usd": "1881503.149",
        "price_change_percentage": {
          "m5": "-2.006",
          "m15": "5.897",
          "m30": "10.746",
          "h1": "-12.562",
          "h6": "-50.72",
          "h24": "-65.811"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 6,
            "buyers": 1,
            "sellers": 6
          },
          "m15": {
            "buys": 42,
            "sells": 61,
            "buyers": 24,
            "sellers": 43
          },
          "m30": {
            "buys": 159,
            "sells": 221,
            "buyers": 67,
            "sellers": 87
          },
          "h1": {
            "buys": 321,
            "sells": 431,
            "buyers": 113,
            "sellers": 134
          },
          "h6": {
            "buys": 2009,
            "sells": 2042,
            "buyers": 349,
            "sellers": 534
          },
          "h24": {
            "buys": 5956,
            "sells": 5676,
            "buyers": 669,
            "sellers": 1076
          }
        },
        "volume_usd": {
          "m5": "585.2887765865",
          "m15": "10834.686387998",
          "m30": "38996.8104979708",
          "h1": "94060.7915003553",
          "h6": "556251.918334836",
          "h24": "1360588.17709164"
        },
        "reserve_in_usd": "132902.01"
      },
      "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": "robinhood_0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0322063712624915",
        "base_token_price_native_currency": "0.0000168359712812627",
        "quote_token_price_usd": "1912.95",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001683597128",
        "quote_token_price_base_token": "59396.6325609579",
        "address": "0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
        "name": "STONKBROKER / WETH 1%",
        "pool_created_at": "2026-07-18T03:50:03Z",
        "fdv_usd": "78258414.6501648",
        "market_cap_usd": "50210825.6861154",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-2.209",
          "m30": "3.273",
          "h1": "-3.145",
          "h6": "6.263",
          "h24": "25.666"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 18,
            "sells": 7,
            "buyers": 6,
            "sellers": 16
          },
          "m30": {
            "buys": 34,
            "sells": 17,
            "buyers": 16,
            "sellers": 29
          },
          "h1": {
            "buys": 46,
            "sells": 45,
            "buyers": 34,
            "sellers": 39
          },
          "h6": {
            "buys": 460,
            "sells": 321,
            "buyers": 236,
            "sellers": 262
          },
          "h24": {
            "buys": 1643,
            "sells": 1131,
            "buyers": 622,
            "sellers": 717
          }
        },
        "volume_usd": {
          "m5": "712.170160618",
          "m15": "15086.7595399788",
          "m30": "66970.5432512257",
          "h1": "130701.531558759",
          "h6": "1120962.60312008",
          "h24": "3788578.97635989"
        },
        "reserve_in_usd": "6474549.9101"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe934e36a439c94017b64a3fece66af12099abf50",
            "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_0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00584498770024853",
        "base_token_price_native_currency": "0.00000303727445568454",
        "quote_token_price_usd": "1913.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003037274456",
        "quote_token_price_base_token": "329242.554333016",
        "address": "0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
        "name": "FRONG / WETH 0.25%",
        "pool_created_at": "2026-07-30T20:16:59Z",
        "fdv_usd": "5843595.81503488",
        "market_cap_usd": "5843595.831",
        "price_change_percentage": {
          "m5": "0.242",
          "m15": "-0.273",
          "m30": "-2.238",
          "h1": "-0.111",
          "h6": "-2.788",
          "h24": "26.046"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 1,
            "buyers": 6,
            "sellers": 1
          },
          "m15": {
            "buys": 29,
            "sells": 18,
            "buyers": 20,
            "sellers": 17
          },
          "m30": {
            "buys": 58,
            "sells": 35,
            "buyers": 35,
            "sellers": 31
          },
          "h1": {
            "buys": 121,
            "sells": 86,
            "buyers": 67,
            "sellers": 70
          },
          "h6": {
            "buys": 847,
            "sells": 639,
            "buyers": 397,
            "sellers": 367
          },
          "h24": {
            "buys": 4595,
            "sells": 4206,
            "buyers": 1470,
            "sellers": 1487
          }
        },
        "volume_usd": {
          "m5": "1225.334722116",
          "m15": "14021.8634765589",
          "m30": "23459.29370001",
          "h1": "51984.0164286266",
          "h6": "410355.622477003",
          "h24": "2211079.49974993"
        },
        "reserve_in_usd": "584327.9225"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x6245e67affa44a23077f0ea7f981a8dc743a0c47",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-pools-trade",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x37efeceb0325a87164595a4237c7052f043f53e1",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000516057880075391",
        "base_token_price_native_currency": "0.0000000277453632431835",
        "quote_token_price_usd": "1912.96",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000002774536324",
        "quote_token_price_base_token": "36042058.3156604",
        "address": "0x37efeceb0325a87164595a4237c7052f043f53e1",
        "name": "MOG / WETH 1%",
        "pool_created_at": "2026-08-07T15:20:09Z",
        "fdv_usd": "51605.78801",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.007",
          "m15": "2.808",
          "m30": "5.586",
          "h1": "4.998",
          "h6": "-23.045",
          "h24": "-13.368"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 9,
            "sells": 6,
            "buyers": 7,
            "sellers": 6
          },
          "m30": {
            "buys": 16,
            "sells": 14,
            "buyers": 13,
            "sellers": 14
          },
          "h1": {
            "buys": 42,
            "sells": 37,
            "buyers": 35,
            "sellers": 35
          },
          "h6": {
            "buys": 364,
            "sells": 239,
            "buyers": 180,
            "sellers": 164
          },
          "h24": {
            "buys": 3188,
            "sells": 2190,
            "buyers": 738,
            "sellers": 732
          }
        },
        "volume_usd": {
          "m5": "293.9070302642",
          "m15": "955.2032931566",
          "m30": "2326.1414970902",
          "h1": "7266.9692396909",
          "h6": "59451.2721474026",
          "h24": "731379.238039493"
        },
        "reserve_in_usd": "21290.3683"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x802dfffbac82b15676e2325dc726742d3db5fa00",
            "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_Nx9dcwNs3iJxM5YAxshMHE4aYJHdDyyGMhVcmaSgfu8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0151647242201892610440674595946946241123369345786893626422165135",
        "base_token_price_native_currency": "0.000199668655043845",
        "quote_token_price_usd": "75.975166555229695598745505359584728263032304135",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000199668655",
        "quote_token_price_base_token": "5008.297370363",
        "address": "Nx9dcwNs3iJxM5YAxshMHE4aYJHdDyyGMhVcmaSgfu8",
        "name": "TOAD / SOL",
        "pool_created_at": "2026-08-08T13:59:17Z",
        "fdv_usd": "14620784.8231962",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.398",
          "m15": "11.576",
          "m30": "7.835",
          "h1": "18.83",
          "h6": "-0.983",
          "h24": "48012.356"
        },
        "transactions": {
          "m5": {
            "buys": 82,
            "sells": 74,
            "buyers": 74,
            "sellers": 52
          },
          "m15": {
            "buys": 369,
            "sells": 450,
            "buyers": 261,
            "sellers": 282
          },
          "m30": {
            "buys": 629,
            "sells": 748,
            "buyers": 405,
            "sellers": 462
          },
          "h1": {
            "buys": 1790,
            "sells": 1794,
            "buyers": 973,
            "sellers": 887
          },
          "h6": {
            "buys": 13562,
            "sells": 10975,
            "buyers": 4536,
            "sellers": 4465
          },
          "h24": {
            "buys": 146461,
            "sells": 123223,
            "buyers": 29465,
            "sellers": 23872
          }
        },
        "volume_usd": {
          "m5": "29780.8911526159",
          "m15": "113609.964960183",
          "m30": "201583.391293846",
          "h1": "491835.303686993",
          "h6": "3158004.37998132",
          "h24": "36841470.4537236"
        },
        "reserve_in_usd": "492808.5493"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_A13oRB9FFaiUjfi6LdCg6p9ka1u8SfGkUFs4SKvPpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00506113790527297",
        "base_token_price_native_currency": "0.00000278142653867786",
        "quote_token_price_usd": "1912.95",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002781426539",
        "quote_token_price_base_token": "359527.74092511",
        "address": "0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
        "name": "HMM / WETH 1%",
        "pool_created_at": "2026-07-19T07:54:03Z",
        "fdv_usd": "4998920.28741021",
        "market_cap_usd": "5061137.905",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.496",
          "m30": "-0.801",
          "h1": "-7.994",
          "h6": "2.408",
          "h24": "18.995"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m30": {
            "buys": 4,
            "sells": 8,
            "buyers": 4,
            "sellers": 6
          },
          "h1": {
            "buys": 22,
            "sells": 29,
            "buyers": 20,
            "sellers": 21
          },
          "h6": {
            "buys": 358,
            "sells": 335,
            "buyers": 136,
            "sellers": 164
          },
          "h24": {
            "buys": 1538,
            "sells": 1418,
            "buyers": 403,
            "sellers": 514
          }
        },
        "volume_usd": {
          "m5": "1.9842758031",
          "m15": "1987.925133768",
          "m30": "2423.612299097",
          "h1": "8271.6286959964",
          "h6": "230998.656798985",
          "h24": "897955.683841593"
        },
        "reserve_in_usd": "258500.5681"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x7fe995a80075df3dc8ae11a9b82c7fe4202cd87f",
            "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": "robinhood_0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00084122842149656",
        "base_token_price_native_currency": "0.000000440244753319413",
        "quote_token_price_usd": "1912.96",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000004402447533",
        "quote_token_price_base_token": "2271463.75387798",
        "address": "0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
        "name": "POOLS / WETH 0.25%",
        "pool_created_at": "2026-07-30T16:41:56Z",
        "fdv_usd": "841228.4215",
        "market_cap_usd": "841228.4215",
        "price_change_percentage": {
          "m5": "-0.169",
          "m15": "0.385",
          "m30": "-7.233",
          "h1": "-0.073",
          "h6": "-5.719",
          "h24": "-11.744"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 9,
            "sells": 13,
            "buyers": 8,
            "sellers": 13
          },
          "m30": {
            "buys": 67,
            "sells": 42,
            "buyers": 50,
            "sellers": 41
          },
          "h1": {
            "buys": 136,
            "sells": 121,
            "buyers": 88,
            "sellers": 99
          },
          "h6": {
            "buys": 662,
            "sells": 468,
            "buyers": 316,
            "sellers": 312
          },
          "h24": {
            "buys": 2135,
            "sells": 1821,
            "buyers": 780,
            "sellers": 817
          }
        },
        "volume_usd": {
          "m5": "841.9639126353",
          "m15": "2025.9540144592",
          "m30": "25123.1358745655",
          "h1": "60927.3200549808",
          "h6": "204107.575706655",
          "h24": "654011.170625064"
        },
        "reserve_in_usd": "223469.5004"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x385b36ff682ab4c76e7c37a66b96aabc466471d5",
            "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_0x6a8c5b6ce086155bd9c46caa0954cda8360025e21d33c576c3e00260fe788ee2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000169572861893573",
        "base_token_price_native_currency": "0.0000000924409150868468",
        "quote_token_price_usd": "1913.06",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000009244091509",
        "quote_token_price_base_token": "10817720.6928395",
        "address": "0x6a8c5b6ce086155bd9c46caa0954cda8360025e21d33c576c3e00260fe788ee2",
        "name": "222 / WETH 0.25%",
        "pool_created_at": "2026-08-07T23:16:00Z",
        "fdv_usd": "169572.861899999",
        "market_cap_usd": "169572.8619",
        "price_change_percentage": {
          "m5": "-0.695",
          "m15": "-4.526",
          "m30": "-3.869",
          "h1": "8.427",
          "h6": "-53.59",
          "h24": "-49.445"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 6,
            "sells": 8,
            "buyers": 3,
            "sellers": 7
          },
          "m30": {
            "buys": 16,
            "sells": 33,
            "buyers": 11,
            "sellers": 31
          },
          "h1": {
            "buys": 44,
            "sells": 51,
            "buyers": 32,
            "sellers": 47
          },
          "h6": {
            "buys": 809,
            "sells": 578,
            "buyers": 332,
            "sellers": 311
          },
          "h24": {
            "buys": 4442,
            "sells": 3692,
            "buyers": 1134,
            "sellers": 1139
          }
        },
        "volume_usd": {
          "m5": "23.8438859363",
          "m15": "1167.603045476",
          "m30": "3611.9320934964",
          "h1": "7729.6755876534",
          "h6": "130619.573683278",
          "h24": "1053122.90373665"
        },
        "reserve_in_usd": "38485.9846"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x21ed792de0ebfa85c2f55ff45b2241c576727f7b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-pools-trade",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x2a004148be6efee250420d93a1ac6393e32d2d60",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000444202851672257",
        "base_token_price_native_currency": "0.00000000227529403353895",
        "quote_token_price_usd": "1913.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000002275294034",
        "quote_token_price_base_token": "439503635.688183",
        "address": "0x2a004148be6efee250420d93a1ac6393e32d2d60",
        "name": "WOOF / WETH 1%",
        "pool_created_at": "2026-07-27T22:57:08Z",
        "fdv_usd": "4442028.517",
        "market_cap_usd": "4442028.517",
        "price_change_percentage": {
          "m5": "1.631",
          "m15": "2.775",
          "m30": "0.061",
          "h1": "-4.722",
          "h6": "-8.891",
          "h24": "8.311"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 6,
            "buyers": 9,
            "sellers": 6
          },
          "m15": {
            "buys": 30,
            "sells": 29,
            "buyers": 30,
            "sellers": 28
          },
          "m30": {
            "buys": 68,
            "sells": 70,
            "buyers": 64,
            "sellers": 59
          },
          "h1": {
            "buys": 132,
            "sells": 158,
            "buyers": 110,
            "sellers": 113
          },
          "h6": {
            "buys": 902,
            "sells": 981,
            "buyers": 341,
            "sellers": 422
          },
          "h24": {
            "buys": 2920,
            "sells": 2857,
            "buyers": 673,
            "sellers": 773
          }
        },
        "volume_usd": {
          "m5": "7734.0108141507",
          "m15": "12652.9316590705",
          "m30": "20599.0058364727",
          "h1": "34856.0846826914",
          "h6": "244581.801119771",
          "h24": "913646.928527379"
        },
        "reserve_in_usd": "291715.638"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe15db7c8547a0add11eb26a700246cca08aefce5",
            "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_HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0215833352174335683802813400241644223180338948430563829142856475",
        "base_token_price_native_currency": "0.000282152640329084",
        "quote_token_price_usd": "75.975166555229695598745505359584728263032304135",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002821526403",
        "quote_token_price_base_token": "3544.18090447",
        "address": "HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
        "name": "CATE / SOL",
        "pool_created_at": "2026-07-26T16:32:43Z",
        "fdv_usd": "20668801.6470977",
        "market_cap_usd": "20673205.3153578",
        "price_change_percentage": {
          "m5": "-0.248",
          "m15": "2.144",
          "m30": "4.462",
          "h1": "4.147",
          "h6": "1.566",
          "h24": "-12.935"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 13,
            "buyers": 4,
            "sellers": 13
          },
          "m15": {
            "buys": 52,
            "sells": 99,
            "buyers": 37,
            "sellers": 77
          },
          "m30": {
            "buys": 97,
            "sells": 178,
            "buyers": 73,
            "sellers": 135
          },
          "h1": {
            "buys": 284,
            "sells": 333,
            "buyers": 159,
            "sellers": 256
          },
          "h6": {
            "buys": 2862,
            "sells": 2645,
            "buyers": 1184,
            "sellers": 1580
          },
          "h24": {
            "buys": 22363,
            "sells": 17068,
            "buyers": 6234,
            "sellers": 6900
          }
        },
        "volume_usd": {
          "m5": "840.5019367112",
          "m15": "29119.3419430452",
          "m30": "40416.3014901571",
          "h1": "78619.254016987",
          "h6": "664466.805359198",
          "h24": "6246273.16760724"
        },
        "reserve_in_usd": "909804.2009"
      },
      "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": "robinhood_0xb7d4184058298f6c29eca746e8ea81145d2189d05a9d9988c28b5aec21436cfb",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000144838323392479",
        "base_token_price_native_currency": "0.0000000744163398141005",
        "quote_token_price_usd": "1913.06",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000007441633981",
        "quote_token_price_base_token": "13437908.9659354",
        "address": "0xb7d4184058298f6c29eca746e8ea81145d2189d05a9d9988c28b5aec21436cfb",
        "name": "PONSY / WETH",
        "pool_created_at": "2026-08-08T12:08:03Z",
        "fdv_usd": "144838.3234",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.739",
          "m15": "2.927",
          "m30": "4.599",
          "h1": "3.765",
          "h6": "82.894",
          "h24": "259.02"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 9,
            "buyers": 3,
            "sellers": 5
          },
          "m30": {
            "buys": 14,
            "sells": 15,
            "buyers": 9,
            "sellers": 10
          },
          "h1": {
            "buys": 42,
            "sells": 44,
            "buyers": 29,
            "sellers": 23
          },
          "h6": {
            "buys": 319,
            "sells": 305,
            "buyers": 158,
            "sellers": 150
          },
          "h24": {
            "buys": 1740,
            "sells": 1410,
            "buyers": 668,
            "sellers": 550
          }
        },
        "volume_usd": {
          "m5": "353.0024171364",
          "m15": "782.3003192577",
          "m30": "1354.5640605198",
          "h1": "5417.290085674",
          "h6": "53123.9294960523",
          "h24": "230229.906117022"
        },
        "reserve_in_usd": "30561.3248"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x2e84f2e0b88bd3ffb5d6738ae0e3c7c00137083e",
            "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_0x543127d6a1932689faacc1afad4a81146d9ccf54",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00402358580462059",
        "base_token_price_native_currency": "0.00000210281377488951",
        "quote_token_price_usd": "1912.94",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002102813775",
        "quote_token_price_base_token": "475553.28576471",
        "address": "0x543127d6a1932689faacc1afad4a81146d9ccf54",
        "name": "MANCER / WETH 1%",
        "pool_created_at": "2026-08-07T00:37:17Z",
        "fdv_usd": "10058964.5125",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.815",
          "m15": "-0.731",
          "m30": "2.184",
          "h1": "1.565",
          "h6": "7.41",
          "h24": "15.126"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 0,
            "buyers": 7,
            "sellers": 0
          },
          "m15": {
            "buys": 32,
            "sells": 9,
            "buyers": 28,
            "sellers": 6
          },
          "m30": {
            "buys": 46,
            "sells": 12,
            "buyers": 41,
            "sellers": 9
          },
          "h1": {
            "buys": 52,
            "sells": 37,
            "buyers": 45,
            "sellers": 26
          },
          "h6": {
            "buys": 386,
            "sells": 280,
            "buyers": 204,
            "sellers": 193
          },
          "h24": {
            "buys": 2333,
            "sells": 1988,
            "buyers": 972,
            "sellers": 1022
          }
        },
        "volume_usd": {
          "m5": "7780.9605315506",
          "m15": "41919.7470206001",
          "m30": "46403.2745776104",
          "h1": "57740.3631879042",
          "h6": "382738.566954055",
          "h24": "2223457.28835209"
        },
        "reserve_in_usd": "678680.505"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xc72f232a6869e6cf34dc06129affd07f8a2a246a",
            "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": "robinhood_0xd29893ffac8b29ec4db2cfe0cdb3fe1377c028ff",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0112700619734816",
        "base_token_price_native_currency": "0.00000577573618341433",
        "quote_token_price_usd": "1913.05",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000005775736183",
        "quote_token_price_base_token": "173138.101922247",
        "address": "0xd29893ffac8b29ec4db2cfe0cdb3fe1377c028ff",
        "name": "Index / WETH 1%",
        "pool_created_at": "2026-07-10T23:38:50Z",
        "fdv_usd": "10833828.7153983",
        "market_cap_usd": "10833829.6867587",
        "price_change_percentage": {
          "m5": "-2.015",
          "m15": "-0.068",
          "m30": "-1.759",
          "h1": "-0.471",
          "h6": "-7.182",
          "h24": "3.781"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 6,
            "buyers": 5,
            "sellers": 6
          },
          "m30": {
            "buys": 16,
            "sells": 12,
            "buyers": 13,
            "sellers": 12
          },
          "h1": {
            "buys": 33,
            "sells": 29,
            "buyers": 22,
            "sellers": 29
          },
          "h6": {
            "buys": 322,
            "sells": 234,
            "buyers": 191,
            "sellers": 171
          },
          "h24": {
            "buys": 1534,
            "sells": 1583,
            "buyers": 583,
            "sellers": 680
          }
        },
        "volume_usd": {
          "m5": "308.1155738674",
          "m15": "2712.7135100074",
          "m30": "9657.9264259812",
          "h1": "20491.8234634709",
          "h6": "293477.100907564",
          "h24": "1287486.14351439"
        },
        "reserve_in_usd": "372662.5226"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x56910d4409f3a0c78c64dd8d0545ff0705389870",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "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
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.