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.
46M+
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": "0.999471740747688",
      "base_token_price_native_currency": "0.000374132381787081",
      "quote_token_price_usd": "2670.08",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0003741323818",
      "quote_token_price_base_token": "2672.85070387",
      "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": "4578960627.50699",
      "market_cap_usd": "4598050135.9436",
      "price_change_percentage": {
        "m5": "-0.099",
        "m15": "0.018",
        "m30": "0.182",
        "h1": "-0.143",
        "h6": "-0.473",
        "h24": "-0.101"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 1,
          "buyers": 1,
          "sellers": 1
        },
        "m15": {
          "buys": 5,
          "sells": 7,
          "buyers": 5,
          "sellers": 6
        },
        "m30": {
          "buys": 12,
          "sells": 16,
          "buyers": 12,
          "sellers": 14
        },
        "h1": {
          "buys": 35,
          "sells": 32,
          "buyers": 26,
          "sellers": 28
        },
        "h6": {
          "buys": 192,
          "sells": 218,
          "buyers": 131,
          "sellers": 143
        },
        "h24": {
          "buys": 807,
          "sells": 920,
          "buyers": 356,
          "sellers": 391
        }
      },
      "volume_usd": {
        "m5": "4201.2488782465",
        "m15": "35090.8397081019",
        "m30": "222959.978938889",
        "h1": "413633.889808337",
        "h6": "1239545.29410757",
        "h24": "3537987.9687538"
      },
      "reserve_in_usd": "1344997.5576",
      "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_0x91e9823a895a2d05a2c853fbd1619da089b36054f0a342039a0e8046608bbece",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000351299578019996",
        "base_token_price_native_currency": "0.000000131123543912452",
        "quote_token_price_usd": "2667.35",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001311235439",
        "quote_token_price_base_token": "7626395.46005312",
        "address": "0x91e9823a895a2d05a2c853fbd1619da089b36054f0a342039a0e8046608bbece",
        "name": "ROO / WETH",
        "pool_created_at": "2026-09-23T04:00:40Z",
        "fdv_usd": "351299.578",
        "market_cap_usd": "351299.578",
        "price_change_percentage": {
          "m5": "-11.159",
          "m15": "-12.412",
          "m30": "-25.584",
          "h1": "-38.111",
          "h6": "-28.06",
          "h24": "819.486"
        },
        "transactions": {
          "m5": {
            "buys": 25,
            "sells": 20,
            "buyers": 22,
            "sellers": 19
          },
          "m15": {
            "buys": 102,
            "sells": 112,
            "buyers": 74,
            "sellers": 83
          },
          "m30": {
            "buys": 261,
            "sells": 238,
            "buyers": 163,
            "sellers": 167
          },
          "h1": {
            "buys": 560,
            "sells": 541,
            "buyers": 334,
            "sellers": 339
          },
          "h6": {
            "buys": 3654,
            "sells": 3436,
            "buyers": 1905,
            "sellers": 1915
          },
          "h24": {
            "buys": 10394,
            "sells": 9924,
            "buyers": 5179,
            "sellers": 5183
          }
        },
        "volume_usd": {
          "m5": "3278.1679315307",
          "m15": "10185.6486270764",
          "m30": "22093.4686431526",
          "h1": "46668.8182474462",
          "h6": "262208.924946119",
          "h24": "1030941.78591276"
        },
        "reserve_in_usd": "44199.0564"
      },
      "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_0xc19d1d77bfdaeb66c285a17286d325062c1cd0c7ce88c1fe60ef70797ee8f215",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000482382790618253",
        "base_token_price_native_currency": "0.000000185192199223485",
        "quote_token_price_usd": "2667.35",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001851921992",
        "quote_token_price_base_token": "5399795.4783896",
        "address": "0xc19d1d77bfdaeb66c285a17286d325062c1cd0c7ce88c1fe60ef70797ee8f215",
        "name": "HOODCATS / WETH 0.25%",
        "pool_created_at": "2026-09-19T03:23:52Z",
        "fdv_usd": "490104.573438424",
        "market_cap_usd": "490104.6664",
        "price_change_percentage": {
          "m5": "0.166",
          "m15": "2.187",
          "m30": "7.399",
          "h1": "19.293",
          "h6": "59.501",
          "h24": "226.937"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 9,
            "buyers": 4,
            "sellers": 9
          },
          "m15": {
            "buys": 86,
            "sells": 72,
            "buyers": 70,
            "sellers": 62
          },
          "m30": {
            "buys": 231,
            "sells": 200,
            "buyers": 155,
            "sellers": 127
          },
          "h1": {
            "buys": 494,
            "sells": 449,
            "buyers": 314,
            "sellers": 266
          },
          "h6": {
            "buys": 3000,
            "sells": 2651,
            "buyers": 1817,
            "sellers": 1511
          },
          "h24": {
            "buys": 6129,
            "sells": 5569,
            "buyers": 3248,
            "sellers": 2742
          }
        },
        "volume_usd": {
          "m5": "828.7089728392",
          "m15": "14088.4413848769",
          "m30": "47341.6453381662",
          "h1": "95592.3332304104",
          "h6": "407394.935626117",
          "h24": "823948.739555347"
        },
        "reserve_in_usd": "83042.8743"
      },
      "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": "robinhood_0x979cf760e7d0118b6f735d6e0bc9c3a3e65b39c79553a1e6a581f168847d9163",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0327461515202133",
        "base_token_price_native_currency": "0.0000120189806722686",
        "quote_token_price_usd": "2663.62",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001201898067",
        "quote_token_price_base_token": "83201.7312672197",
        "address": "0x979cf760e7d0118b6f735d6e0bc9c3a3e65b39c79553a1e6a581f168847d9163",
        "name": "FLY / WETH 3.25%",
        "pool_created_at": "2026-09-23T13:59:59Z",
        "fdv_usd": "25509.7412361725",
        "market_cap_usd": "25509.7412361725",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "2.346",
          "h1": "-2.27",
          "h6": "-19.56",
          "h24": "-30.021"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m30": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "h1": {
            "buys": 4,
            "sells": 4,
            "buyers": 4,
            "sellers": 4
          },
          "h6": {
            "buys": 22,
            "sells": 39,
            "buyers": 21,
            "sellers": 24
          },
          "h24": {
            "buys": 741,
            "sells": 342,
            "buyers": 263,
            "sellers": 256
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "128.289848067",
          "m30": "138.7579279665",
          "h1": "362.9324650023",
          "h6": "3433.2662223262",
          "h24": "37448.2431109218"
        },
        "reserve_in_usd": "25612.5775"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x2153b6e2e40c2d511a383f2536bcb256698f4be2",
            "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.00027125855081389",
        "base_token_price_native_currency": "0.000000104666451300197",
        "quote_token_price_usd": "2667.35",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001046664513",
        "quote_token_price_base_token": "9554159.78642354",
        "address": "0x2a4e49b6f4026be2d9c4cc273f389d986256e27b18950a8967d1daa095b27978",
        "name": "AD / WETH 0.25%",
        "pool_created_at": "2026-09-17T17:07:49Z",
        "fdv_usd": "271258.5508",
        "market_cap_usd": "271258.5508",
        "price_change_percentage": {
          "m5": "-0.818",
          "m15": "-1.551",
          "m30": "-2.621",
          "h1": "2.797",
          "h6": "14.691",
          "h24": "-19.174"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 8,
            "buyers": 4,
            "sellers": 3
          },
          "m15": {
            "buys": 32,
            "sells": 35,
            "buyers": 7,
            "sellers": 5
          },
          "m30": {
            "buys": 76,
            "sells": 78,
            "buyers": 15,
            "sellers": 9
          },
          "h1": {
            "buys": 120,
            "sells": 147,
            "buyers": 25,
            "sellers": 19
          },
          "h6": {
            "buys": 899,
            "sells": 976,
            "buyers": 68,
            "sellers": 51
          },
          "h24": {
            "buys": 3542,
            "sells": 3680,
            "buyers": 218,
            "sellers": 137
          }
        },
        "volume_usd": {
          "m5": "1841.8035754399",
          "m15": "5696.6960339134",
          "m30": "13525.2492567635",
          "h1": "22079.7475380715",
          "h6": "231340.944234134",
          "h24": "574821.999464435"
        },
        "reserve_in_usd": "58884.1519"
      },
      "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_0x5eac4195930d5ff8b7a34a347f2bde951c42eb730d6e26075bea3dd7c66feb40",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00522777336973686",
        "base_token_price_native_currency": "0.00000199515581733499",
        "quote_token_price_usd": "0.997356422898554",
        "quote_token_price_native_currency": "0.000373912614141981",
        "base_token_price_quote_token": "0.005335887964",
        "quote_token_price_base_token": "187.410231769",
        "address": "0x5eac4195930d5ff8b7a34a347f2bde951c42eb730d6e26075bea3dd7c66feb40",
        "name": "ROBIN / USDG",
        "pool_created_at": "2026-09-05T16:54:01Z",
        "fdv_usd": "4924204.93161321",
        "market_cap_usd": "5222732.291",
        "price_change_percentage": {
          "m5": "0",
          "m15": "3.804",
          "m30": "8.489",
          "h1": "12.173",
          "h6": "6.271",
          "h24": "24.674"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 6,
            "sells": 29,
            "buyers": 6,
            "sellers": 24
          },
          "m30": {
            "buys": 12,
            "sells": 44,
            "buyers": 11,
            "sellers": 34
          },
          "h1": {
            "buys": 22,
            "sells": 54,
            "buyers": 18,
            "sellers": 40
          },
          "h6": {
            "buys": 144,
            "sells": 239,
            "buyers": 88,
            "sellers": 109
          },
          "h24": {
            "buys": 5554,
            "sells": 4772,
            "buyers": 2569,
            "sellers": 2633
          }
        },
        "volume_usd": {
          "m5": "201.7907075369",
          "m15": "8144.8148806841",
          "m30": "11434.5218448584",
          "h1": "14821.6956606138",
          "h6": "47844.9968318726",
          "h24": "470429.714618987"
        },
        "reserve_in_usd": "187559.0532"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x11b70d0243baf75e85ce03201a92b5b7c33beb59",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0xd0dac184424d06e2acf9374c18bdf7ff0ce2b22c",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "337.92218284027",
        "base_token_price_native_currency": "0.429237427306041",
        "quote_token_price_usd": "0.00000757367145815525",
        "quote_token_price_native_currency": "0.00000000961035902029946",
        "base_token_price_quote_token": "44664036.629577",
        "quote_token_price_base_token": "0.00000002238937802",
        "address": "0xd0dac184424d06e2acf9374c18bdf7ff0ce2b22c",
        "name": "AAPLB / 币安人能飞",
        "pool_created_at": "2026-09-23T11:51:17Z",
        "fdv_usd": "5771634.78586055",
        "market_cap_usd": "5734345.25906727",
        "price_change_percentage": {
          "m5": "-0.005",
          "m15": "-1.318",
          "m30": "-1.22",
          "h1": "-1.081",
          "h6": "-1.073",
          "h24": "-0.968"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m30": {
            "buys": 4,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "h1": {
            "buys": 6,
            "sells": 6,
            "buyers": 6,
            "sellers": 6
          },
          "h6": {
            "buys": 89,
            "sells": 103,
            "buyers": 79,
            "sellers": 44
          },
          "h24": {
            "buys": 2164,
            "sells": 2353,
            "buyers": 1659,
            "sellers": 1002
          }
        },
        "volume_usd": {
          "m5": "3.4378700357",
          "m15": "77.1252830448",
          "m30": "87.8490422447",
          "h1": "115.6052989944",
          "h6": "2984.0360360272",
          "h24": "198813.953426333"
        },
        "reserve_in_usd": "8076.3142"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x431a3bee82e2ca41e49895cbece5bb0f76a89b7a",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xb03d209ed150ea091427d6b02e8d8f367c297777",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Bd4wKg3xEBKJ4Xrw8skXMmJ4W65gk3x8yd7AovuBJisZ",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00035096396531299008291021356641107719244442719844185461402456128",
        "base_token_price_native_currency": "0.00000299138078646531",
        "quote_token_price_usd": "115.710733878193301290753055380417270896408971207",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002991380786",
        "quote_token_price_base_token": "334293.783166811",
        "address": "Bd4wKg3xEBKJ4Xrw8skXMmJ4W65gk3x8yd7AovuBJisZ",
        "name": "PEPENOM / SOL",
        "pool_created_at": "2026-09-11T00:55:05Z",
        "fdv_usd": "207469.202574118",
        "market_cap_usd": "207490.932269225",
        "price_change_percentage": {
          "m5": "0.104",
          "m15": "0.266",
          "m30": "1.746",
          "h1": "-1.073",
          "h6": "3.879",
          "h24": "-12.294"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 8,
            "sells": 4,
            "buyers": 8,
            "sellers": 4
          },
          "m30": {
            "buys": 18,
            "sells": 13,
            "buyers": 18,
            "sellers": 12
          },
          "h1": {
            "buys": 64,
            "sells": 28,
            "buyers": 64,
            "sellers": 27
          },
          "h6": {
            "buys": 393,
            "sells": 142,
            "buyers": 387,
            "sellers": 140
          },
          "h24": {
            "buys": 1214,
            "sells": 468,
            "buyers": 1157,
            "sellers": 438
          }
        },
        "volume_usd": {
          "m5": "13.9257335761",
          "m15": "323.5702088928",
          "m30": "708.1273878835",
          "h1": "1876.8203604591",
          "h6": "14042.5978642885",
          "h24": "45579.269027881"
        },
        "reserve_in_usd": "122542.9898"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_EpEfnZxQyiBXppSKi8sncc8w4corn1UJbF9G91fQpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x541bedd98337d22c46ff8196494f14e7d9922ddedf07b74df44c7020487e5fdf",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000103978665599629",
        "base_token_price_native_currency": "0.0000000362943190313432",
        "quote_token_price_usd": "0.000232420614922618",
        "quote_token_price_native_currency": "0.0000000790243198312796",
        "base_token_price_quote_token": "0.4592803723",
        "quote_token_price_base_token": "2.1773192593",
        "address": "0x541bedd98337d22c46ff8196494f14e7d9922ddedf07b74df44c7020487e5fdf",
        "name": "Agrippa / musebook",
        "pool_created_at": "2026-09-17T16:01:41Z",
        "fdv_usd": "10397866.5532322",
        "market_cap_usd": "10397866.56",
        "price_change_percentage": {
          "m5": "1.021",
          "m15": "-3.704",
          "m30": "-11.928",
          "h1": "1.812",
          "h6": "67.353",
          "h24": "81.672"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 9,
            "buyers": 6,
            "sellers": 8
          },
          "m15": {
            "buys": 36,
            "sells": 54,
            "buyers": 36,
            "sellers": 46
          },
          "m30": {
            "buys": 85,
            "sells": 152,
            "buyers": 74,
            "sellers": 112
          },
          "h1": {
            "buys": 413,
            "sells": 650,
            "buyers": 266,
            "sellers": 349
          },
          "h6": {
            "buys": 1175,
            "sells": 1839,
            "buyers": 546,
            "sellers": 675
          },
          "h24": {
            "buys": 5293,
            "sells": 8081,
            "buyers": 1555,
            "sellers": 1719
          }
        },
        "volume_usd": {
          "m5": "665.3051511755",
          "m15": "17540.7388878385",
          "m30": "57762.5155741774",
          "h1": "375029.303344545",
          "h6": "1167037.65550768",
          "h24": "4130264.3081872"
        },
        "reserve_in_usd": "2022383.4363"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x83a49b808f8d5e02cb2931cd2352988f498e5ba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x91a2dae9699f0b82540b5886b0d8759c22820ba3",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "bankr-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x40a433930370f6cdf0a78debc2c6dd599c23bd428c0d67dd8b5373e4f101557f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000232285260869163",
        "base_token_price_native_currency": "0.0000000863450305917565",
        "quote_token_price_usd": "763.781983617227",
        "quote_token_price_native_currency": "0.28800057424086",
        "base_token_price_quote_token": "0.0000002998085362",
        "quote_token_price_base_token": "3335462.06732546",
        "address": "0x40a433930370f6cdf0a78debc2c6dd599c23bd428c0d67dd8b5373e4f101557f",
        "name": "musebook / META",
        "pool_created_at": "2026-09-16T05:51:12Z",
        "fdv_usd": "23241384.7217626",
        "market_cap_usd": "23242061.49",
        "price_change_percentage": {
          "m5": "1.641",
          "m15": "-0.659",
          "m30": "-4.399",
          "h1": "5.417",
          "h6": "23.069",
          "h24": "-13.091"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 15,
            "buyers": 6,
            "sellers": 6
          },
          "m15": {
            "buys": 44,
            "sells": 64,
            "buyers": 39,
            "sellers": 42
          },
          "m30": {
            "buys": 84,
            "sells": 117,
            "buyers": 75,
            "sellers": 80
          },
          "h1": {
            "buys": 269,
            "sells": 378,
            "buyers": 198,
            "sellers": 207
          },
          "h6": {
            "buys": 700,
            "sells": 1023,
            "buyers": 439,
            "sellers": 460
          },
          "h24": {
            "buys": 6732,
            "sells": 10128,
            "buyers": 1822,
            "sellers": 1845
          }
        },
        "volume_usd": {
          "m5": "2852.2212173884",
          "m15": "39507.2496969078",
          "m30": "73047.2328558565",
          "h1": "214923.122984397",
          "h6": "518074.39593501",
          "h24": "3507662.6713454"
        },
        "reserve_in_usd": "6148050.501"
      },
      "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": "bsc_0xcffea1f7dddb0c35f3518854c4560504519600e2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000130019316444625",
        "base_token_price_native_currency": "0.000000166747013677155",
        "quote_token_price_usd": "336.260555631795",
        "quote_token_price_native_currency": "0.431247025459506",
        "base_token_price_quote_token": "0.0000003866624089",
        "quote_token_price_base_token": "2586235.3750722",
        "address": "0xcffea1f7dddb0c35f3518854c4560504519600e2",
        "name": "人生好物 / AAPLB",
        "pool_created_at": "2026-09-24T11:54:12Z",
        "fdv_usd": "130019.3164",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.12",
          "m15": "-1.018",
          "m30": "-11.008",
          "h1": "-32.794",
          "h6": "-7.367",
          "h24": "-7.367"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 67,
            "buyers": 1,
            "sellers": 6
          },
          "m15": {
            "buys": 50,
            "sells": 221,
            "buyers": 32,
            "sellers": 46
          },
          "m30": {
            "buys": 211,
            "sells": 516,
            "buyers": 80,
            "sellers": 109
          },
          "h1": {
            "buys": 629,
            "sells": 1275,
            "buyers": 301,
            "sellers": 390
          },
          "h6": {
            "buys": 2752,
            "sells": 2739,
            "buyers": 1273,
            "sellers": 1513
          },
          "h24": {
            "buys": 2752,
            "sells": 2739,
            "buyers": 1273,
            "sellers": 1513
          }
        },
        "volume_usd": {
          "m5": "230.060250597",
          "m15": "4630.4263656315",
          "m30": "10145.1594822382",
          "h1": "51179.0141757862",
          "h6": "295995.019710832",
          "h24": "295995.019710832"
        },
        "reserve_in_usd": "33143.4246"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x1e3ed808b60688c3bbf235c67159376d1ad77777",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x431a3bee82e2ca41e49895cbece5bb0f76a89b7a",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xd42a491087a15e5afd51feb3606066cc152d2b09",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.158459835834796",
        "base_token_price_native_currency": "0.0000595065729173999",
        "quote_token_price_usd": "2667.35",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00005950657292",
        "quote_token_price_base_token": "16804.8662689428",
        "address": "0xd42a491087a15e5afd51feb3606066cc152d2b09",
        "name": "CASHCAT / WETH 0.3%",
        "pool_created_at": "2026-07-01T19:38:42Z",
        "fdv_usd": "156544629.336386",
        "market_cap_usd": "156544632.238978",
        "price_change_percentage": {
          "m5": "0.015",
          "m15": "0.925",
          "m30": "1.221",
          "h1": "-1.195",
          "h6": "3.351",
          "h24": "-0.346"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 67,
            "sells": 43,
            "buyers": 33,
            "sellers": 16
          },
          "m30": {
            "buys": 111,
            "sells": 97,
            "buyers": 45,
            "sellers": 26
          },
          "h1": {
            "buys": 355,
            "sells": 318,
            "buyers": 95,
            "sellers": 96
          },
          "h6": {
            "buys": 1392,
            "sells": 1098,
            "buyers": 363,
            "sellers": 294
          },
          "h24": {
            "buys": 3269,
            "sells": 3109,
            "buyers": 608,
            "sellers": 603
          }
        },
        "volume_usd": {
          "m5": "517.390511224",
          "m15": "21168.8609288026",
          "m30": "55041.4229212275",
          "h1": "187696.047683248",
          "h6": "871017.066406494",
          "h24": "2588737.90740637"
        },
        "reserve_in_usd": "2377316.7647"
      },
      "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_0x126a9f6ee2e4be592c3520579ba9b48327a3d5e0",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0193021521154165",
        "base_token_price_native_currency": "0.00000727562102750474",
        "quote_token_price_usd": "2667.31",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000007275621028",
        "quote_token_price_base_token": "137445.311708733",
        "address": "0x126a9f6ee2e4be592c3520579ba9b48327a3d5e0",
        "name": "PRISM / WETH",
        "pool_created_at": "2026-08-04T02:49:40Z",
        "fdv_usd": "19302152.12",
        "market_cap_usd": "19302152.12",
        "price_change_percentage": {
          "m5": "0.953",
          "m15": "-4.364",
          "m30": "-2.473",
          "h1": "-0.413",
          "h6": "15.842",
          "h24": "11.728"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 8,
            "sells": 4,
            "buyers": 7,
            "sellers": 4
          },
          "m30": {
            "buys": 16,
            "sells": 11,
            "buyers": 12,
            "sellers": 8
          },
          "h1": {
            "buys": 30,
            "sells": 24,
            "buyers": 25,
            "sellers": 19
          },
          "h6": {
            "buys": 292,
            "sells": 165,
            "buyers": 150,
            "sellers": 117
          },
          "h24": {
            "buys": 1150,
            "sells": 925,
            "buyers": 410,
            "sellers": 458
          }
        },
        "volume_usd": {
          "m5": "4530.6257315323",
          "m15": "13542.5517214099",
          "m30": "17503.5118702714",
          "h1": "32099.2636178852",
          "h6": "227810.774330807",
          "h24": "1117105.74167991"
        },
        "reserve_in_usd": "656701.3243"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x20024e485c0b22b42855589700721b28320a7777",
            "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_0x46525dc119850396470f132c4a989d7192cb692139db891b5a4cdcd684c11b17",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0293433865292494",
        "base_token_price_native_currency": "0.0000110298450630157",
        "quote_token_price_usd": "0.997356422898554",
        "quote_token_price_native_currency": "0.000373913621048426",
        "base_token_price_quote_token": "0.02949837728",
        "quote_token_price_base_token": "33.9001698494",
        "address": "0x46525dc119850396470f132c4a989d7192cb692139db891b5a4cdcd684c11b17",
        "name": "MEME / USDG 0.297%",
        "pool_created_at": "2026-09-10T22:53:28Z",
        "fdv_usd": "29345402.5447642",
        "market_cap_usd": "29345402.58",
        "price_change_percentage": {
          "m5": "-0.762",
          "m15": "0.931",
          "m30": "0.881",
          "h1": "1.649",
          "h6": "-11.118",
          "h24": "-13.732"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "m15": {
            "buys": 17,
            "sells": 9,
            "buyers": 14,
            "sellers": 8
          },
          "m30": {
            "buys": 43,
            "sells": 22,
            "buyers": 28,
            "sellers": 21
          },
          "h1": {
            "buys": 91,
            "sells": 68,
            "buyers": 58,
            "sellers": 56
          },
          "h6": {
            "buys": 999,
            "sells": 707,
            "buyers": 464,
            "sellers": 406
          },
          "h24": {
            "buys": 1910,
            "sells": 1688,
            "buyers": 717,
            "sellers": 686
          }
        },
        "volume_usd": {
          "m5": "3017.7508840074",
          "m15": "22814.7069670976",
          "m30": "51061.0301836895",
          "h1": "158325.492303456",
          "h6": "1438470.06720579",
          "h24": "2604867.44264765"
        },
        "reserve_in_usd": "1368847.1326"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x385f4f8ae47651ce5f58f5265395a669f8281e18",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_3odkxoFB7KvujaRFoLbCQbbZv93R9njJr9KQTH5cKDKT",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000363092797133381217205754859129182533405639782679848739151960367",
        "base_token_price_native_currency": "0.00000314605091566385",
        "quote_token_price_usd": "115.737360134372066758199940135528473225108827321",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003146050916",
        "quote_token_price_base_token": "317858.809919797",
        "address": "3odkxoFB7KvujaRFoLbCQbbZv93R9njJr9KQTH5cKDKT",
        "name": "SI / SOL",
        "pool_created_at": "2026-09-24T04:07:42Z",
        "fdv_usd": "367156.113199999",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.74",
          "m15": "-0.351",
          "m30": "21.546",
          "h1": "-21.799",
          "h6": "-53.748",
          "h24": "676.075"
        },
        "transactions": {
          "m5": {
            "buys": 13,
            "sells": 20,
            "buyers": 11,
            "sellers": 18
          },
          "m15": {
            "buys": 59,
            "sells": 85,
            "buyers": 53,
            "sellers": 71
          },
          "m30": {
            "buys": 212,
            "sells": 186,
            "buyers": 160,
            "sellers": 145
          },
          "h1": {
            "buys": 708,
            "sells": 644,
            "buyers": 421,
            "sellers": 463
          },
          "h6": {
            "buys": 4993,
            "sells": 4227,
            "buyers": 2196,
            "sellers": 2250
          },
          "h24": {
            "buys": 25106,
            "sells": 19033,
            "buyers": 7766,
            "sellers": 6772
          }
        },
        "volume_usd": {
          "m5": "1582.1731308983",
          "m15": "7149.5432385595",
          "m30": "22688.2679939607",
          "h1": "105273.071249717",
          "h6": "713256.446689615",
          "h24": "2952566.93293021"
        },
        "reserve_in_usd": "58546.3079"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_82ezhRLKdKwkSC9jkM3js1yf93VbmvLXNMPkBmompump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xd64fbda67e1015df43fa5e49f02ca844729e5f94",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0234443091525149",
        "base_token_price_native_currency": "0.0000085182766577409056122308339621",
        "quote_token_price_usd": "2667.35",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000008518276658",
        "quote_token_price_base_token": "117394.637457714",
        "address": "0xd64fbda67e1015df43fa5e49f02ca844729e5f94",
        "name": "DELTA / WETH 1%",
        "pool_created_at": "2026-07-31T22:59:31Z",
        "fdv_usd": "22864595.5600473",
        "market_cap_usd": "20681640.45",
        "price_change_percentage": {
          "m5": "-1.978",
          "m15": "0.856",
          "m30": "0.959",
          "h1": "-1.658",
          "h6": "2.834",
          "h24": "-8.813"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 12,
            "sells": 6,
            "buyers": 11,
            "sellers": 5
          },
          "m30": {
            "buys": 12,
            "sells": 16,
            "buyers": 11,
            "sellers": 14
          },
          "h1": {
            "buys": 42,
            "sells": 24,
            "buyers": 33,
            "sellers": 21
          },
          "h6": {
            "buys": 214,
            "sells": 121,
            "buyers": 138,
            "sellers": 95
          },
          "h24": {
            "buys": 876,
            "sells": 748,
            "buyers": 399,
            "sellers": 425
          }
        },
        "volume_usd": {
          "m5": "47.5220539993",
          "m15": "14428.2020486397",
          "m30": "16556.6057090226",
          "h1": "45926.2671883067",
          "h6": "231508.355833332",
          "h24": "1393959.37031114"
        },
        "reserve_in_usd": "1567667.4785"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe8ffd7e24187f72afb08d75b1bb13088a989a791",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-dot-family",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Hhe2TY1dGPr7SdMJC2hTACq7dTxfr5f6BF3n2nWwkoce",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0001091955558919961828020219933402656045839047923093850740689470151",
        "base_token_price_native_currency": "0.000000949178368311375",
        "quote_token_price_usd": "115.758275555984484076093764134235023924810982527",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000009491783683",
        "quote_token_price_base_token": "1053542.76223028",
        "address": "Hhe2TY1dGPr7SdMJC2hTACq7dTxfr5f6BF3n2nWwkoce",
        "name": "FUNKOS / SOL",
        "pool_created_at": "2026-09-24T04:52:35Z",
        "fdv_usd": "108106.08867772",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-3.052",
          "m15": "8.964",
          "m30": "22.497",
          "h1": "23.496",
          "h6": "-35.148",
          "h24": "126.672"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 6,
            "buyers": 5,
            "sellers": 6
          },
          "m15": {
            "buys": 40,
            "sells": 98,
            "buyers": 36,
            "sellers": 84
          },
          "m30": {
            "buys": 95,
            "sells": 154,
            "buyers": 72,
            "sellers": 113
          },
          "h1": {
            "buys": 237,
            "sells": 288,
            "buyers": 173,
            "sellers": 212
          },
          "h6": {
            "buys": 1938,
            "sells": 2043,
            "buyers": 1060,
            "sellers": 1239
          },
          "h24": {
            "buys": 22658,
            "sells": 19839,
            "buyers": 7296,
            "sellers": 6465
          }
        },
        "volume_usd": {
          "m5": "383.6046557263",
          "m15": "5719.774375112",
          "m30": "10221.0245992019",
          "h1": "19805.6175208223",
          "h6": "173368.736366244",
          "h24": "2890254.84741411"
        },
        "reserve_in_usd": "31742.4676"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BDKC1AV3saXrN8jKnWB2TTQmDD6z8CFdY55ku7eAfunk",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x778a632fdd85577efe9cfce4a2c9ac91b9decdb24c351f9b56e25d38fbe587b4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0181725601792557",
        "base_token_price_native_currency": "0.00000681339507211819",
        "quote_token_price_usd": "0.997340854827047",
        "quote_token_price_native_currency": "0.000373912614141981",
        "base_token_price_quote_token": "0.01822189146",
        "quote_token_price_base_token": "54.8790449085",
        "address": "0x778a632fdd85577efe9cfce4a2c9ac91b9decdb24c351f9b56e25d38fbe587b4",
        "name": "SHROOM / USDG 0.9%",
        "pool_created_at": "2026-09-03T14:09:24Z",
        "fdv_usd": "17914775.6486015",
        "market_cap_usd": "17914821.8259181",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.789",
          "m30": "1.738",
          "h1": "2.319",
          "h6": "12.776",
          "h24": "-3.617"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 27,
            "sells": 26,
            "buyers": 24,
            "sellers": 25
          },
          "m30": {
            "buys": 43,
            "sells": 32,
            "buyers": 36,
            "sellers": 31
          },
          "h1": {
            "buys": 80,
            "sells": 60,
            "buyers": 61,
            "sellers": 55
          },
          "h6": {
            "buys": 221,
            "sells": 202,
            "buyers": 115,
            "sellers": 139
          },
          "h24": {
            "buys": 1202,
            "sells": 584,
            "buyers": 435,
            "sellers": 366
          }
        },
        "volume_usd": {
          "m5": "29.0634948904",
          "m15": "36471.3694377882",
          "m30": "55257.7046326658",
          "h1": "84945.8904454331",
          "h6": "208695.815224943",
          "h24": "857124.563899211"
        },
        "reserve_in_usd": "1318915.183"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xab093def657f15df31b33922a95e047add645b29",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_zxTpi4BtaWX3mgdAPoezkMD1hxx8CdeCfrqXMWvSCLX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.378722273330351601618236188341573315586744075811284280349993366",
        "base_token_price_native_currency": "0.00327225602930593",
        "quote_token_price_usd": "115.737360134372066758199940135528473225108827321",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.003272256029",
        "quote_token_price_base_token": "305.599559156",
        "address": "zxTpi4BtaWX3mgdAPoezkMD1hxx8CdeCfrqXMWvSCLX",
        "name": "STONK / SOL",
        "pool_created_at": "2026-08-12T10:51:40Z",
        "fdv_usd": "310769275.521386",
        "market_cap_usd": "310899533.593988",
        "price_change_percentage": {
          "m5": "0.558",
          "m15": "1.074",
          "m30": "2.104",
          "h1": "2.754",
          "h6": "11.129",
          "h24": "22.369"
        },
        "transactions": {
          "m5": {
            "buys": 58,
            "sells": 31,
            "buyers": 41,
            "sellers": 29
          },
          "m15": {
            "buys": 107,
            "sells": 65,
            "buyers": 73,
            "sellers": 54
          },
          "m30": {
            "buys": 149,
            "sells": 132,
            "buyers": 104,
            "sellers": 107
          },
          "h1": {
            "buys": 499,
            "sells": 597,
            "buyers": 290,
            "sellers": 337
          },
          "h6": {
            "buys": 2369,
            "sells": 2151,
            "buyers": 1110,
            "sellers": 1042
          },
          "h24": {
            "buys": 18373,
            "sells": 15973,
            "buyers": 6244,
            "sellers": 5967
          }
        },
        "volume_usd": {
          "m5": "10533.3584503478",
          "m15": "71018.4822798536",
          "m30": "147803.88166014",
          "h1": "564450.959493609",
          "h6": "1856551.43592862",
          "h24": "8126761.26776084"
        },
        "reserve_in_usd": "3245961.0443"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6GmAFSYs4gk3FDao5FzzySQpPZaWsa4rUJHacpMpUNgx",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x432733840e61898919abd6850d94e2a708621d82fa84656cea0db33142f610a3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00266847518296069",
        "base_token_price_native_currency": "0.000000994583714605531",
        "quote_token_price_usd": "2667.59",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000009945837146",
        "quote_token_price_base_token": "1005445.78130019",
        "address": "0x432733840e61898919abd6850d94e2a708621d82fa84656cea0db33142f610a3",
        "name": "AGI / WETH 0.3%",
        "pool_created_at": "2026-09-21T08:42:23Z",
        "fdv_usd": "2668475.183",
        "market_cap_usd": "2668475.183",
        "price_change_percentage": {
          "m5": "0.588",
          "m15": "4.444",
          "m30": "4.18",
          "h1": "10.482",
          "h6": "-5.169",
          "h24": "35.513"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 15,
            "sells": 19,
            "buyers": 14,
            "sellers": 18
          },
          "m30": {
            "buys": 32,
            "sells": 29,
            "buyers": 25,
            "sellers": 28
          },
          "h1": {
            "buys": 60,
            "sells": 69,
            "buyers": 43,
            "sellers": 63
          },
          "h6": {
            "buys": 378,
            "sells": 342,
            "buyers": 166,
            "sellers": 244
          },
          "h24": {
            "buys": 1615,
            "sells": 1601,
            "buyers": 486,
            "sellers": 690
          }
        },
        "volume_usd": {
          "m5": "517.0350083134",
          "m15": "8291.2364341797",
          "m30": "16839.8492941827",
          "h1": "36081.2829500627",
          "h6": "167157.907153798",
          "h24": "880049.819861312"
        },
        "reserve_in_usd": "192742.4473"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xfa31d04462746aaa24bc7e5626403e09e4b106ec",
            "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_0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.626427610436568",
        "base_token_price_native_currency": "0.0002336608545365",
        "quote_token_price_usd": "0.997356422898554",
        "quote_token_price_native_currency": "0.000374857654976819",
        "base_token_price_quote_token": "0.6233322207",
        "quote_token_price_base_token": "1.6042809384",
        "address": "0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
        "name": "PONS / USDG 0.3%",
        "pool_created_at": "2026-07-18T01:42:13Z",
        "fdv_usd": "427517222.353573",
        "market_cap_usd": "427534524.196022",
        "price_change_percentage": {
          "m5": "0.805",
          "m15": "0.89",
          "m30": "1.992",
          "h1": "-1.062",
          "h6": "2.271",
          "h24": "-8.145"
        },
        "transactions": {
          "m5": {
            "buys": 40,
            "sells": 0,
            "buyers": 27,
            "sellers": 0
          },
          "m15": {
            "buys": 69,
            "sells": 1,
            "buyers": 37,
            "sellers": 1
          },
          "m30": {
            "buys": 98,
            "sells": 2,
            "buyers": 44,
            "sellers": 2
          },
          "h1": {
            "buys": 153,
            "sells": 235,
            "buyers": 82,
            "sellers": 57
          },
          "h6": {
            "buys": 698,
            "sells": 527,
            "buyers": 185,
            "sellers": 141
          },
          "h24": {
            "buys": 2442,
            "sells": 2904,
            "buyers": 478,
            "sellers": 381
          }
        },
        "volume_usd": {
          "m5": "29441.3015466578",
          "m15": "61118.3555483749",
          "m30": "75027.6380867629",
          "h1": "244576.900607847",
          "h6": "862776.064420264",
          "h24": "3751378.3890033"
        },
        "reserve_in_usd": "6636833.853"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x39dbed3a2bd333467115de45665cc57f813c4571",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-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.