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.
45M+
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.999478557832343",
      "base_token_price_native_currency": "0.000395372095142163",
      "quote_token_price_usd": "2528.34",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0003953720951",
      "quote_token_price_base_token": "2529.262970975",
      "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": "4582687595.24091",
      "market_cap_usd": "4581790780.97397",
      "price_change_percentage": {
        "m5": "-0.113",
        "m15": "0.143",
        "m30": "-0.093",
        "h1": "-0.059",
        "h6": "0.08",
        "h24": "-0.086"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 1,
          "buyers": 1,
          "sellers": 1
        },
        "m15": {
          "buys": 7,
          "sells": 6,
          "buyers": 7,
          "sellers": 6
        },
        "m30": {
          "buys": 12,
          "sells": 10,
          "buyers": 9,
          "sellers": 9
        },
        "h1": {
          "buys": 23,
          "sells": 13,
          "buyers": 17,
          "sellers": 12
        },
        "h6": {
          "buys": 69,
          "sells": 72,
          "buyers": 51,
          "sellers": 52
        },
        "h24": {
          "buys": 577,
          "sells": 599,
          "buyers": 335,
          "sellers": 285
        }
      },
      "volume_usd": {
        "m5": "389.3597034607",
        "m15": "2511.0557340688",
        "m30": "3174.6402512726",
        "h1": "3612.2406656439",
        "h6": "15175.5009166526",
        "h24": "355036.296104693"
      },
      "reserve_in_usd": "1064323.2916",
      "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_0x1674d09f5964a0b2b427e958eb670ad0c1cb9553323d7288ab77336a19049e01",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000591963024363812",
        "base_token_price_native_currency": "0.0000000235494604161837",
        "quote_token_price_usd": "2525.02",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000002354946042",
        "quote_token_price_base_token": "42463817.9528215",
        "address": "0x1674d09f5964a0b2b427e958eb670ad0c1cb9553323d7288ab77336a19049e01",
        "name": "PONIE / WETH 0.25%",
        "pool_created_at": "2026-09-07T03:56:09Z",
        "fdv_usd": "59196.30244",
        "market_cap_usd": "59196.30244",
        "price_change_percentage": {
          "m5": "5.174",
          "m15": "-9.381",
          "m30": "-13.369",
          "h1": "-16.538",
          "h6": "-10.521",
          "h24": "-63.031"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 6,
            "buyers": 8,
            "sellers": 4
          },
          "m15": {
            "buys": 44,
            "sells": 42,
            "buyers": 35,
            "sellers": 29
          },
          "m30": {
            "buys": 98,
            "sells": 99,
            "buyers": 60,
            "sellers": 59
          },
          "h1": {
            "buys": 211,
            "sells": 202,
            "buyers": 121,
            "sellers": 114
          },
          "h6": {
            "buys": 1170,
            "sells": 1110,
            "buyers": 558,
            "sellers": 527
          },
          "h24": {
            "buys": 8306,
            "sells": 8104,
            "buyers": 1313,
            "sellers": 1235
          }
        },
        "volume_usd": {
          "m5": "364.5924840029",
          "m15": "2544.2847119063",
          "m30": "5444.0606290828",
          "h1": "10135.3582119951",
          "h6": "73709.2067026599",
          "h24": "764932.333820444"
        },
        "reserve_in_usd": "28632.2118"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x9aa0c0ca88e6ae43a3d229afc373c0b9f2b53521",
            "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.00802866798183282",
        "base_token_price_native_currency": "0.00000312644227517344",
        "quote_token_price_usd": "1.00026631444333",
        "quote_token_price_native_currency": "0.000395732885922121",
        "base_token_price_quote_token": "0.007900385301",
        "quote_token_price_base_token": "126.5761050714",
        "address": "0x5eac4195930d5ff8b7a34a347f2bde951c42eb730d6e26075bea3dd7c66feb40",
        "name": "ROBIN / USDG",
        "pool_created_at": "2026-09-05T16:54:01Z",
        "fdv_usd": "7569769.77986666",
        "market_cap_usd": "8028667.982",
        "price_change_percentage": {
          "m5": "0.203",
          "m15": "0.114",
          "m30": "0.65",
          "h1": "3.347",
          "h6": "-8.413",
          "h24": "-13.792"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 6,
            "sells": 7,
            "buyers": 6,
            "sellers": 3
          },
          "m30": {
            "buys": 12,
            "sells": 16,
            "buyers": 12,
            "sellers": 6
          },
          "h1": {
            "buys": 20,
            "sells": 37,
            "buyers": 19,
            "sellers": 20
          },
          "h6": {
            "buys": 174,
            "sells": 271,
            "buyers": 95,
            "sellers": 103
          },
          "h24": {
            "buys": 8391,
            "sells": 5649,
            "buyers": 3800,
            "sellers": 3862
          }
        },
        "volume_usd": {
          "m5": "118.7276096409",
          "m15": "825.3254154845",
          "m30": "1723.9399475",
          "h1": "5867.9519410561",
          "h6": "46100.3144135727",
          "h24": "968578.885680841"
        },
        "reserve_in_usd": "230531.2303"
      },
      "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": "robinhood_0x714442e9a611f8561a7df108d6d925132937cfb8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0411438393423662",
        "base_token_price_native_currency": "0.000016291869814087",
        "quote_token_price_usd": "2527.11",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001629186981",
        "quote_token_price_base_token": "61380.308792754",
        "address": "0x714442e9a611f8561a7df108d6d925132937cfb8",
        "name": "CHUMP / WETH 1%",
        "pool_created_at": "2026-07-31T01:44:31Z",
        "fdv_usd": "41143838.9131967",
        "market_cap_usd": "41143839.34",
        "price_change_percentage": {
          "m5": "-0.087",
          "m15": "-2.028",
          "m30": "0.182",
          "h1": "-3.774",
          "h6": "-3.276",
          "h24": "-7.918"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m30": {
            "buys": 2,
            "sells": 5,
            "buyers": 2,
            "sellers": 5
          },
          "h1": {
            "buys": 9,
            "sells": 17,
            "buyers": 9,
            "sellers": 16
          },
          "h6": {
            "buys": 560,
            "sells": 982,
            "buyers": 85,
            "sellers": 211
          },
          "h24": {
            "buys": 5618,
            "sells": 8490,
            "buyers": 594,
            "sellers": 829
          }
        },
        "volume_usd": {
          "m5": "1360.9857404602",
          "m15": "1400.5796015996",
          "m30": "1618.8675246734",
          "h1": "16197.5693527816",
          "h6": "148081.235025597",
          "h24": "1873501.14721779"
        },
        "reserve_in_usd": "1255513.9887"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x0e0d2c89a5a019fe1cf762e5e33187631dacc21b",
            "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_0x6191331ead43b8876ea312020ca58e539c51ef48021b3b93fac2718893c0b771",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00939874017233664",
        "base_token_price_native_currency": "0.00000372867136706271",
        "quote_token_price_usd": "0.999366387869163",
        "quote_token_price_native_currency": "0.000395785533528116",
        "base_token_price_quote_token": "0.009420938996",
        "quote_token_price_base_token": "106.1465317175",
        "address": "0x6191331ead43b8876ea312020ca58e539c51ef48021b3b93fac2718893c0b771",
        "name": "FLYBRAIN / USDG 0.9%",
        "pool_created_at": "2026-09-10T20:51:21Z",
        "fdv_usd": "9398740.13711728",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-0.486",
          "m15": "-2.111",
          "m30": "5.742",
          "h1": "7.671",
          "h6": "-36.842",
          "h24": "-66.133"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 20,
            "buyers": 9,
            "sellers": 12
          },
          "m15": {
            "buys": 49,
            "sells": 110,
            "buyers": 32,
            "sellers": 48
          },
          "m30": {
            "buys": 107,
            "sells": 151,
            "buyers": 72,
            "sellers": 77
          },
          "h1": {
            "buys": 209,
            "sells": 214,
            "buyers": 134,
            "sellers": 128
          },
          "h6": {
            "buys": 1934,
            "sells": 1336,
            "buyers": 677,
            "sellers": 676
          },
          "h24": {
            "buys": 18774,
            "sells": 13580,
            "buyers": 3593,
            "sellers": 3477
          }
        },
        "volume_usd": {
          "m5": "10167.8278963795",
          "m15": "50224.9526719728",
          "m30": "114454.872736104",
          "h1": "171814.125836753",
          "h6": "1561418.72035179",
          "h24": "19053073.4177876"
        },
        "reserve_in_usd": "588043.8277"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x4eb990547bce4a982432ca88cf5fae7eed1a2d35",
            "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_0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.625666553880664",
        "base_token_price_native_currency": "0.000252465342999302",
        "quote_token_price_usd": "0.999451890360253",
        "quote_token_price_native_currency": "0.00039581939563261",
        "base_token_price_quote_token": "0.637829641",
        "quote_token_price_base_token": "1.5678167583",
        "address": "0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
        "name": "PONS / USDG 0.3%",
        "pool_created_at": "2026-07-18T01:42:13Z",
        "fdv_usd": "433811794.852147",
        "market_cap_usd": "445540132.494747",
        "price_change_percentage": {
          "m5": "-0.113",
          "m15": "-0.519",
          "m30": "-0.277",
          "h1": "-1.132",
          "h6": "4.27",
          "h24": "-3.409"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 4,
            "buyers": 0,
            "sellers": 4
          },
          "m15": {
            "buys": 0,
            "sells": 77,
            "buyers": 0,
            "sellers": 37
          },
          "m30": {
            "buys": 51,
            "sells": 126,
            "buyers": 34,
            "sellers": 49
          },
          "h1": {
            "buys": 189,
            "sells": 203,
            "buyers": 62,
            "sellers": 83
          },
          "h6": {
            "buys": 1181,
            "sells": 1350,
            "buyers": 261,
            "sellers": 351
          },
          "h24": {
            "buys": 9863,
            "sells": 9126,
            "buyers": 829,
            "sellers": 930
          }
        },
        "volume_usd": {
          "m5": "1091.6226286292",
          "m15": "33580.6295952841",
          "m30": "122566.680245802",
          "h1": "265138.216923672",
          "h6": "2353381.38981089",
          "h24": "17817415.6261486"
        },
        "reserve_in_usd": "8905922.2914"
      },
      "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": "bsc_0x185d73ec966d464a40372cd7e737bb68b0b95f1f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0201140364848533",
        "base_token_price_native_currency": "0.000027091607635532177776762546995",
        "quote_token_price_usd": "0.997672625101715",
        "quote_token_price_native_currency": "0.0013596715889415",
        "base_token_price_quote_token": "0.01992511122",
        "quote_token_price_base_token": "50.1879256201",
        "address": "0x185d73ec966d464a40372cd7e737bb68b0b95f1f",
        "name": "Deod / USDT 1%",
        "pool_created_at": "2026-01-14T11:29:49Z",
        "fdv_usd": "38014624.740079",
        "market_cap_usd": "11447500.2359632",
        "price_change_percentage": {
          "m5": "2.404",
          "m15": "-1.994",
          "m30": "-2.019",
          "h1": "-2.094",
          "h6": "-10.061",
          "h24": "-10.975"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 9,
            "sells": 1,
            "buyers": 6,
            "sellers": 1
          },
          "m30": {
            "buys": 10,
            "sells": 1,
            "buyers": 6,
            "sellers": 1
          },
          "h1": {
            "buys": 12,
            "sells": 3,
            "buyers": 8,
            "sellers": 3
          },
          "h6": {
            "buys": 87,
            "sells": 70,
            "buyers": 16,
            "sellers": 19
          },
          "h24": {
            "buys": 665,
            "sells": 501,
            "buyers": 95,
            "sellers": 104
          }
        },
        "volume_usd": {
          "m5": "983.8352111863",
          "m15": "987.8633226513",
          "m30": "988.9438418048",
          "h1": "1036.3030868246",
          "h6": "5871.6903585034",
          "h24": "76220.8729772779"
        },
        "reserve_in_usd": "68562.6509"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x3510fbbc13090f991ffa523527113a166161683e",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xba25e3dd3a9f70d2272d691d6f2dde5c5534ad3d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000759719058844908",
        "base_token_price_native_currency": "0.000000277601546325072",
        "quote_token_price_usd": "2525.02",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002776015463",
        "quote_token_price_base_token": "3602285.40956684",
        "address": "0xba25e3dd3a9f70d2272d691d6f2dde5c5534ad3d",
        "name": "LPAD / WETH 1%",
        "pool_created_at": "2026-09-10T18:49:04Z",
        "fdv_usd": "748624.028626788",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "9.141",
          "m15": "-15.467",
          "m30": "-12.172",
          "h1": "20.747",
          "h6": "-27.316",
          "h24": "177.897"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 7,
            "buyers": 8,
            "sellers": 6
          },
          "m15": {
            "buys": 43,
            "sells": 28,
            "buyers": 35,
            "sellers": 23
          },
          "m30": {
            "buys": 82,
            "sells": 55,
            "buyers": 56,
            "sellers": 43
          },
          "h1": {
            "buys": 178,
            "sells": 102,
            "buyers": 113,
            "sellers": 83
          },
          "h6": {
            "buys": 891,
            "sells": 585,
            "buyers": 327,
            "sellers": 311
          },
          "h24": {
            "buys": 7004,
            "sells": 4965,
            "buyers": 1250,
            "sellers": 1048
          }
        },
        "volume_usd": {
          "m5": "5169.9322754952",
          "m15": "20192.6528315546",
          "m30": "32472.5572772594",
          "h1": "56573.4362741928",
          "h6": "278791.604895839",
          "h24": "2125935.2221719"
        },
        "reserve_in_usd": "99233.5385"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x3c68382e757193f6ddd12a72dcf0adf93c961769",
            "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_0xcaaff2d4a913751029f25212cc69d7cece11abef056624459d0eacad22d92b9b",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000218187977520342",
        "base_token_price_native_currency": "0.00000000944362003884888",
        "quote_token_price_usd": "765.166888837272",
        "quote_token_price_native_currency": "0.303033991349483",
        "base_token_price_quote_token": "0.00000003116356682",
        "quote_token_price_base_token": "32088753.0526293",
        "address": "0xcaaff2d4a913751029f25212cc69d7cece11abef056624459d0eacad22d92b9b",
        "name": "STOCKTARD / SPY",
        "pool_created_at": "2026-09-11T17:52:03Z",
        "fdv_usd": "21818.79775",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.268",
          "m15": "-0.497",
          "m30": "-3.563",
          "h1": "10.047",
          "h6": "-20.807",
          "h24": "-68.787"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 9,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m30": {
            "buys": 17,
            "sells": 5,
            "buyers": 3,
            "sellers": 5
          },
          "h1": {
            "buys": 46,
            "sells": 13,
            "buyers": 14,
            "sellers": 13
          },
          "h6": {
            "buys": 189,
            "sells": 94,
            "buyers": 57,
            "sellers": 71
          },
          "h24": {
            "buys": 14959,
            "sells": 14065,
            "buyers": 955,
            "sellers": 1021
          }
        },
        "volume_usd": {
          "m5": "10.8907008754",
          "m15": "11.4604101873",
          "m30": "108.6632665465",
          "h1": "898.7268406585",
          "h6": "7682.0331085573",
          "h24": "2388997.0030892"
        },
        "reserve_in_usd": "13496.5618"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xa909dd593195aabfbe1f53e089b2a3a50d8ddcf4",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x117cc2133c37b721f49de2a7a74833232b3b4c0c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_zxTpi4BtaWX3mgdAPoezkMD1hxx8CdeCfrqXMWvSCLX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.27685394603609689847932567072342228073977428594925547689105915",
        "base_token_price_native_currency": "0.00273370932341264",
        "quote_token_price_usd": "101.680413104453751414715162116240428142400308715",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.002733709323",
        "quote_token_price_base_token": "365.8033396",
        "address": "zxTpi4BtaWX3mgdAPoezkMD1hxx8CdeCfrqXMWvSCLX",
        "name": "STONK / SOL",
        "pool_created_at": "2026-08-12T10:51:40Z",
        "fdv_usd": "236844666.340983",
        "market_cap_usd": "236844666.340983",
        "price_change_percentage": {
          "m5": "-0.588",
          "m15": "-1.333",
          "m30": "0.039",
          "h1": "-0.291",
          "h6": "-5.775",
          "h24": "-4.213"
        },
        "transactions": {
          "m5": {
            "buys": 36,
            "sells": 19,
            "buyers": 34,
            "sellers": 19
          },
          "m15": {
            "buys": 83,
            "sells": 149,
            "buyers": 61,
            "sellers": 100
          },
          "m30": {
            "buys": 212,
            "sells": 299,
            "buyers": 128,
            "sellers": 189
          },
          "h1": {
            "buys": 460,
            "sells": 495,
            "buyers": 245,
            "sellers": 310
          },
          "h6": {
            "buys": 6374,
            "sells": 4267,
            "buyers": 2395,
            "sellers": 1880
          },
          "h24": {
            "buys": 56679,
            "sells": 45652,
            "buyers": 17690,
            "sellers": 15113
          }
        },
        "volume_usd": {
          "m5": "43250.1981729067",
          "m15": "217024.024958351",
          "m30": "435402.055199336",
          "h1": "725644.914885079",
          "h6": "7702361.91726712",
          "h24": "69381559.3641398"
        },
        "reserve_in_usd": "4832031.087"
      },
      "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_0x588b0785f50063260003b7790c42f1ef74902746",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0106803709424017",
        "base_token_price_native_currency": "0.00000431527815441869",
        "quote_token_price_usd": "2525.03",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004315278154",
        "quote_token_price_base_token": "231734.772178251",
        "address": "0x588b0785f50063260003b7790c42f1ef74902746",
        "name": "JUGGERNAUT / WETH 1%",
        "pool_created_at": "2026-06-29T09:12:54Z",
        "fdv_usd": "9957608.75487862",
        "market_cap_usd": "10680370.94",
        "price_change_percentage": {
          "m5": "-1.02",
          "m15": "-1.406",
          "m30": "9.81",
          "h1": "8.618",
          "h6": "21.552",
          "h24": "-11.086"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 3,
            "buyers": 6,
            "sellers": 3
          },
          "m15": {
            "buys": 27,
            "sells": 16,
            "buyers": 22,
            "sellers": 15
          },
          "m30": {
            "buys": 61,
            "sells": 81,
            "buyers": 41,
            "sellers": 41
          },
          "h1": {
            "buys": 95,
            "sells": 110,
            "buyers": 60,
            "sellers": 56
          },
          "h6": {
            "buys": 511,
            "sells": 441,
            "buyers": 228,
            "sellers": 252
          },
          "h24": {
            "buys": 4245,
            "sells": 4216,
            "buyers": 1147,
            "sellers": 1558
          }
        },
        "volume_usd": {
          "m5": "7080.9096358894",
          "m15": "27015.8872555626",
          "m30": "95687.3738756517",
          "h1": "117176.152938497",
          "h6": "420865.037185436",
          "h24": "5485666.89619882"
        },
        "reserve_in_usd": "822330.0551"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xd7321801caae694090694ff55a9323139f043b88",
            "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_0x3206ce1c4d3f9fa25cfab95de7e743f61912fcb03efa6b3bff02cc577dcda22b",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00179461994107758",
        "base_token_price_native_currency": "0.000000697346571560753",
        "quote_token_price_usd": "1.00024750768865",
        "quote_token_price_native_currency": "0.00039571292105845",
        "base_token_price_quote_token": "0.001762253731",
        "quote_token_price_base_token": "567.4551753697",
        "address": "0x3206ce1c4d3f9fa25cfab95de7e743f61912fcb03efa6b3bff02cc577dcda22b",
        "name": "SIRIUS / USDG",
        "pool_created_at": "2026-08-30T09:22:12Z",
        "fdv_usd": "1794619.94097483",
        "market_cap_usd": "1794619.941",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.048",
          "m30": "-0.183",
          "h1": "1.093",
          "h6": "-6.552",
          "h24": "40.743"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m30": {
            "buys": 3,
            "sells": 3,
            "buyers": 3,
            "sellers": 3
          },
          "h1": {
            "buys": 10,
            "sells": 10,
            "buyers": 10,
            "sellers": 10
          },
          "h6": {
            "buys": 103,
            "sells": 131,
            "buyers": 61,
            "sellers": 101
          },
          "h24": {
            "buys": 733,
            "sells": 902,
            "buyers": 241,
            "sellers": 433
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "63.2665328011",
          "m30": "245.4006962306",
          "h1": "965.282114768",
          "h6": "42047.9337491582",
          "h24": "280153.34261349"
        },
        "reserve_in_usd": "103894.1892"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x3b4a0048a00787a644932cd648faa043410c163e",
            "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": "solana_GbrDAq3RjcVWeroLDUwmnuQ8N5xaaKj2Rk2dJDg64CLY",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0199511234241575650579878082545576574364129817564343550343926495",
        "base_token_price_native_currency": "0.000196211901144083",
        "quote_token_price_usd": "101.680413104453751414715162116240428142400308715",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001962119011",
        "quote_token_price_base_token": "5096.530812704",
        "address": "GbrDAq3RjcVWeroLDUwmnuQ8N5xaaKj2Rk2dJDg64CLY",
        "name": "EMBER / SOL",
        "pool_created_at": "2026-09-09T23:09:57Z",
        "fdv_usd": "19888094.802606",
        "market_cap_usd": "19888094.802606",
        "price_change_percentage": {
          "m5": "1.113",
          "m15": "6.843",
          "m30": "33.825",
          "h1": "32.888",
          "h6": "13.024",
          "h24": "148.756"
        },
        "transactions": {
          "m5": {
            "buys": 168,
            "sells": 166,
            "buyers": 131,
            "sellers": 123
          },
          "m15": {
            "buys": 385,
            "sells": 375,
            "buyers": 272,
            "sellers": 256
          },
          "m30": {
            "buys": 569,
            "sells": 598,
            "buyers": 380,
            "sellers": 345
          },
          "h1": {
            "buys": 671,
            "sells": 687,
            "buyers": 460,
            "sellers": 412
          },
          "h6": {
            "buys": 2244,
            "sells": 1700,
            "buyers": 1327,
            "sellers": 1099
          },
          "h24": {
            "buys": 37209,
            "sells": 29256,
            "buyers": 14034,
            "sellers": 10599
          }
        },
        "volume_usd": {
          "m5": "207270.627467186",
          "m15": "395603.193275327",
          "m30": "589329.075252243",
          "h1": "648098.729571706",
          "h6": "1931629.10146214",
          "h24": "35652618.4385883"
        },
        "reserve_in_usd": "974472.056"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5dvXTZ5qwgafnHtwu3Ls3QrWx1U4LQsFeCuJgkk4QEC6",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xd42a491087a15e5afd51feb3606066cc152d2b09",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.174566604923585",
        "base_token_price_native_currency": "0.0000702173495244603",
        "quote_token_price_usd": "2527.63",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007021734952",
        "quote_token_price_base_token": "14241.4945419102",
        "address": "0xd42a491087a15e5afd51feb3606066cc152d2b09",
        "name": "CASHCAT / WETH 0.3%",
        "pool_created_at": "2026-07-01T19:38:42Z",
        "fdv_usd": "172475672.973904",
        "market_cap_usd": "172521954.376842",
        "price_change_percentage": {
          "m5": "-0.169",
          "m15": "-0.384",
          "m30": "-0.891",
          "h1": "1.834",
          "h6": "4.328",
          "h24": "-0.898"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 19,
            "buyers": 0,
            "sellers": 6
          },
          "m15": {
            "buys": 17,
            "sells": 58,
            "buyers": 4,
            "sellers": 21
          },
          "m30": {
            "buys": 20,
            "sells": 66,
            "buyers": 7,
            "sellers": 28
          },
          "h1": {
            "buys": 67,
            "sells": 120,
            "buyers": 30,
            "sellers": 69
          },
          "h6": {
            "buys": 1182,
            "sells": 882,
            "buyers": 216,
            "sellers": 276
          },
          "h24": {
            "buys": 8499,
            "sells": 9274,
            "buyers": 1256,
            "sellers": 1343
          }
        },
        "volume_usd": {
          "m5": "5415.1027301263",
          "m15": "29160.1598881124",
          "m30": "31696.1964635826",
          "h1": "173987.797140793",
          "h6": "1146582.63177258",
          "h24": "10483995.0988499"
        },
        "reserve_in_usd": "2451103.7269"
      },
      "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_0xd29893ffac8b29ec4db2cfe0cdb3fe1377c028ff",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0292860428114168",
        "base_token_price_native_currency": "0.0000114402620500386",
        "quote_token_price_usd": "2525.02",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001144026205",
        "quote_token_price_base_token": "87410.5851444745",
        "address": "0xd29893ffac8b29ec4db2cfe0cdb3fe1377c028ff",
        "name": "Index / WETH 1%",
        "pool_created_at": "2026-07-10T23:38:50Z",
        "fdv_usd": "28715969.4035777",
        "market_cap_usd": "28716128.2366968",
        "price_change_percentage": {
          "m5": "-0.08",
          "m15": "0.031",
          "m30": "-0.403",
          "h1": "0.517",
          "h6": "5.993",
          "h24": "-25.565"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 0,
            "buyers": 4,
            "sellers": 0
          },
          "m30": {
            "buys": 9,
            "sells": 3,
            "buyers": 9,
            "sellers": 3
          },
          "h1": {
            "buys": 34,
            "sells": 24,
            "buyers": 34,
            "sellers": 9
          },
          "h6": {
            "buys": 299,
            "sells": 240,
            "buyers": 195,
            "sellers": 84
          },
          "h24": {
            "buys": 1862,
            "sells": 1670,
            "buyers": 894,
            "sellers": 825
          }
        },
        "volume_usd": {
          "m5": "396.9757978251",
          "m15": "665.1623758218",
          "m30": "10402.3682760061",
          "h1": "46669.5923326682",
          "h6": "365088.913849077",
          "h24": "3950031.06916768"
        },
        "reserve_in_usd": "856314.5776"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x56910d4409f3a0c78c64dd8d0545ff0705389870",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0xa8955866309f6e8278e0ad11b55eb52f36bf98f2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000640473645027648",
        "base_token_price_native_currency": "0.00000000874862239213904",
        "quote_token_price_usd": "733.94",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000008748622392",
        "quote_token_price_base_token": "114303710.364564",
        "address": "0xa8955866309f6e8278e0ad11b55eb52f36bf98f2",
        "name": "PONS / WBNB",
        "pool_created_at": "2026-09-11T11:52:34Z",
        "fdv_usd": "6404.73645",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.551",
          "m30": "5.513",
          "h1": "5.941",
          "h6": "-24.324",
          "h24": "-94.015"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m30": {
            "buys": 5,
            "sells": 0,
            "buyers": 5,
            "sellers": 0
          },
          "h1": {
            "buys": 5,
            "sells": 1,
            "buyers": 5,
            "sellers": 1
          },
          "h6": {
            "buys": 68,
            "sells": 78,
            "buyers": 52,
            "sellers": 55
          },
          "h24": {
            "buys": 2262,
            "sells": 3047,
            "buyers": 1146,
            "sellers": 2355
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "23.1999854947",
          "m30": "115.9008120134",
          "h1": "121.5102499988",
          "h6": "4086.1051428114",
          "h24": "250209.059030888"
        },
        "reserve_in_usd": "7916.5336"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x7a18b77923da47a20a1588ea2a85990cd0377777",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x177bdbd68b066e33dec8d0d303e989127af099782eb4f55b0f5e9ed48be19d03",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00421034442315867",
        "base_token_price_native_currency": "0.00000166767707407605",
        "quote_token_price_usd": "0.999373324981156",
        "quote_token_price_native_currency": "0.000395766269972498",
        "base_token_price_quote_token": "0.004213792838",
        "quote_token_price_base_token": "237.315890543",
        "address": "0x177bdbd68b066e33dec8d0d303e989127af099782eb4f55b0f5e9ed48be19d03",
        "name": "CME / USDG 3.11%",
        "pool_created_at": "2026-09-08T01:26:39Z",
        "fdv_usd": "4188491.15485911",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0.177",
          "m15": "8.31",
          "m30": "-4.385",
          "h1": "-22.649",
          "h6": "-41.467",
          "h24": "-71.313"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 2,
            "buyers": 7,
            "sellers": 2
          },
          "m15": {
            "buys": 48,
            "sells": 8,
            "buyers": 36,
            "sellers": 8
          },
          "m30": {
            "buys": 122,
            "sells": 32,
            "buyers": 93,
            "sellers": 26
          },
          "h1": {
            "buys": 138,
            "sells": 60,
            "buyers": 102,
            "sellers": 51
          },
          "h6": {
            "buys": 414,
            "sells": 232,
            "buyers": 230,
            "sellers": 163
          },
          "h24": {
            "buys": 1863,
            "sells": 1388,
            "buyers": 660,
            "sellers": 724
          }
        },
        "volume_usd": {
          "m5": "2613.6207852603",
          "m15": "28620.5896679426",
          "m30": "90183.3491787385",
          "h1": "136447.592292",
          "h6": "513518.75412225",
          "h24": "3395355.11144286"
        },
        "reserve_in_usd": "639977.6816"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe2324ff2a59f8ecba8c321c6466e59121c00e795",
            "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_8Tfvhwk6swWCjo7DNKrp89wWqrTdj6o9HBoDhfXT2dy6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0019975368915719737889327693871228098610355412578324964544230059",
        "base_token_price_native_currency": "0.0000196428281379618",
        "quote_token_price_usd": "101.680413104453751414715162116240428142400308715",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001964282814",
        "quote_token_price_base_token": "50909.1660822199",
        "address": "8Tfvhwk6swWCjo7DNKrp89wWqrTdj6o9HBoDhfXT2dy6",
        "name": "Stunk / SOL",
        "pool_created_at": "2026-09-11T18:12:37Z",
        "fdv_usd": "1983566.58227392",
        "market_cap_usd": "1995519.73",
        "price_change_percentage": {
          "m5": "-4.636",
          "m15": "-8.065",
          "m30": "-8.224",
          "h1": "-10.109",
          "h6": "-20.733",
          "h24": "1805.471"
        },
        "transactions": {
          "m5": {
            "buys": 707,
            "sells": 257,
            "buyers": 153,
            "sellers": 122
          },
          "m15": {
            "buys": 2090,
            "sells": 895,
            "buyers": 456,
            "sellers": 383
          },
          "m30": {
            "buys": 4196,
            "sells": 1736,
            "buyers": 874,
            "sellers": 752
          },
          "h1": {
            "buys": 8158,
            "sells": 3593,
            "buyers": 1846,
            "sellers": 1581
          },
          "h6": {
            "buys": 44119,
            "sells": 22148,
            "buyers": 7912,
            "sellers": 6534
          },
          "h24": {
            "buys": 102149,
            "sells": 50106,
            "buyers": 12869,
            "sellers": 9925
          }
        },
        "volume_usd": {
          "m5": "8105.6355366661",
          "m15": "24832.1936659077",
          "m30": "47504.0438148435",
          "h1": "102047.155506707",
          "h6": "1008405.14914925",
          "h24": "4160650.87536177"
        },
        "reserve_in_usd": "128358.3675"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FLk6FKAN26m1FT4ucguwy3uHBMzLKcEu8KMTYD2Zpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x4b7c86491df95f366b31217b2950d2c5136a2f19b6879613eac73d0e69092a1a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0434898664534928",
        "base_token_price_native_currency": "0.000017230203775534",
        "quote_token_price_usd": "1.00026592479388",
        "quote_token_price_native_currency": "0.000395732731766074",
        "base_token_price_quote_token": "0.0435400016",
        "quote_token_price_base_token": "22.9673854657",
        "address": "0x4b7c86491df95f366b31217b2950d2c5136a2f19b6879613eac73d0e69092a1a",
        "name": "MEME / USDG 0.7%",
        "pool_created_at": "2026-09-05T08:51:37Z",
        "fdv_usd": "43489866.430676",
        "market_cap_usd": "43489866.45",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-1.509",
          "m30": "-2.393",
          "h1": "-3.233",
          "h6": "-4.733",
          "h24": "-15.19"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 10,
            "buyers": 0,
            "sellers": 9
          },
          "m30": {
            "buys": 0,
            "sells": 14,
            "buyers": 0,
            "sellers": 11
          },
          "h1": {
            "buys": 23,
            "sells": 19,
            "buyers": 17,
            "sellers": 14
          },
          "h6": {
            "buys": 187,
            "sells": 124,
            "buyers": 126,
            "sellers": 87
          },
          "h24": {
            "buys": 1161,
            "sells": 1159,
            "buyers": 493,
            "sellers": 553
          }
        },
        "volume_usd": {
          "m5": "1132.6383695506",
          "m15": "7064.9626268343",
          "m30": "11114.5488445484",
          "h1": "32752.9155564498",
          "h6": "286955.676845428",
          "h24": "3309120.44062327"
        },
        "reserve_in_usd": "1690545.4207"
      },
      "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_0x52e65b17fb6e5ba00ed806f37afcd2daa50271ca",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.999451890360254",
        "base_token_price_native_currency": "0.000395817121934543",
        "quote_token_price_usd": "2525.02",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0003958171219",
        "quote_token_price_base_token": "2526.419259259",
        "address": "0x52e65b17fb6e5ba00ed806f37afcd2daa50271ca",
        "name": "USDG / WETH 0.01%",
        "pool_created_at": "2026-07-02T20:51:08Z",
        "fdv_usd": "711894120.567333",
        "market_cap_usd": "3304265581.84923",
        "price_change_percentage": {
          "m5": "-0.097",
          "m15": "-0.093",
          "m30": "-0.001",
          "h1": "-0.078",
          "h6": "-0.171",
          "h24": "0.002"
        },
        "transactions": {
          "m5": {
            "buys": 365,
            "sells": 468,
            "buyers": 271,
            "sellers": 338
          },
          "m15": {
            "buys": 1968,
            "sells": 2004,
            "buyers": 1130,
            "sellers": 1088
          },
          "m30": {
            "buys": 4554,
            "sells": 4557,
            "buyers": 2167,
            "sellers": 2012
          },
          "h1": {
            "buys": 10474,
            "sells": 10782,
            "buyers": 3953,
            "sellers": 3924
          },
          "h6": {
            "buys": 88908,
            "sells": 90600,
            "buyers": 16609,
            "sellers": 16220
          },
          "h24": {
            "buys": 542703,
            "sells": 588397,
            "buyers": 53244,
            "sellers": 52831
          }
        },
        "volume_usd": {
          "m5": "368879.863931676",
          "m15": "2154168.22197119",
          "m30": "4671866.90810827",
          "h1": "7805286.74165779",
          "h6": "59848695.3113664",
          "h24": "704590877.653863"
        },
        "reserve_in_usd": "29865075.2757"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
            "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_0xcbdfea90430a30ee4469c9902e120a77e7c7e4711d5643671c1d1957f2f1ce27",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.311196957007196",
        "base_token_price_native_currency": "0.000122542735839418",
        "quote_token_price_usd": "219.412239232823",
        "quote_token_price_native_currency": "0.0868027737488963",
        "base_token_price_quote_token": "0.001411737558",
        "quote_token_price_base_token": "708.3469546709",
        "address": "0xcbdfea90430a30ee4469c9902e120a77e7c7e4711d5643671c1d1957f2f1ce27",
        "name": "AI / NVDA",
        "pool_created_at": "2026-07-14T17:48:31Z",
        "fdv_usd": "307864195.259781",
        "market_cap_usd": "308501127.308674",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-1.241",
          "m30": "2.707",
          "h1": "4.267",
          "h6": "17.839",
          "h24": "21.542"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 10,
            "sells": 11,
            "buyers": 8,
            "sellers": 7
          },
          "m30": {
            "buys": 17,
            "sells": 18,
            "buyers": 14,
            "sellers": 13
          },
          "h1": {
            "buys": 39,
            "sells": 47,
            "buyers": 32,
            "sellers": 38
          },
          "h6": {
            "buys": 433,
            "sells": 712,
            "buyers": 314,
            "sellers": 478
          },
          "h24": {
            "buys": 2394,
            "sells": 4443,
            "buyers": 1327,
            "sellers": 2042
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "2220.7374259125",
          "m30": "37714.5671469113",
          "h1": "57981.7523497875",
          "h6": "541007.693894157",
          "h24": "2725041.06663785"
        },
        "reserve_in_usd": "30068828.2817"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x2e8c31162b855a2ffa90f6f8634643ad6f111e18",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xd0601ce157db5bdc3162bbac2a2c8af5320d9eec",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "bankr-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.