On-chain DEX token & market data API for DeFi projects & developers

Get complete coverage of the crypto market delivered by CoinGecko API, the world’s largest independent crypto data authority since 2014.
Data Powered by
Trusted by Leading Web3 Projects

Extensive & Reliable On-Chain DEX Data API

Access on-chain market data from DEXes such as Uniswap, PancakeSwap, Orca, Curve and more across major networks, with our reliable and extensive DEX data API.
42M+
Coins & Tokens
250+
Networks
1,900+
DEXes

Scale Your DeFi Project Efficiently

One Unified API for Crypto, NFT and DEX Data

Simplify the integration process with one unified crypto data API providing complete coverage
Endpoint Category Description
/onchain/simple/*/token_price/* The simplest way to get the latest price USD price of tokens on a network, with token addresses
/onchain/networks Get the full list of supported networks
/onchain/network/*dexes Get the full list of supported dexes on a network
/onchains/network/*/pools/* Get liquidity pool data such as: trending pools, new pools, and market data like price, reserve, market cap, transacions, volume. Search endpoint is also available to search for pools on a network.
/onchains/network/*/tokens/* Get token related data like top pools, price, fdv, reserve, volume, market cap, geckoterminal score, coingecko api id. Metadata is also available, including image, website, description, and social media links.
/onchains/network/*/ohlcvs/* Get OHLCV historical chart data of a liquidity pool
/onchains/network/*/trades Get the latest 300 trades from a liquidity pool
// Get prices and market data of a liquidty pool
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.999454386699365",
      "base_token_price_native_currency": "0.00051885039908281",
      "quote_token_price_usd": "1924.73",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005188503991",
      "quote_token_price_base_token": "1927.337825639",
      "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": "4579286917.02666",
      "market_cap_usd": "4580052821.54078",
      "price_change_percentage": {
        "m5": "-0.002",
        "m15": "-0.05",
        "m30": "-0.075",
        "h1": "-0.038",
        "h6": "0.002",
        "h24": "0.03"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 2,
          "buyers": 0,
          "sellers": 2
        },
        "m15": {
          "buys": 4,
          "sells": 2,
          "buyers": 4,
          "sellers": 2
        },
        "m30": {
          "buys": 15,
          "sells": 10,
          "buyers": 12,
          "sellers": 6
        },
        "h1": {
          "buys": 19,
          "sells": 19,
          "buyers": 14,
          "sellers": 15
        },
        "h6": {
          "buys": 106,
          "sells": 111,
          "buyers": 63,
          "sellers": 66
        },
        "h24": {
          "buys": 405,
          "sells": 437,
          "buyers": 228,
          "sellers": 228
        }
      },
      "volume_usd": {
        "m5": "178.4655284177",
        "m15": "367.1133528547",
        "m30": "4598.9109850781",
        "h1": "7593.1600161789",
        "h6": "44694.6320378076",
        "h24": "169891.917081411"
      },
      "reserve_in_usd": "922581.1414",
      "locked_liquidity_percentage": null
    },
    "relationships": {
      "base_token": {
        "data": {
          "id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
          "type": "token"
        }
      },
      "quote_token": {
        "data": {
          "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
          "type": "token"
        }
      },
      "dex": {
        "data": {
          "id": "uniswap_v3",
          "type": "dex"
        }
      }
    }
  }
}
// Discover Trending Pools
{
  "data": [
    {
      "id": "robinhood_0x306f6b51f0590b3a30891667cec96d2095abebf2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000371606676862017",
        "base_token_price_native_currency": "0.0000000192989413276129",
        "quote_token_price_usd": "1924.92",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000001929894133",
        "quote_token_price_base_token": "51816313.8083228",
        "address": "0x306f6b51f0590b3a30891667cec96d2095abebf2",
        "name": "POPCAT / WETH 1%",
        "pool_created_at": "2026-08-09T01:10:01Z",
        "fdv_usd": "37160.66769",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.037",
          "m15": "-1.605",
          "m30": "7.923",
          "h1": "16.063",
          "h6": "5.781",
          "h24": "-48.922"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 3,
            "buyers": 3,
            "sellers": 3
          },
          "m30": {
            "buys": 9,
            "sells": 6,
            "buyers": 9,
            "sellers": 6
          },
          "h1": {
            "buys": 34,
            "sells": 17,
            "buyers": 26,
            "sellers": 17
          },
          "h6": {
            "buys": 266,
            "sells": 215,
            "buyers": 137,
            "sellers": 140
          },
          "h24": {
            "buys": 2670,
            "sells": 2002,
            "buyers": 859,
            "sellers": 817
          }
        },
        "volume_usd": {
          "m5": "3.1666438007",
          "m15": "408.8971281063",
          "m30": "922.3820617668",
          "h1": "3808.4834704066",
          "h6": "28303.4683224464",
          "h24": "411515.385358191"
        },
        "reserve_in_usd": "17288.4765"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x1c6fcaa4654194a0b23eb2253e065e63658ade0c",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x3626904443af56d0dcd4069add190b8dbe0c3006",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000289899011131965",
        "base_token_price_native_currency": "0.000000153495341204427",
        "quote_token_price_usd": "1924.75",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001534953412",
        "quote_token_price_base_token": "6514855.70932207",
        "address": "0x3626904443af56d0dcd4069add190b8dbe0c3006",
        "name": "TROLL / WETH 1%",
        "pool_created_at": "2026-08-09T19:34:47Z",
        "fdv_usd": "295435.5531",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-5.237",
          "m15": "-11.866",
          "m30": "-35.475",
          "h1": "-39.952",
          "h6": "393.171",
          "h24": "9886.529"
        },
        "transactions": {
          "m5": {
            "buys": 36,
            "sells": 19,
            "buyers": 25,
            "sellers": 16
          },
          "m15": {
            "buys": 97,
            "sells": 51,
            "buyers": 58,
            "sellers": 45
          },
          "m30": {
            "buys": 181,
            "sells": 111,
            "buyers": 83,
            "sellers": 85
          },
          "h1": {
            "buys": 480,
            "sells": 278,
            "buyers": 153,
            "sellers": 173
          },
          "h6": {
            "buys": 2266,
            "sells": 1352,
            "buyers": 498,
            "sellers": 491
          },
          "h24": {
            "buys": 2998,
            "sells": 1712,
            "buyers": 778,
            "sellers": 607
          }
        },
        "volume_usd": {
          "m5": "13976.5542498161",
          "m15": "19153.7448532219",
          "m30": "35052.0437370924",
          "h1": "91063.3421751401",
          "h6": "362089.17499786",
          "h24": "431076.419097528"
        },
        "reserve_in_usd": "54370.1455"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xa206753eb19d8e3f9ae3313adb467bdc2a7a4d90",
            "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_0xa70fc67c9f69da90b63a0e4c05d229954574e313",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.162701868517261",
        "base_token_price_native_currency": "0.000086245804929611",
        "quote_token_price_usd": "1924.75",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00008624580493",
        "quote_token_price_base_token": "11594.766850586",
        "address": "0xa70fc67c9f69da90b63a0e4c05d229954574e313",
        "name": "CASHCAT / WETH 1%",
        "pool_created_at": "2026-06-29T07:00:49Z",
        "fdv_usd": "160876063.774588",
        "market_cap_usd": "160877945.663218",
        "price_change_percentage": {
          "m5": "-2.311",
          "m15": "-2.367",
          "m30": "0.106",
          "h1": "4.381",
          "h6": "21.684",
          "h24": "43.669"
        },
        "transactions": {
          "m5": {
            "buys": 20,
            "sells": 10,
            "buyers": 5,
            "sellers": 9
          },
          "m15": {
            "buys": 71,
            "sells": 36,
            "buyers": 19,
            "sellers": 29
          },
          "m30": {
            "buys": 231,
            "sells": 76,
            "buyers": 66,
            "sellers": 63
          },
          "h1": {
            "buys": 397,
            "sells": 254,
            "buyers": 90,
            "sellers": 146
          },
          "h6": {
            "buys": 2131,
            "sells": 1019,
            "buyers": 337,
            "sellers": 453
          },
          "h24": {
            "buys": 7684,
            "sells": 4171,
            "buyers": 1000,
            "sellers": 1136
          }
        },
        "volume_usd": {
          "m5": "6930.7343900692",
          "m15": "37144.7701328134",
          "m30": "82374.3266485996",
          "h1": "385796.692478484",
          "h6": "2142549.91988123",
          "h24": "8161496.22020787"
        },
        "reserve_in_usd": "4444572.4553"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x020bfc650a365f8bb26819deaabf3e21291018b4",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0402557798179009",
        "base_token_price_native_currency": "0.0000209141576664195",
        "quote_token_price_usd": "1924.81",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002091415767",
        "quote_token_price_base_token": "47814.5003948992",
        "address": "0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
        "name": "PONS / WETH 1%",
        "pool_created_at": "2026-07-13T20:42:21Z",
        "fdv_usd": "29505925.2346954",
        "market_cap_usd": "29511956.1450213",
        "price_change_percentage": {
          "m5": "0",
          "m15": "2.999",
          "m30": "2.157",
          "h1": "-0.093",
          "h6": "-4.181",
          "h24": "34.513"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 8,
            "sells": 21,
            "buyers": 6,
            "sellers": 19
          },
          "m30": {
            "buys": 20,
            "sells": 25,
            "buyers": 14,
            "sellers": 23
          },
          "h1": {
            "buys": 31,
            "sells": 39,
            "buyers": 22,
            "sellers": 30
          },
          "h6": {
            "buys": 147,
            "sells": 183,
            "buyers": 89,
            "sellers": 129
          },
          "h24": {
            "buys": 781,
            "sells": 895,
            "buyers": 383,
            "sellers": 544
          }
        },
        "volume_usd": {
          "m5": "301.9183486343",
          "m15": "30033.5480341447",
          "m30": "40310.3060280411",
          "h1": "84261.3610405216",
          "h6": "397073.060711167",
          "h24": "1879868.36867191"
        },
        "reserve_in_usd": "1363523.4288"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x39dbed3a2bd333467115de45665cc57f813c4571",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00587602567864698",
        "base_token_price_native_currency": "0.00000306828995011526",
        "quote_token_price_usd": "1924.72",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000306828995",
        "quote_token_price_base_token": "325914.439723154",
        "address": "0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
        "name": "FRONG / WETH 0.25%",
        "pool_created_at": "2026-07-30T20:16:59Z",
        "fdv_usd": "5876025.66268399",
        "market_cap_usd": "5876025.679",
        "price_change_percentage": {
          "m5": "2.172",
          "m15": "3.031",
          "m30": "3.499",
          "h1": "-4.802",
          "h6": "3.773",
          "h24": "3.277"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 50,
            "buyers": 6,
            "sellers": 45
          },
          "m15": {
            "buys": 30,
            "sells": 72,
            "buyers": 25,
            "sellers": 63
          },
          "m30": {
            "buys": 55,
            "sells": 89,
            "buyers": 43,
            "sellers": 78
          },
          "h1": {
            "buys": 175,
            "sells": 164,
            "buyers": 121,
            "sellers": 121
          },
          "h6": {
            "buys": 1086,
            "sells": 671,
            "buyers": 381,
            "sellers": 377
          },
          "h24": {
            "buys": 3944,
            "sells": 2920,
            "buyers": 1211,
            "sellers": 1193
          }
        },
        "volume_usd": {
          "m5": "16036.000816597",
          "m15": "28747.6788048739",
          "m30": "41036.8665406755",
          "h1": "121706.539713488",
          "h6": "391139.893848012",
          "h24": "1665846.9936984"
        },
        "reserve_in_usd": "585089.3545"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x6245e67affa44a23077f0ea7f981a8dc743a0c47",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-pools-trade",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Nx9dcwNs3iJxM5YAxshMHE4aYJHdDyyGMhVcmaSgfu8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0125636630563726674686048623282573504241244265572531480943554611",
        "base_token_price_native_currency": "0.000162550081830579",
        "quote_token_price_usd": "76.903600941358720430227048664268966221312880139",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001625500818",
        "quote_token_price_base_token": "6151.950148154",
        "address": "Nx9dcwNs3iJxM5YAxshMHE4aYJHdDyyGMhVcmaSgfu8",
        "name": "TOAD / SOL",
        "pool_created_at": "2026-08-08T13:59:17Z",
        "fdv_usd": "12067765.2887504",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.603",
          "m15": "0.461",
          "m30": "-8.662",
          "h1": "-1.692",
          "h6": "4.282",
          "h24": "-15.308"
        },
        "transactions": {
          "m5": {
            "buys": 44,
            "sells": 14,
            "buyers": 31,
            "sellers": 14
          },
          "m15": {
            "buys": 185,
            "sells": 105,
            "buyers": 114,
            "sellers": 88
          },
          "m30": {
            "buys": 491,
            "sells": 302,
            "buyers": 235,
            "sellers": 219
          },
          "h1": {
            "buys": 1092,
            "sells": 1021,
            "buyers": 423,
            "sellers": 469
          },
          "h6": {
            "buys": 7673,
            "sells": 7580,
            "buyers": 2260,
            "sellers": 2542
          },
          "h24": {
            "buys": 57891,
            "sells": 47595,
            "buyers": 12561,
            "sellers": 13525
          }
        },
        "volume_usd": {
          "m5": "8262.7538327382",
          "m15": "43550.5291093515",
          "m30": "125873.852722129",
          "h1": "328962.895531656",
          "h6": "2263729.72464718",
          "h24": "16875492.6461376"
        },
        "reserve_in_usd": "389525.6442"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_A13oRB9FFaiUjfi6LdCg6p9ka1u8SfGkUFs4SKvPpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0299547854908171",
        "base_token_price_native_currency": "0.0000155592857038753",
        "quote_token_price_usd": "1925.02",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000155592857",
        "quote_token_price_base_token": "64270.3025724975",
        "address": "0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
        "name": "STONKBROKER / WETH 1%",
        "pool_created_at": "2026-07-18T03:50:03Z",
        "fdv_usd": "72753135.1238156",
        "market_cap_usd": "46865725.7894719",
        "price_change_percentage": {
          "m5": "0.016",
          "m15": "-0.228",
          "m30": "-2.221",
          "h1": "0.388",
          "h6": "-7.081",
          "h24": "-11.971"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 18,
            "sells": 14,
            "buyers": 4,
            "sellers": 17
          },
          "m30": {
            "buys": 34,
            "sells": 15,
            "buyers": 5,
            "sellers": 28
          },
          "h1": {
            "buys": 37,
            "sells": 29,
            "buyers": 16,
            "sellers": 30
          },
          "h6": {
            "buys": 152,
            "sells": 103,
            "buyers": 58,
            "sellers": 82
          },
          "h24": {
            "buys": 837,
            "sells": 622,
            "buyers": 360,
            "sellers": 383
          }
        },
        "volume_usd": {
          "m5": "222.6805356219",
          "m15": "43531.9919355746",
          "m30": "49490.3196652108",
          "h1": "62926.9457704513",
          "h6": "327675.745334595",
          "h24": "2493172.80237635"
        },
        "reserve_in_usd": "6099030.2908"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe934e36a439c94017b64a3fece66af12099abf50",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_FLBSNxKr6SDdKePbB254yoSgjqUFbUyz8qVyKybwPv47",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000422919073174467534894090331859538539742181273259487541458374599",
        "base_token_price_native_currency": "0.00000556703277558288",
        "quote_token_price_usd": "76.903324512443688197565196575290813373707356517",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000005567032776",
        "quote_token_price_base_token": "179628.904716714",
        "address": "FLBSNxKr6SDdKePbB254yoSgjqUFbUyz8qVyKybwPv47",
        "name": "Remus / SOL",
        "pool_created_at": "2026-08-09T14:30:40Z",
        "fdv_usd": "420980.723205695",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.649",
          "m15": "-4.214",
          "m30": "-1.445",
          "h1": "8.288",
          "h6": "-19.996",
          "h24": "1257.261"
        },
        "transactions": {
          "m5": {
            "buys": 23,
            "sells": 9,
            "buyers": 18,
            "sellers": 9
          },
          "m15": {
            "buys": 189,
            "sells": 91,
            "buyers": 172,
            "sellers": 82
          },
          "m30": {
            "buys": 522,
            "sells": 283,
            "buyers": 474,
            "sellers": 251
          },
          "h1": {
            "buys": 794,
            "sells": 486,
            "buyers": 662,
            "sellers": 385
          },
          "h6": {
            "buys": 4100,
            "sells": 3221,
            "buyers": 2130,
            "sellers": 1893
          },
          "h24": {
            "buys": 68139,
            "sells": 56726,
            "buyers": 16798,
            "sellers": 14842
          }
        },
        "volume_usd": {
          "m5": "1354.071548888",
          "m15": "3467.8446344061",
          "m30": "16079.2723512597",
          "h1": "39894.2266213423",
          "h6": "409135.717660316",
          "h24": "10933214.8689786"
        },
        "reserve_in_usd": "63559.9495"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_23e4CNuJxvBQ7RjNLc8Bh3yN3pQq6jeiTbyzJGXYPgme",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x2a004148be6efee250420d93a1ac6393e32d2d60",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000357850052730442",
        "base_token_price_native_currency": "0.00000000182219709614987",
        "quote_token_price_usd": "1924.75",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000001822197096",
        "quote_token_price_base_token": "548788054.877766",
        "address": "0x2a004148be6efee250420d93a1ac6393e32d2d60",
        "name": "WOOF / WETH 1%",
        "pool_created_at": "2026-07-27T22:57:08Z",
        "fdv_usd": "3578500.527",
        "market_cap_usd": "3578500.527",
        "price_change_percentage": {
          "m5": "-0.042",
          "m15": "-2.166",
          "m30": "-1.933",
          "h1": "-3.385",
          "h6": "4.481",
          "h24": "-17.037"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m15": {
            "buys": 13,
            "sells": 14,
            "buyers": 11,
            "sellers": 14
          },
          "m30": {
            "buys": 26,
            "sells": 32,
            "buyers": 22,
            "sellers": 32
          },
          "h1": {
            "buys": 50,
            "sells": 75,
            "buyers": 42,
            "sellers": 68
          },
          "h6": {
            "buys": 388,
            "sells": 404,
            "buyers": 227,
            "sellers": 259
          },
          "h24": {
            "buys": 2284,
            "sells": 2475,
            "buyers": 565,
            "sellers": 602
          }
        },
        "volume_usd": {
          "m5": "325.7800543179",
          "m15": "5426.2980620469",
          "m30": "9050.7771236256",
          "h1": "14976.0011965806",
          "h6": "98711.7211818672",
          "h24": "556534.427221896"
        },
        "reserve_in_usd": "266761.4962"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe15db7c8547a0add11eb26a700246cca08aefce5",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x113cd50b1a416e34e649dce89a333cc09066b817c7a6f7a8f29abe9ba7f9a801",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000248929281589664",
        "base_token_price_native_currency": "0.000000124553183359365",
        "quote_token_price_usd": "1924.72",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001245531834",
        "quote_token_price_base_token": "8028698.84999058",
        "address": "0x113cd50b1a416e34e649dce89a333cc09066b817c7a6f7a8f29abe9ba7f9a801",
        "name": "PEPE / WETH 0.25%",
        "pool_created_at": "2026-08-06T21:08:03Z",
        "fdv_usd": "248929.2816",
        "market_cap_usd": "248929.2816",
        "price_change_percentage": {
          "m5": "1.777",
          "m15": "2.343",
          "m30": "-0.991",
          "h1": "3.35",
          "h6": "16.042",
          "h24": "-64.194"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 0,
            "buyers": 4,
            "sellers": 0
          },
          "m15": {
            "buys": 5,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m30": {
            "buys": 11,
            "sells": 6,
            "buyers": 9,
            "sellers": 5
          },
          "h1": {
            "buys": 23,
            "sells": 17,
            "buyers": 16,
            "sellers": 14
          },
          "h6": {
            "buys": 380,
            "sells": 330,
            "buyers": 166,
            "sellers": 168
          },
          "h24": {
            "buys": 2701,
            "sells": 2151,
            "buyers": 685,
            "sellers": 837
          }
        },
        "volume_usd": {
          "m5": "458.3828006599",
          "m15": "482.5462093584",
          "m30": "2319.7150434858",
          "h1": "6064.7133300758",
          "h6": "88685.0786650036",
          "h24": "678453.145349311"
        },
        "reserve_in_usd": "80340.6999"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x9b09c435bc5da088722be47e97989fb1e3ed4eb9",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-pools-trade",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x0c54d8a065be1442b238bae5422c577b53e5890a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000650050953545639",
        "base_token_price_native_currency": "0.000000107929717370463",
        "quote_token_price_usd": "602.82",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000001079297174",
        "quote_token_price_base_token": "9265288.78573408",
        "address": "0x0c54d8a065be1442b238bae5422c577b53e5890a",
        "name": "Monkey / WBNB",
        "pool_created_at": "2026-08-08T12:15:44Z",
        "fdv_usd": "65005.09535",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.42",
          "m30": "0.069",
          "h1": "0.247",
          "h6": "-41.037",
          "h24": "-47.376"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m30": {
            "buys": 2,
            "sells": 6,
            "buyers": 2,
            "sellers": 6
          },
          "h1": {
            "buys": 12,
            "sells": 12,
            "buyers": 11,
            "sellers": 11
          },
          "h6": {
            "buys": 256,
            "sells": 233,
            "buyers": 120,
            "sellers": 200
          },
          "h24": {
            "buys": 989,
            "sells": 711,
            "buyers": 519,
            "sellers": 542
          }
        },
        "volume_usd": {
          "m5": "18.9164827482",
          "m15": "141.59535748",
          "m30": "258.7545355764",
          "h1": "477.6181811011",
          "h6": "17845.6007965522",
          "h24": "68297.8229816139"
        },
        "reserve_in_usd": "23316.8314"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x4ac85f2a2d22956a15a95ebe142d442da35e7777",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00076397626625075",
        "base_token_price_native_currency": "0.000000396216060228169",
        "quote_token_price_usd": "1924.72",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000003962160602",
        "quote_token_price_base_token": "2523875.48203909",
        "address": "0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
        "name": "POOLS / WETH 0.25%",
        "pool_created_at": "2026-07-30T16:41:56Z",
        "fdv_usd": "763976.2663",
        "market_cap_usd": "763976.2663",
        "price_change_percentage": {
          "m5": "0.3",
          "m15": "0.383",
          "m30": "-0.684",
          "h1": "-2.491",
          "h6": "3.513",
          "h24": "-4.105"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 0,
            "buyers": 5,
            "sellers": 0
          },
          "m15": {
            "buys": 15,
            "sells": 3,
            "buyers": 12,
            "sellers": 3
          },
          "m30": {
            "buys": 23,
            "sells": 12,
            "buyers": 17,
            "sellers": 12
          },
          "h1": {
            "buys": 50,
            "sells": 25,
            "buyers": 37,
            "sellers": 24
          },
          "h6": {
            "buys": 272,
            "sells": 223,
            "buyers": 138,
            "sellers": 150
          },
          "h24": {
            "buys": 1438,
            "sells": 1318,
            "buyers": 564,
            "sellers": 621
          }
        },
        "volume_usd": {
          "m5": "169.2736001926",
          "m15": "1114.3381470134",
          "m30": "1637.6541016966",
          "h1": "6930.9079434291",
          "h6": "63239.4122464625",
          "h24": "444469.840508589"
        },
        "reserve_in_usd": "228848.6306"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x385b36ff682ab4c76e7c37a66b96aabc466471d5",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x6e31e066aa531bcb11133b4e7fe95a1a1ed50daa",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00102903419226608",
        "base_token_price_native_currency": "0.000000545304371067807",
        "quote_token_price_usd": "1924.75",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000005453043711",
        "quote_token_price_base_token": "1833838.22513987",
        "address": "0x6e31e066aa531bcb11133b4e7fe95a1a1ed50daa",
        "name": "BLINK / WETH 1%",
        "pool_created_at": "2026-08-09T01:12:54Z",
        "fdv_usd": "1029928.839",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-8.537",
          "m15": "-9.393",
          "m30": "-20.862",
          "h1": "-13.683",
          "h6": "5.066",
          "h24": "-68.212"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 10,
            "buyers": 11,
            "sellers": 10
          },
          "m15": {
            "buys": 35,
            "sells": 37,
            "buyers": 27,
            "sellers": 33
          },
          "m30": {
            "buys": 124,
            "sells": 101,
            "buyers": 77,
            "sellers": 77
          },
          "h1": {
            "buys": 175,
            "sells": 175,
            "buyers": 101,
            "sellers": 109
          },
          "h6": {
            "buys": 2729,
            "sells": 2637,
            "buyers": 582,
            "sellers": 497
          },
          "h24": {
            "buys": 10247,
            "sells": 6699,
            "buyers": 589,
            "sellers": 1002
          }
        },
        "volume_usd": {
          "m5": "4956.9791264619",
          "m15": "12884.2421192117",
          "m30": "58462.3877171175",
          "h1": "74327.5487242568",
          "h6": "801377.608695228",
          "h24": "3421145.77956563"
        },
        "reserve_in_usd": "169416.3025"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x7b630f080807df83908b4ade46ba6396ee66b098",
            "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_0x588b0785f50063260003b7790c42f1ef74902746",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00293448277503503",
        "base_token_price_native_currency": "0.00000152425248839014",
        "quote_token_price_usd": "1924.75",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001524252488",
        "quote_token_price_base_token": "656059.286513722",
        "address": "0x588b0785f50063260003b7790c42f1ef74902746",
        "name": "JUGGERNAUT / WETH 1%",
        "pool_created_at": "2026-06-29T09:12:54Z",
        "fdv_usd": "2777220.9316742",
        "market_cap_usd": "2934482.775",
        "price_change_percentage": {
          "m5": "0.787",
          "m15": "4.249",
          "m30": "-1.11",
          "h1": "22.645",
          "h6": "40.472",
          "h24": "29.21"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 7,
            "buyers": 5,
            "sellers": 7
          },
          "m15": {
            "buys": 34,
            "sells": 13,
            "buyers": 20,
            "sellers": 13
          },
          "m30": {
            "buys": 70,
            "sells": 45,
            "buyers": 36,
            "sellers": 36
          },
          "h1": {
            "buys": 167,
            "sells": 132,
            "buyers": 69,
            "sellers": 94
          },
          "h6": {
            "buys": 415,
            "sells": 344,
            "buyers": 180,
            "sellers": 210
          },
          "h24": {
            "buys": 1117,
            "sells": 932,
            "buyers": 372,
            "sellers": 403
          }
        },
        "volume_usd": {
          "m5": "2944.1807989021",
          "m15": "11470.2112753311",
          "m30": "31964.2024646246",
          "h1": "105689.562798901",
          "h6": "266570.128257271",
          "h24": "645368.207325204"
        },
        "reserve_in_usd": "303574.2647"
      },
      "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_0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00604567313991794",
        "base_token_price_native_currency": "0.00000329808231021019",
        "quote_token_price_usd": "1924.72",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000329808231",
        "quote_token_price_base_token": "303206.501822045",
        "address": "0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
        "name": "HMM / WETH 1%",
        "pool_created_at": "2026-07-19T07:54:03Z",
        "fdv_usd": "5971352.42664307",
        "market_cap_usd": "6045673.14",
        "price_change_percentage": {
          "m5": "-0.737",
          "m15": "-2.574",
          "m30": "-7.116",
          "h1": "7.847",
          "h6": "49.176",
          "h24": "17.201"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m15": {
            "buys": 5,
            "sells": 7,
            "buyers": 5,
            "sellers": 6
          },
          "m30": {
            "buys": 12,
            "sells": 17,
            "buyers": 9,
            "sellers": 16
          },
          "h1": {
            "buys": 42,
            "sells": 48,
            "buyers": 26,
            "sellers": 41
          },
          "h6": {
            "buys": 272,
            "sells": 316,
            "buyers": 118,
            "sellers": 185
          },
          "h24": {
            "buys": 1118,
            "sells": 1255,
            "buyers": 380,
            "sellers": 452
          }
        },
        "volume_usd": {
          "m5": "984.6304620482",
          "m15": "2812.5713477092",
          "m30": "5550.6496027573",
          "h1": "30678.3366148761",
          "h6": "215189.517498348",
          "h24": "772806.516444143"
        },
        "reserve_in_usd": "277829.0976"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x7fe995a80075df3dc8ae11a9b82c7fe4202cd87f",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-dot-family",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.020861202579830186189757480557559387302473400571055646185951552",
        "base_token_price_native_currency": "0.00027264125372693",
        "quote_token_price_usd": "76.904436921792821722395831459549710491913390036",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0002726412537",
        "quote_token_price_base_token": "3667.82350921",
        "address": "HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
        "name": "CATE / SOL",
        "pool_created_at": "2026-07-26T16:32:43Z",
        "fdv_usd": "20212292.3808878",
        "market_cap_usd": "20216598.9192094",
        "price_change_percentage": {
          "m5": "-0.356",
          "m15": "-1.017",
          "m30": "-1.909",
          "h1": "-6.089",
          "h6": "-1.4",
          "h24": "-4.941"
        },
        "transactions": {
          "m5": {
            "buys": 87,
            "sells": 65,
            "buyers": 79,
            "sellers": 65
          },
          "m15": {
            "buys": 283,
            "sells": 252,
            "buyers": 261,
            "sellers": 245
          },
          "m30": {
            "buys": 632,
            "sells": 581,
            "buyers": 554,
            "sellers": 543
          },
          "h1": {
            "buys": 1342,
            "sells": 1173,
            "buyers": 1099,
            "sellers": 1076
          },
          "h6": {
            "buys": 7947,
            "sells": 7592,
            "buyers": 6353,
            "sellers": 6401
          },
          "h24": {
            "buys": 32497,
            "sells": 28370,
            "buyers": 20869,
            "sellers": 19867
          }
        },
        "volume_usd": {
          "m5": "6065.7198939674",
          "m15": "18936.2639143884",
          "m30": "61645.2588151461",
          "h1": "138307.67886549",
          "h6": "720279.854054046",
          "h24": "4890374.45385578"
        },
        "reserve_in_usd": "912280.598"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Ai66LHZG9MCzg1WKdawwqduVAXpNDUuV8M3uyq5ppump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000848958559308399",
        "base_token_price_native_currency": "0.000000440024977466899",
        "quote_token_price_usd": "1924.75",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000004400249775",
        "quote_token_price_base_token": "2272598.26420928",
        "address": "0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
        "name": "HOODRAT / WETH",
        "pool_created_at": "2026-07-02T17:52:44Z",
        "fdv_usd": "843639.1767",
        "market_cap_usd": "843639.1767",
        "price_change_percentage": {
          "m5": "1.772",
          "m15": "1.741",
          "m30": "-1.89",
          "h1": "8.564",
          "h6": "0.885",
          "h24": "-14.55"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 3,
            "buyers": 4,
            "sellers": 2
          },
          "m15": {
            "buys": 12,
            "sells": 4,
            "buyers": 10,
            "sellers": 3
          },
          "m30": {
            "buys": 21,
            "sells": 9,
            "buyers": 19,
            "sellers": 8
          },
          "h1": {
            "buys": 65,
            "sells": 71,
            "buyers": 51,
            "sellers": 58
          },
          "h6": {
            "buys": 277,
            "sells": 270,
            "buyers": 142,
            "sellers": 169
          },
          "h24": {
            "buys": 922,
            "sells": 836,
            "buyers": 330,
            "sellers": 359
          }
        },
        "volume_usd": {
          "m5": "1289.298563267",
          "m15": "1608.4015826509",
          "m30": "3347.4510168457",
          "h1": "20041.4050624543",
          "h6": "54969.2215005952",
          "h24": "205649.13673829"
        },
        "reserve_in_usd": "158003.7293"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x8e62f281f282686fca6dcb39288069a93fc23f1c",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xb7d4184058298f6c29eca746e8ea81145d2189d05a9d9988c28b5aec21436cfb",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000128302084857853",
        "base_token_price_native_currency": "0.0000000667674533425918",
        "quote_token_price_usd": "1924.75",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000006676745334",
        "quote_token_price_base_token": "14977357.2292608",
        "address": "0xb7d4184058298f6c29eca746e8ea81145d2189d05a9d9988c28b5aec21436cfb",
        "name": "PONSY / WETH",
        "pool_created_at": "2026-08-08T12:08:03Z",
        "fdv_usd": "128302.5997",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.162",
          "m15": "7.18",
          "m30": "7.571",
          "h1": "6.376",
          "h6": "-5.318",
          "h24": "-5.152"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 11,
            "buyers": 3,
            "sellers": 4
          },
          "m15": {
            "buys": 41,
            "sells": 49,
            "buyers": 14,
            "sellers": 13
          },
          "m30": {
            "buys": 73,
            "sells": 92,
            "buyers": 21,
            "sellers": 22
          },
          "h1": {
            "buys": 109,
            "sells": 201,
            "buyers": 38,
            "sellers": 38
          },
          "h6": {
            "buys": 505,
            "sells": 878,
            "buyers": 165,
            "sellers": 179
          },
          "h24": {
            "buys": 2123,
            "sells": 2717,
            "buyers": 704,
            "sellers": 720
          }
        },
        "volume_usd": {
          "m5": "471.1400582804",
          "m15": "2760.3879038271",
          "m30": "4800.9966011832",
          "h1": "7822.7960392252",
          "h6": "76249.9546932415",
          "h24": "289076.194551774"
        },
        "reserve_in_usd": "29127.8192"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x2e84f2e0b88bd3ffb5d6738ae0e3c7c00137083e",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_6PidTWpGoxFmHTKJAa6wrN7r45AvhWGyBm6L5VPrbmop",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000237438938194655371362889314998411236202252937571791213274982548",
        "base_token_price_native_currency": "0.00000303821898583437",
        "quote_token_price_usd": "76.904436921792821722395831459549710491913390036",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003038218986",
        "quote_token_price_base_token": "329140.198472355",
        "address": "6PidTWpGoxFmHTKJAa6wrN7r45AvhWGyBm6L5VPrbmop",
        "name": "Bark / SOL",
        "pool_created_at": "2026-08-09T09:54:44Z",
        "fdv_usd": "237438.9382",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.637",
          "m15": "0.42",
          "m30": "4.497",
          "h1": "-5.973",
          "h6": "-37.319",
          "h24": "656.559"
        },
        "transactions": {
          "m5": {
            "buys": 19,
            "sells": 19,
            "buyers": 16,
            "sellers": 18
          },
          "m15": {
            "buys": 123,
            "sells": 117,
            "buyers": 85,
            "sellers": 81
          },
          "m30": {
            "buys": 196,
            "sells": 180,
            "buyers": 123,
            "sellers": 120
          },
          "h1": {
            "buys": 468,
            "sells": 402,
            "buyers": 252,
            "sellers": 249
          },
          "h6": {
            "buys": 4483,
            "sells": 3893,
            "buyers": 1645,
            "sellers": 1702
          },
          "h24": {
            "buys": 79428,
            "sells": 71802,
            "buyers": 18423,
            "sellers": 16910
          }
        },
        "volume_usd": {
          "m5": "832.8107751254",
          "m15": "10684.2467072364",
          "m30": "17229.4422660377",
          "h1": "42656.1456358834",
          "h6": "517834.458455271",
          "h24": "11597084.8679257"
        },
        "reserve_in_usd": "47435.9179"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3fqify4QnaKFsvmFVqmLMUHaRKdiPki6w2H3GyDmpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x8857c1a180b5483c98d38f4d62db5866de2f91b737513347283f55e446424ce3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000769363649207089",
        "base_token_price_native_currency": "0.000000407787300417933",
        "quote_token_price_usd": "1924.89",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000004077873004",
        "quote_token_price_base_token": "2452258.80986269",
        "address": "0x8857c1a180b5483c98d38f4d62db5866de2f91b737513347283f55e446424ce3",
        "name": "Bucket / WETH 1%",
        "pool_created_at": "2026-08-07T20:41:32Z",
        "fdv_usd": "769363.6492",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.268",
          "m15": "3.441",
          "m30": "3.716",
          "h1": "-1.356",
          "h6": "34.994",
          "h24": "765.016"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 1,
            "buyers": 4,
            "sellers": 1
          },
          "m15": {
            "buys": 19,
            "sells": 1,
            "buyers": 13,
            "sellers": 1
          },
          "m30": {
            "buys": 38,
            "sells": 14,
            "buyers": 24,
            "sellers": 13
          },
          "h1": {
            "buys": 87,
            "sells": 35,
            "buyers": 48,
            "sellers": 30
          },
          "h6": {
            "buys": 1030,
            "sells": 541,
            "buyers": 305,
            "sellers": 293
          },
          "h24": {
            "buys": 2671,
            "sells": 1623,
            "buyers": 767,
            "sellers": 662
          }
        },
        "volume_usd": {
          "m5": "91.5070760229",
          "m15": "544.6005118738",
          "m30": "3941.9256294764",
          "h1": "14932.6019757262",
          "h6": "257307.01588694",
          "h24": "545804.333109572"
        },
        "reserve_in_usd": "84842.4141"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xbc9e7b1c5c0081f4ae85e71ec95703d3dec9ffad",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    }
  ]
}
Supported Networks

Extensive Coverage Across Multiple Chains

Fetch crypto prices and market data from 250+ networks, from major blockchains to new launches.

Why Web3 Projects Use CoinGecko

“CoinGecko's DEX API provides us with a fast, highly-accurate and robust source of DEX price data. They have wide data coverage, are easy to use and highly reliable. CoinGecko's DEX API has become one of our many key DEX price feeds that Supra utilizes to aggregate data from decentralized exchanges.”
"CoinGecko’s DEX API has become an integral part of our development process, adeptly handling numerous minor tasks that we simply don't have the capacity to manage. This has significantly streamlined our workflow, allowing us to focus on core development."
"CoinGecko’s DEX API has a wide coverage, supports the largest number of chains, and has a high availability."

Frequently Asked Questions

Supercharge your project with CoinGecko API

Unlock more possibilities with reliable, accurate and comprehensive crypto price data.
Never Miss An Update!
Subscribe to our API newsletter for the latest in product news, endpoint updates, and inspiring community content.
Select Currency
Suggested Currencies
USD
US Dollar
IDR
Indonesian Rupiah
TWD
New Taiwan Dollar
EUR
Euro
KRW
South Korean Won
JPY
Japanese Yen
RUB
Russian Ruble
CNY
Chinese Yuan
Fiat Currencies
AED
United Arab Emirates Dirham
ARS
Argentine Peso
AUD
Australian Dollar
BDT
Bangladeshi Taka
BHD
Bahraini Dinar
BMD
Bermudian Dollar
BRL
Brazil Real
CAD
Canadian Dollar
CHF
Swiss Franc
CLP
Chilean Peso
CZK
Czech Koruna
DKK
Danish Krone
GBP
British Pound Sterling
GEL
Georgian Lari
HKD
Hong Kong Dollar
HUF
Hungarian Forint
ILS
Israeli New Shekel
INR
Indian Rupee
KWD
Kuwaiti Dinar
LKR
Sri Lankan Rupee
MMK
Burmese Kyat
MXN
Mexican Peso
MYR
Malaysian Ringgit
NGN
Nigerian Naira
NOK
Norwegian Krone
NZD
New Zealand Dollar
PHP
Philippine Peso
PKR
Pakistani Rupee
PLN
Polish Zloty
SAR
Saudi Riyal
SEK
Swedish Krona
SGD
Singapore Dollar
THB
Thai Baht
TRY
Turkish Lira
UAH
Ukrainian hryvnia
VND
Vietnamese đồng
ZAR
South African Rand
XDR
IMF Special Drawing Rights
Cryptocurrencies
BTC
Bitcoin
ETH
Ether
LTC
Litecoin
BCH
Bitcoin Cash
BNB
Binance Coin
EOS
EOS
XRP
XRP
XLM
Lumens
LINK
Chainlink
DOT
Polkadot
YFI
Yearn.finance
SOL
Solana
Bitcoin Units
BITS
Bits
SATS
Satoshi
Commodities
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Select Language
Popular Languages
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT-BR
Português
All Languages
AR
العربية
BG
български
CS
čeština
DA
dansk
EL
Ελληνικά
FI
suomen kieli
HE
עִבְרִית
HI
हिंदी
HR
hrvatski
HU
Magyar nyelv
ID
Bahasa Indonesia
IT
Italiano
JA
日本語
KO
한국어
LT
lietuvių kalba
NL
Nederlands
NO
norsk
RO
Limba română
SK
slovenský jazyk
SL
slovenski jezik
SV
Svenska
TH
ภาษาไทย
TR
Türkçe
UK
украї́нська мо́ва
ZH
简体中文
ZH-TW
繁體中文
Welcome to CoinGecko
Welcome back!
Login or Sign up in seconds
or
Sign in with . Not you?
Forgot your password?
Didn't receive confirmation instructions?
Resend confirmation instructions
Password must contain at least 8 characters including 1 uppercase letter, 1 lowercase letter, 1 number, and 1 special character
By continuing, you acknowledge that you've read and agree fully to our Terms of Service and Privacy Policy.
Get Price Alerts with CoinGecko App
Forgot your password?
You will receive an email with instructions on how to reset your password in a few minutes.
Resend confirmation instructions
You will receive an email with instructions for how to confirm your email address in a few minutes.
Get the CoinGecko app.
Scan this QR code to download the app now App QR Code Or check it out in the app stores
Add NFT
CoinGecko
Better on the app
Real-time price alerts and a faster, smoother experience.