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.996710881543522",
      "base_token_price_native_currency": "0.000371987786214639",
      "quote_token_price_usd": "2683.14",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0003719877862",
      "quote_token_price_base_token": "2688.260306006",
      "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": "4566567604.06797",
      "market_cap_usd": "4579492256.77391",
      "price_change_percentage": {
        "m5": "-0.032",
        "m15": "-0.398",
        "m30": "-0.428",
        "h1": "-0.359",
        "h6": "-0.515",
        "h24": "-0.235"
      },
      "transactions": {
        "m5": {
          "buys": 5,
          "sells": 6,
          "buyers": 5,
          "sellers": 6
        },
        "m15": {
          "buys": 8,
          "sells": 15,
          "buyers": 8,
          "sellers": 13
        },
        "m30": {
          "buys": 14,
          "sells": 22,
          "buyers": 14,
          "sellers": 18
        },
        "h1": {
          "buys": 43,
          "sells": 39,
          "buyers": 37,
          "sellers": 28
        },
        "h6": {
          "buys": 215,
          "sells": 258,
          "buyers": 136,
          "sellers": 162
        },
        "h24": {
          "buys": 802,
          "sells": 928,
          "buyers": 353,
          "sellers": 387
        }
      },
      "volume_usd": {
        "m5": "47668.8208488223",
        "m15": "84437.1042084055",
        "m30": "112317.648192146",
        "h1": "249462.334459683",
        "h6": "1084956.60477324",
        "h24": "3395629.86441254"
      },
      "reserve_in_usd": "1347345.9955",
      "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.000560536050144497",
        "base_token_price_native_currency": "0.000000207187523408005",
        "quote_token_price_usd": "2682.28",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002071875234",
        "quote_token_price_base_token": "4826545.45771439",
        "address": "0x91e9823a895a2d05a2c853fbd1619da089b36054f0a342039a0e8046608bbece",
        "name": "ROO / WETH",
        "pool_created_at": "2026-09-23T04:00:40Z",
        "fdv_usd": "554675.1831",
        "market_cap_usd": "554675.1831",
        "price_change_percentage": {
          "m5": "0.031",
          "m15": "4.677",
          "m30": "13.088",
          "h1": "-0.399",
          "h6": "-2.093",
          "h24": "2022.023"
        },
        "transactions": {
          "m5": {
            "buys": 17,
            "sells": 21,
            "buyers": 17,
            "sellers": 20
          },
          "m15": {
            "buys": 105,
            "sells": 96,
            "buyers": 84,
            "sellers": 84
          },
          "m30": {
            "buys": 236,
            "sells": 200,
            "buyers": 158,
            "sellers": 152
          },
          "h1": {
            "buys": 544,
            "sells": 517,
            "buyers": 329,
            "sellers": 317
          },
          "h6": {
            "buys": 3570,
            "sells": 3459,
            "buyers": 1926,
            "sellers": 1915
          },
          "h24": {
            "buys": 9792,
            "sells": 9354,
            "buyers": 4849,
            "sellers": 4832
          }
        },
        "volume_usd": {
          "m5": "630.9640040655",
          "m15": "4328.8540019729",
          "m30": "11477.9412715626",
          "h1": "38142.320799555",
          "h6": "249470.290096547",
          "h24": "987539.952299692"
        },
        "reserve_in_usd": "55867.0058"
      },
      "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_0x979cf760e7d0118b6f735d6e0bc9c3a3e65b39c79553a1e6a581f168847d9163",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0332596266305992",
        "base_token_price_native_currency": "0.0000124277065635423",
        "quote_token_price_usd": "2674.38",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001242770656",
        "quote_token_price_base_token": "80465.3694458463",
        "address": "0x979cf760e7d0118b6f735d6e0bc9c3a3e65b39c79553a1e6a581f168847d9163",
        "name": "FLY / WETH 3.25%",
        "pool_created_at": "2026-09-23T13:59:59Z",
        "fdv_usd": "25909.7460177822",
        "market_cap_usd": "25909.7460177822",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-2.558",
          "m30": "-12.207",
          "h1": "-21.495",
          "h6": "-21.293",
          "h24": "-27.672"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 3,
            "buyers": 3,
            "sellers": 3
          },
          "m30": {
            "buys": 3,
            "sells": 10,
            "buyers": 3,
            "sellers": 7
          },
          "h1": {
            "buys": 6,
            "sells": 16,
            "buyers": 5,
            "sellers": 11
          },
          "h6": {
            "buys": 18,
            "sells": 40,
            "buyers": 17,
            "sellers": 25
          },
          "h24": {
            "buys": 1432,
            "sells": 537,
            "buyers": 420,
            "sellers": 427
          }
        },
        "volume_usd": {
          "m5": "3.9788461623",
          "m15": "475.318879568",
          "m30": "1029.9649380713",
          "h1": "1794.6712630546",
          "h6": "3221.3488801774",
          "h24": "71474.7119303563"
        },
        "reserve_in_usd": "26159.9813"
      },
      "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_0xc19d1d77bfdaeb66c285a17286d325062c1cd0c7ce88c1fe60ef70797ee8f215",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000401249684889408",
        "base_token_price_native_currency": "0.000000144674384419964",
        "quote_token_price_usd": "2682.28",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001446743844",
        "quote_token_price_base_token": "6912073.64737892",
        "address": "0xc19d1d77bfdaeb66c285a17286d325062c1cd0c7ce88c1fe60ef70797ee8f215",
        "name": "HOODCATS / WETH 0.25%",
        "pool_created_at": "2026-09-19T03:23:52Z",
        "fdv_usd": "383017.677450348",
        "market_cap_usd": "383017.7501",
        "price_change_percentage": {
          "m5": "-1.907",
          "m15": "3.001",
          "m30": "9.911",
          "h1": "18.134",
          "h6": "30.494",
          "h24": "176.096"
        },
        "transactions": {
          "m5": {
            "buys": 26,
            "sells": 20,
            "buyers": 24,
            "sellers": 19
          },
          "m15": {
            "buys": 118,
            "sells": 95,
            "buyers": 80,
            "sellers": 65
          },
          "m30": {
            "buys": 235,
            "sells": 205,
            "buyers": 150,
            "sellers": 133
          },
          "h1": {
            "buys": 482,
            "sells": 398,
            "buyers": 296,
            "sellers": 247
          },
          "h6": {
            "buys": 2986,
            "sells": 2630,
            "buyers": 1807,
            "sellers": 1495
          },
          "h24": {
            "buys": 5627,
            "sells": 5130,
            "buyers": 2921,
            "sellers": 2472
          }
        },
        "volume_usd": {
          "m5": "3675.0126300348",
          "m15": "16537.5917600423",
          "m30": "32504.9105966985",
          "h1": "66406.0543288799",
          "h6": "368972.718930249",
          "h24": "729661.041344646"
        },
        "reserve_in_usd": "67403.842"
      },
      "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_0x2a4e49b6f4026be2d9c4cc273f389d986256e27b18950a8967d1daa095b27978",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000255791980097596",
        "base_token_price_native_currency": "0.0000000941553652990794",
        "quote_token_price_usd": "2682.28",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000941553653",
        "quote_token_price_base_token": "10620743.6700347",
        "address": "0x2a4e49b6f4026be2d9c4cc273f389d986256e27b18950a8967d1daa095b27978",
        "name": "AD / WETH 0.25%",
        "pool_created_at": "2026-09-17T17:07:49Z",
        "fdv_usd": "253080.4141",
        "market_cap_usd": "253080.4141",
        "price_change_percentage": {
          "m5": "2.105",
          "m15": "2.968",
          "m30": "-3.292",
          "h1": "0.763",
          "h6": "20.114",
          "h24": "-26.855"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 30,
            "sells": 26,
            "buyers": 4,
            "sellers": 7
          },
          "m30": {
            "buys": 57,
            "sells": 50,
            "buyers": 7,
            "sellers": 9
          },
          "h1": {
            "buys": 116,
            "sells": 112,
            "buyers": 14,
            "sellers": 13
          },
          "h6": {
            "buys": 902,
            "sells": 1001,
            "buyers": 61,
            "sellers": 49
          },
          "h24": {
            "buys": 3684,
            "sells": 3803,
            "buyers": 308,
            "sellers": 249
          }
        },
        "volume_usd": {
          "m5": "211.957936957",
          "m15": "5488.0661627253",
          "m30": "10122.104980057",
          "h1": "23634.6751341837",
          "h6": "239922.025751766",
          "h24": "561614.478459079"
        },
        "reserve_in_usd": "56009.4832"
      },
      "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.00460523376337376",
        "base_token_price_native_currency": "0.00000175012480910821",
        "quote_token_price_usd": "0.996177088951599",
        "quote_token_price_native_currency": "0.00037225185559197",
        "base_token_price_quote_token": "0.004701453553",
        "quote_token_price_base_token": "212.7001763844",
        "address": "0x5eac4195930d5ff8b7a34a347f2bde951c42eb730d6e26075bea3dd7c66feb40",
        "name": "ROBIN / USDG",
        "pool_created_at": "2026-09-05T16:54:01Z",
        "fdv_usd": "4342002.14437073",
        "market_cap_usd": "4605233.763",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.373",
          "m30": "-1.532",
          "h1": "-1.518",
          "h6": "-3.889",
          "h24": "4.602"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "m30": {
            "buys": 9,
            "sells": 9,
            "buyers": 8,
            "sellers": 5
          },
          "h1": {
            "buys": 15,
            "sells": 20,
            "buyers": 13,
            "sellers": 11
          },
          "h6": {
            "buys": 133,
            "sells": 205,
            "buyers": 86,
            "sellers": 84
          },
          "h24": {
            "buys": 6142,
            "sells": 5110,
            "buyers": 2833,
            "sellers": 2878
          }
        },
        "volume_usd": {
          "m5": "11.2134654094",
          "m15": "256.7915859651",
          "m30": "1755.6337234461",
          "h1": "2244.436441842",
          "h6": "35716.8912237725",
          "h24": "502288.564918197"
        },
        "reserve_in_usd": "176217.1493"
      },
      "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": "336.925751898265",
        "base_token_price_native_currency": "0.433411911675455",
        "quote_token_price_usd": "0.00000783428750522006",
        "quote_token_price_native_currency": "0.0000000100778094435412",
        "base_token_price_quote_token": "43006559.5210501",
        "quote_token_price_base_token": "0.00000002325226689",
        "address": "0xd0dac184424d06e2acf9374c18bdf7ff0ce2b22c",
        "name": "AAPLB / 币安人能飞",
        "pool_created_at": "2026-09-23T11:51:17Z",
        "fdv_usd": "5793182.23928289",
        "market_cap_usd": "5774514.60851143",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.485",
          "m30": "-0.069",
          "h1": "-0.047",
          "h6": "-0.136",
          "h24": "-0.079"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m30": {
            "buys": 5,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "h1": {
            "buys": 13,
            "sells": 13,
            "buyers": 12,
            "sellers": 11
          },
          "h6": {
            "buys": 93,
            "sells": 113,
            "buyers": 81,
            "sellers": 49
          },
          "h24": {
            "buys": 3648,
            "sells": 3707,
            "buyers": 2193,
            "sellers": 1332
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "21.9742614205",
          "m30": "48.3023149908",
          "h1": "260.7115313469",
          "h6": "3326.0748956775",
          "h24": "559960.655683796"
        },
        "reserve_in_usd": "8312.7851"
      },
      "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": "robinhood_0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.630780753536157",
        "base_token_price_native_currency": "0.000235976371136979",
        "quote_token_price_usd": "0.996581616131451",
        "quote_token_price_native_currency": "0.000371847056487293",
        "base_token_price_quote_token": "0.6346059946",
        "quote_token_price_base_token": "1.5757808915",
        "address": "0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
        "name": "PONS / USDG 0.3%",
        "pool_created_at": "2026-07-18T01:42:13Z",
        "fdv_usd": "431434132.658164",
        "market_cap_usd": "431443589.120789",
        "price_change_percentage": {
          "m5": "0.357",
          "m15": "1.03",
          "m30": "0.2",
          "h1": "0.712",
          "h6": "1.601",
          "h24": "-4.115"
        },
        "transactions": {
          "m5": {
            "buys": 46,
            "sells": 0,
            "buyers": 24,
            "sellers": 0
          },
          "m15": {
            "buys": 47,
            "sells": 1,
            "buyers": 25,
            "sellers": 1
          },
          "m30": {
            "buys": 67,
            "sells": 2,
            "buyers": 29,
            "sellers": 1
          },
          "h1": {
            "buys": 167,
            "sells": 77,
            "buyers": 41,
            "sellers": 60
          },
          "h6": {
            "buys": 625,
            "sells": 486,
            "buyers": 184,
            "sellers": 154
          },
          "h24": {
            "buys": 2548,
            "sells": 2801,
            "buyers": 478,
            "sellers": 401
          }
        },
        "volume_usd": {
          "m5": "20770.095190927",
          "m15": "21491.6721229119",
          "m30": "31364.3683878895",
          "h1": "132970.084395702",
          "h6": "781261.600352732",
          "h24": "3776134.48121375"
        },
        "reserve_in_usd": "6765439.6397"
      },
      "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"
          }
        }
      }
    },
    {
      "id": "solana_Bd4wKg3xEBKJ4Xrw8skXMmJ4W65gk3x8yd7AovuBJisZ",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000349569752223900619805722859541374528324748320313628458999720638",
        "base_token_price_native_currency": "0.00000301497486274716",
        "quote_token_price_usd": "116.100163609966161917179176419825871479708624018",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003014974863",
        "quote_token_price_base_token": "331677.723869588",
        "address": "Bd4wKg3xEBKJ4Xrw8skXMmJ4W65gk3x8yd7AovuBJisZ",
        "name": "PEPENOM / SOL",
        "pool_created_at": "2026-09-11T00:55:05Z",
        "fdv_usd": "206816.376990895",
        "market_cap_usd": "206838.03831103",
        "price_change_percentage": {
          "m5": "-1.052",
          "m15": "-0.456",
          "m30": "-0.008",
          "h1": "-1.879",
          "h6": "3.408",
          "h24": "-8.768"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 9,
            "sells": 25,
            "buyers": 9,
            "sellers": 25
          },
          "m30": {
            "buys": 25,
            "sells": 30,
            "buyers": 25,
            "sellers": 30
          },
          "h1": {
            "buys": 82,
            "sells": 43,
            "buyers": 81,
            "sellers": 43
          },
          "h6": {
            "buys": 364,
            "sells": 145,
            "buyers": 359,
            "sellers": 144
          },
          "h24": {
            "buys": 1202,
            "sells": 458,
            "buyers": 1143,
            "sellers": 428
          }
        },
        "volume_usd": {
          "m5": "101.3513166858",
          "m15": "373.7830563597",
          "m30": "1123.2859494597",
          "h1": "3047.0094280253",
          "h6": "13383.5122270919",
          "h24": "44977.5449989663"
        },
        "reserve_in_usd": "124559.8625"
      },
      "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_0x40a433930370f6cdf0a78debc2c6dd599c23bd428c0d67dd8b5373e4f101557f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000211570334311463",
        "base_token_price_native_currency": "0.0000000760931221796658",
        "quote_token_price_usd": "766.667532911968",
        "quote_token_price_native_currency": "0.27413053179624",
        "base_token_price_quote_token": "0.0000002775798875",
        "quote_token_price_base_token": "3602566.48621911",
        "address": "0x40a433930370f6cdf0a78debc2c6dd599c23bd428c0d67dd8b5373e4f101557f",
        "name": "musebook / META",
        "pool_created_at": "2026-09-16T05:51:12Z",
        "fdv_usd": "20669592.6341955",
        "market_cap_usd": "20670190.38",
        "price_change_percentage": {
          "m5": "0",
          "m15": "2.001",
          "m30": "2.036",
          "h1": "-2.667",
          "h6": "8.104",
          "h24": "-20.934"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 26,
            "sells": 43,
            "buyers": 25,
            "sellers": 24
          },
          "m30": {
            "buys": 77,
            "sells": 112,
            "buyers": 66,
            "sellers": 73
          },
          "h1": {
            "buys": 127,
            "sells": 183,
            "buyers": 105,
            "sellers": 118
          },
          "h6": {
            "buys": 478,
            "sells": 723,
            "buyers": 323,
            "sellers": 338
          },
          "h24": {
            "buys": 6699,
            "sells": 10135,
            "buyers": 1802,
            "sellers": 1823
          }
        },
        "volume_usd": {
          "m5": "889.2804199778",
          "m15": "16740.3005542285",
          "m30": "38115.1730309318",
          "h1": "74514.2397880556",
          "h6": "332692.39333606",
          "h24": "3567605.235702"
        },
        "reserve_in_usd": "5509480.9216"
      },
      "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": "robinhood_0x541bedd98337d22c46ff8196494f14e7d9922ddedf07b74df44c7020487e5fdf",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000925304826905235",
        "base_token_price_native_currency": "0.0000000287037836023251",
        "quote_token_price_usd": "0.0002117397084448",
        "quote_token_price_native_currency": "0.000000075162414830258",
        "base_token_price_quote_token": "0.3818901198",
        "quote_token_price_base_token": "2.61855426",
        "address": "0x541bedd98337d22c46ff8196494f14e7d9922ddedf07b74df44c7020487e5fdf",
        "name": "Agrippa / musebook",
        "pool_created_at": "2026-09-17T16:01:41Z",
        "fdv_usd": "8884679.19021713",
        "market_cap_usd": "8884679.196",
        "price_change_percentage": {
          "m5": "2.593",
          "m15": "17.66",
          "m30": "11.252",
          "h1": "14.728",
          "h6": "33.572",
          "h24": "62.983"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 11,
            "buyers": 8,
            "sellers": 6
          },
          "m15": {
            "buys": 83,
            "sells": 123,
            "buyers": 52,
            "sellers": 52
          },
          "m30": {
            "buys": 133,
            "sells": 199,
            "buyers": 88,
            "sellers": 93
          },
          "h1": {
            "buys": 247,
            "sells": 357,
            "buyers": 145,
            "sellers": 158
          },
          "h6": {
            "buys": 728,
            "sells": 1150,
            "buyers": 378,
            "sellers": 472
          },
          "h24": {
            "buys": 4893,
            "sells": 7469,
            "buyers": 1440,
            "sellers": 1568
          }
        },
        "volume_usd": {
          "m5": "13482.8675195808",
          "m15": "82493.3915479556",
          "m30": "111015.304173686",
          "h1": "254472.919240996",
          "h6": "806722.33143836",
          "h24": "3704515.32688286"
        },
        "reserve_in_usd": "1695743.0734"
      },
      "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": "eth_0xcf14dfcf39de6849af062d611c2f4395a5558b63",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00184098698941006",
        "base_token_price_native_currency": "0.000000689969462273643",
        "quote_token_price_usd": "2684.67",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000006899694623",
        "quote_token_price_base_token": "1449339.50656993",
        "address": "0xcf14dfcf39de6849af062d611c2f4395a5558b63",
        "name": "ASE / WETH",
        "pool_created_at": "2026-05-10T20:08:11Z",
        "fdv_usd": "1834311.249",
        "market_cap_usd": "761911.575478168",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0",
          "h1": "0",
          "h6": "0.863",
          "h24": "-0.438"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m30": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "h1": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "h6": {
            "buys": 6,
            "sells": 7,
            "buyers": 6,
            "sellers": 5
          },
          "h24": {
            "buys": 33,
            "sells": 18,
            "buyers": 29,
            "sellers": 15
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "0.0",
          "m30": "0.0",
          "h1": "18.3431124895",
          "h6": "2458.6521941405",
          "h24": "10059.5538263214"
        },
        "reserve_in_usd": "189465.0764"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x041ff0e49f6f774e7dc7bd10ee4a14c00b1d80b2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0xcffea1f7dddb0c35f3518854c4560504519600e2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000210752437034397",
        "base_token_price_native_currency": "0.000000275403889051142",
        "quote_token_price_usd": "335.631033358744",
        "quote_token_price_native_currency": "0.430006230917879",
        "base_token_price_quote_token": "0.0000006404648799",
        "quote_token_price_base_token": "1561365.86305805",
        "address": "0xcffea1f7dddb0c35f3518854c4560504519600e2",
        "name": "人生好物 / AAPLB",
        "pool_created_at": "2026-09-24T11:54:12Z",
        "fdv_usd": "221438.8475",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.478",
          "m15": "-10.6",
          "m30": "-8.794",
          "h1": "-19.494",
          "h6": "57.766",
          "h24": "57.766"
        },
        "transactions": {
          "m5": {
            "buys": 17,
            "sells": 10,
            "buyers": 15,
            "sellers": 10
          },
          "m15": {
            "buys": 107,
            "sells": 66,
            "buyers": 87,
            "sellers": 64
          },
          "m30": {
            "buys": 249,
            "sells": 180,
            "buyers": 180,
            "sellers": 173
          },
          "h1": {
            "buys": 484,
            "sells": 323,
            "buyers": 305,
            "sellers": 294
          },
          "h6": {
            "buys": 1973,
            "sells": 1278,
            "buyers": 1081,
            "sellers": 1101
          },
          "h24": {
            "buys": 1973,
            "sells": 1278,
            "buyers": 1081,
            "sellers": 1101
          }
        },
        "volume_usd": {
          "m5": "1176.5277258733",
          "m15": "8880.6884272362",
          "m30": "25648.5443456681",
          "h1": "46084.6966011613",
          "h6": "230278.120708182",
          "h24": "230278.120708182"
        },
        "reserve_in_usd": "43268.4933"
      },
      "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.158126904178927",
        "base_token_price_native_currency": "0.0000597030508302474",
        "quote_token_price_usd": "2682.28",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00005970305083",
        "quote_token_price_base_token": "16749.5628128499",
        "address": "0xd42a491087a15e5afd51feb3606066cc152d2b09",
        "name": "CASHCAT / WETH 0.3%",
        "pool_created_at": "2026-07-01T19:38:42Z",
        "fdv_usd": "157044848.773172",
        "market_cap_usd": "157044848.773172",
        "price_change_percentage": {
          "m5": "1.606",
          "m15": "2.588",
          "m30": "3.232",
          "h1": "2.672",
          "h6": "1.323",
          "h24": "-0.319"
        },
        "transactions": {
          "m5": {
            "buys": 65,
            "sells": 17,
            "buyers": 56,
            "sellers": 15
          },
          "m15": {
            "buys": 123,
            "sells": 25,
            "buyers": 70,
            "sellers": 23
          },
          "m30": {
            "buys": 181,
            "sells": 50,
            "buyers": 84,
            "sellers": 36
          },
          "h1": {
            "buys": 210,
            "sells": 135,
            "buyers": 96,
            "sellers": 67
          },
          "h6": {
            "buys": 1043,
            "sells": 939,
            "buyers": 335,
            "sellers": 266
          },
          "h24": {
            "buys": 3065,
            "sells": 3083,
            "buyers": 590,
            "sellers": 602
          }
        },
        "volume_usd": {
          "m5": "33982.9603401688",
          "m15": "48163.4587985247",
          "m30": "88262.7054810506",
          "h1": "130056.327424483",
          "h6": "783418.613964006",
          "h24": "2550543.65689911"
        },
        "reserve_in_usd": "2401202.2361"
      },
      "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_0x46525dc119850396470f132c4a989d7192cb692139db891b5a4cdcd684c11b17",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0287005203620195",
        "base_token_price_native_currency": "0.0000106664835399519",
        "quote_token_price_usd": "1.00237356341011",
        "quote_token_price_native_currency": "0.000373844223764241",
        "base_token_price_quote_token": "0.0285318934",
        "quote_token_price_base_token": "35.048497695",
        "address": "0x46525dc119850396470f132c4a989d7192cb692139db891b5a4cdcd684c11b17",
        "name": "MEME / USDG 0.297%",
        "pool_created_at": "2026-09-10T22:53:28Z",
        "fdv_usd": "28650546.1655985",
        "market_cap_usd": "28650546.2",
        "price_change_percentage": {
          "m5": "0.775",
          "m15": "1.908",
          "m30": "1.932",
          "h1": "0.401",
          "h6": "-17.222",
          "h24": "-15.946"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 0,
            "buyers": 5,
            "sellers": 0
          },
          "m15": {
            "buys": 27,
            "sells": 4,
            "buyers": 18,
            "sellers": 4
          },
          "m30": {
            "buys": 47,
            "sells": 13,
            "buyers": 34,
            "sellers": 13
          },
          "h1": {
            "buys": 82,
            "sells": 70,
            "buyers": 61,
            "sellers": 49
          },
          "h6": {
            "buys": 981,
            "sells": 715,
            "buyers": 458,
            "sellers": 391
          },
          "h24": {
            "buys": 1975,
            "sells": 1737,
            "buyers": 724,
            "sellers": 711
          }
        },
        "volume_usd": {
          "m5": "3375.2926189455",
          "m15": "18613.8315209678",
          "m30": "35155.0124694535",
          "h1": "99384.8792891577",
          "h6": "1449307.13815843",
          "h24": "2676616.76674738"
        },
        "reserve_in_usd": "1346687.2233"
      },
      "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": "robinhood_0x778a632fdd85577efe9cfce4a2c9ac91b9decdb24c351f9b56e25d38fbe587b4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.017508202924205",
        "base_token_price_native_currency": "0.00000667359566652283",
        "quote_token_price_usd": "0.996177088951599",
        "quote_token_price_native_currency": "0.000372252357534752",
        "base_token_price_quote_token": "0.01792761156",
        "quote_token_price_base_token": "55.7798788144",
        "address": "0x778a632fdd85577efe9cfce4a2c9ac91b9decdb24c351f9b56e25d38fbe587b4",
        "name": "SHROOM / USDG 0.9%",
        "pool_created_at": "2026-09-03T14:09:24Z",
        "fdv_usd": "17259842.5436602",
        "market_cap_usd": "17259887.0328143",
        "price_change_percentage": {
          "m5": "-1.965",
          "m15": "1.957",
          "m30": "5.713",
          "h1": "10.416",
          "h6": "14.089",
          "h24": "-6.52"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 13,
            "sells": 44,
            "buyers": 11,
            "sellers": 38
          },
          "m30": {
            "buys": 40,
            "sells": 87,
            "buyers": 28,
            "sellers": 62
          },
          "h1": {
            "buys": 64,
            "sells": 108,
            "buyers": 42,
            "sellers": 75
          },
          "h6": {
            "buys": 149,
            "sells": 160,
            "buyers": 81,
            "sellers": 118
          },
          "h24": {
            "buys": 1180,
            "sells": 557,
            "buyers": 420,
            "sellers": 359
          }
        },
        "volume_usd": {
          "m5": "421.2694091899",
          "m15": "17194.1797941173",
          "m30": "49948.8528493692",
          "h1": "66457.9519170398",
          "h6": "139460.008517152",
          "h24": "816719.3551285"
        },
        "reserve_in_usd": "1316018.7676"
      },
      "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": "robinhood_0xd64fbda67e1015df43fa5e49f02ca844729e5f94",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0230296093059045",
        "base_token_price_native_currency": "0.0000085182766577409056122308339621",
        "quote_token_price_usd": "2682.28",
        "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": "22809065.0588128",
        "market_cap_usd": "20631411.621",
        "price_change_percentage": {
          "m5": "0",
          "m15": "2.511",
          "m30": "2.944",
          "h1": "2.901",
          "h6": "1.309",
          "h24": "-6.894"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 5,
            "buyers": 4,
            "sellers": 5
          },
          "m30": {
            "buys": 13,
            "sells": 12,
            "buyers": 12,
            "sellers": 11
          },
          "h1": {
            "buys": 30,
            "sells": 20,
            "buyers": 27,
            "sellers": 18
          },
          "h6": {
            "buys": 183,
            "sells": 133,
            "buyers": 124,
            "sellers": 107
          },
          "h24": {
            "buys": 873,
            "sells": 804,
            "buyers": 403,
            "sellers": 456
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "4210.8892112153",
          "m30": "11576.6170031924",
          "h1": "33912.1026426608",
          "h6": "229142.523842856",
          "h24": "1415331.30902053"
        },
        "reserve_in_usd": "1572757.7702"
      },
      "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_3odkxoFB7KvujaRFoLbCQbbZv93R9njJr9KQTH5cKDKT",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000486916810198993411466127589160303439149731491505967385189523296",
        "base_token_price_native_currency": "0.00000422945788436334",
        "quote_token_price_usd": "116.154672491912684917868821002745935927217097869",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004229457884",
        "quote_token_price_base_token": "236436.921076123",
        "address": "3odkxoFB7KvujaRFoLbCQbbZv93R9njJr9KQTH5cKDKT",
        "name": "SI / SOL",
        "pool_created_at": "2026-09-24T04:07:42Z",
        "fdv_usd": "490788.156199999",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "14.241",
          "m15": "-3.271",
          "m30": "24.68",
          "h1": "44.453",
          "h6": "-37.899",
          "h24": "937.402"
        },
        "transactions": {
          "m5": {
            "buys": 83,
            "sells": 46,
            "buyers": 81,
            "sellers": 36
          },
          "m15": {
            "buys": 212,
            "sells": 144,
            "buyers": 160,
            "sellers": 113
          },
          "m30": {
            "buys": 381,
            "sells": 350,
            "buyers": 253,
            "sellers": 256
          },
          "h1": {
            "buys": 772,
            "sells": 673,
            "buyers": 482,
            "sellers": 460
          },
          "h6": {
            "buys": 5842,
            "sells": 4680,
            "buyers": 2510,
            "sellers": 2457
          },
          "h24": {
            "buys": 24355,
            "sells": 18350,
            "buyers": 7587,
            "sellers": 6542
          }
        },
        "volume_usd": {
          "m5": "7549.1769963955",
          "m15": "24431.1973411175",
          "m30": "64823.39554412",
          "h1": "117048.527673279",
          "h6": "785809.755869874",
          "h24": "2841411.25842289"
        },
        "reserve_in_usd": "67323.1617"
      },
      "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_0x126a9f6ee2e4be592c3520579ba9b48327a3d5e0",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0191962221579193",
        "base_token_price_native_currency": "0.00000712497302143296",
        "quote_token_price_usd": "2680.99",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000007124973021",
        "quote_token_price_base_token": "140351.408628756",
        "address": "0x126a9f6ee2e4be592c3520579ba9b48327a3d5e0",
        "name": "PRISM / WETH",
        "pool_created_at": "2026-08-04T02:49:40Z",
        "fdv_usd": "19196222.16",
        "market_cap_usd": "19196222.16",
        "price_change_percentage": {
          "m5": "0.818",
          "m15": "-2.627",
          "m30": "2.197",
          "h1": "12.957",
          "h6": "6.649",
          "h24": "11.252"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 0,
            "buyers": 4,
            "sellers": 0
          },
          "m15": {
            "buys": 9,
            "sells": 15,
            "buyers": 6,
            "sellers": 15
          },
          "m30": {
            "buys": 29,
            "sells": 27,
            "buyers": 16,
            "sellers": 23
          },
          "h1": {
            "buys": 56,
            "sells": 53,
            "buyers": 25,
            "sellers": 44
          },
          "h6": {
            "buys": 278,
            "sells": 178,
            "buyers": 137,
            "sellers": 121
          },
          "h24": {
            "buys": 1229,
            "sells": 1059,
            "buyers": 432,
            "sellers": 519
          }
        },
        "volume_usd": {
          "m5": "1388.1514839792",
          "m15": "12905.571685569",
          "m30": "22628.0186118368",
          "h1": "48917.0629778136",
          "h6": "219838.552536865",
          "h24": "1297643.39517929"
        },
        "reserve_in_usd": "658882.9899"
      },
      "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": "solana_zxTpi4BtaWX3mgdAPoezkMD1hxx8CdeCfrqXMWvSCLX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.36229198543919624078629662570332644212935888405797251222115181",
        "base_token_price_native_currency": "0.0031253104521766",
        "quote_token_price_usd": "116.154672491912684917868821002745935927217097869",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.003125310452",
        "quote_token_price_base_token": "319.968212855",
        "address": "zxTpi4BtaWX3mgdAPoezkMD1hxx8CdeCfrqXMWvSCLX",
        "name": "STONK / SOL",
        "pool_created_at": "2026-08-12T10:51:40Z",
        "fdv_usd": "297229789.489547",
        "market_cap_usd": "297275059.910751",
        "price_change_percentage": {
          "m5": "0.962",
          "m15": "1.475",
          "m30": "1.473",
          "h1": "2.464",
          "h6": "-1.83",
          "h24": "18.047"
        },
        "transactions": {
          "m5": {
            "buys": 45,
            "sells": 40,
            "buyers": 24,
            "sellers": 22
          },
          "m15": {
            "buys": 257,
            "sells": 154,
            "buyers": 133,
            "sellers": 92
          },
          "m30": {
            "buys": 612,
            "sells": 532,
            "buyers": 338,
            "sellers": 280
          },
          "h1": {
            "buys": 685,
            "sells": 603,
            "buyers": 393,
            "sellers": 333
          },
          "h6": {
            "buys": 2151,
            "sells": 1725,
            "buyers": 962,
            "sellers": 878
          },
          "h24": {
            "buys": 18973,
            "sells": 16135,
            "buyers": 6351,
            "sellers": 6050
          }
        },
        "volume_usd": {
          "m5": "7783.3441742816",
          "m15": "57430.1885575569",
          "m30": "175861.849363636",
          "h1": "239801.590434567",
          "h6": "1661150.24845072",
          "h24": "8898258.66092688"
        },
        "reserve_in_usd": "3227408.2083"
      },
      "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": "solana_Hhe2TY1dGPr7SdMJC2hTACq7dTxfr5f6BF3n2nWwkoce",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000813336236276721525448942768272798615339857951434191781694905875",
        "base_token_price_native_currency": "0.000000698774574584325",
        "quote_token_price_usd": "116.318694968913597632411159860126063581991301625",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000006987745746",
        "quote_token_price_base_token": "1431076.68248356",
        "address": "Hhe2TY1dGPr7SdMJC2hTACq7dTxfr5f6BF3n2nWwkoce",
        "name": "FUNKOS / SOL",
        "pool_created_at": "2026-09-24T04:52:35Z",
        "fdv_usd": "80762.7586933495",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.671",
          "m15": "-6.957",
          "m30": "-6.547",
          "h1": "-0.725",
          "h6": "-59.147",
          "h24": "69.34"
        },
        "transactions": {
          "m5": {
            "buys": 19,
            "sells": 24,
            "buyers": 17,
            "sellers": 19
          },
          "m15": {
            "buys": 45,
            "sells": 56,
            "buyers": 38,
            "sellers": 42
          },
          "m30": {
            "buys": 170,
            "sells": 156,
            "buyers": 144,
            "sellers": 114
          },
          "h1": {
            "buys": 418,
            "sells": 387,
            "buyers": 297,
            "sellers": 268
          },
          "h6": {
            "buys": 2610,
            "sells": 2388,
            "buyers": 1259,
            "sellers": 1427
          },
          "h24": {
            "buys": 22413,
            "sells": 19518,
            "buyers": 7211,
            "sellers": 6334
          }
        },
        "volume_usd": {
          "m5": "1566.3451679664",
          "m15": "3332.3064765485",
          "m30": "12002.3412891873",
          "h1": "34851.8413550979",
          "h6": "212397.74966469",
          "h24": "2868272.96431877"
        },
        "reserve_in_usd": "27011.5625"
      },
      "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"
          }
        }
      }
    }
  ]
}
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.