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.999622590995311",
      "base_token_price_native_currency": "0.0003952183763786",
      "quote_token_price_usd": "2522.92",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0003952183764",
      "quote_token_price_base_token": "2530.246718695",
      "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": "4587191259.45049",
      "market_cap_usd": "4582359124.9829",
      "price_change_percentage": {
        "m5": "0",
        "m15": "-0.007",
        "m30": "-0.024",
        "h1": "-0.066",
        "h6": "-0.096",
        "h24": "-0.09"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 0,
          "buyers": 0,
          "sellers": 0
        },
        "m15": {
          "buys": 0,
          "sells": 4,
          "buyers": 0,
          "sellers": 4
        },
        "m30": {
          "buys": 1,
          "sells": 11,
          "buyers": 1,
          "sellers": 11
        },
        "h1": {
          "buys": 3,
          "sells": 18,
          "buyers": 3,
          "sellers": 18
        },
        "h6": {
          "buys": 54,
          "sells": 63,
          "buyers": 42,
          "sellers": 49
        },
        "h24": {
          "buys": 400,
          "sells": 368,
          "buyers": 234,
          "sellers": 184
        }
      },
      "volume_usd": {
        "m5": "0.0",
        "m15": "118.9091516",
        "m30": "373.5200676377",
        "h1": "1161.6953407675",
        "h6": "10189.4495339709",
        "h24": "108321.95960522"
      },
      "reserve_in_usd": "1062320.8069",
      "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.0000100618406611915",
        "base_token_price_native_currency": "0.00000000405820452739269",
        "quote_token_price_usd": "2522.52",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000004058204527",
        "quote_token_price_base_token": "246414391.697128",
        "address": "0x1674d09f5964a0b2b427e958eb670ad0c1cb9553323d7288ab77336a19049e01",
        "name": "PONIE / WETH 0.25%",
        "pool_created_at": "2026-09-07T03:56:09Z",
        "fdv_usd": "10061.84066",
        "market_cap_usd": "10061.84066",
        "price_change_percentage": {
          "m5": "-11.065",
          "m15": "-18.535",
          "m30": "4.327",
          "h1": "-22.62",
          "h6": "-62.05",
          "h24": "-86.543"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 5,
            "buyers": 3,
            "sellers": 4
          },
          "m15": {
            "buys": 7,
            "sells": 9,
            "buyers": 6,
            "sellers": 4
          },
          "m30": {
            "buys": 13,
            "sells": 14,
            "buyers": 9,
            "sellers": 8
          },
          "h1": {
            "buys": 26,
            "sells": 36,
            "buyers": 15,
            "sellers": 29
          },
          "h6": {
            "buys": 162,
            "sells": 152,
            "buyers": 61,
            "sellers": 77
          },
          "h24": {
            "buys": 3975,
            "sells": 3788,
            "buyers": 1319,
            "sellers": 1346
          }
        },
        "volume_usd": {
          "m5": "94.0276636053",
          "m15": "257.0580828284",
          "m30": "551.29449073",
          "h1": "799.9573513845",
          "h6": "6002.9924331828",
          "h24": "202381.715782815"
        },
        "reserve_in_usd": "8201.217"
      },
      "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_0x714442e9a611f8561a7df108d6d925132937cfb8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0432163216466673",
        "base_token_price_native_currency": "0.0000171159318760261",
        "quote_token_price_usd": "2523.02",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001711593188",
        "quote_token_price_base_token": "58425.0981625299",
        "address": "0x714442e9a611f8561a7df108d6d925132937cfb8",
        "name": "CHUMP / WETH 1%",
        "pool_created_at": "2026-07-31T01:44:31Z",
        "fdv_usd": "43184522.6320278",
        "market_cap_usd": "43184523.08",
        "price_change_percentage": {
          "m5": "0",
          "m15": "3.384",
          "m30": "1.483",
          "h1": "3.956",
          "h6": "12.795",
          "h24": "3.358"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 53,
            "sells": 40,
            "buyers": 13,
            "sellers": 13
          },
          "m30": {
            "buys": 119,
            "sells": 92,
            "buyers": 24,
            "sellers": 24
          },
          "h1": {
            "buys": 382,
            "sells": 216,
            "buyers": 95,
            "sellers": 31
          },
          "h6": {
            "buys": 3328,
            "sells": 1982,
            "buyers": 216,
            "sellers": 210
          },
          "h24": {
            "buys": 5611,
            "sells": 6007,
            "buyers": 475,
            "sellers": 658
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "31090.5512338009",
          "m30": "53398.3180924479",
          "h1": "117981.738370251",
          "h6": "897039.499869573",
          "h24": "1778474.49223846"
        },
        "reserve_in_usd": "1374865.7564"
      },
      "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_0x5eac4195930d5ff8b7a34a347f2bde951c42eb730d6e26075bea3dd7c66feb40",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00517804667443613",
        "base_token_price_native_currency": "0.00000206716052424381",
        "quote_token_price_usd": "1.00012823174097",
        "quote_token_price_native_currency": "0.000396453084501452",
        "base_token_price_quote_token": "0.005214136565",
        "quote_token_price_base_token": "191.7863077646",
        "address": "0x5eac4195930d5ff8b7a34a347f2bde951c42eb730d6e26075bea3dd7c66feb40",
        "name": "ROBIN / USDG",
        "pool_created_at": "2026-09-05T16:54:01Z",
        "fdv_usd": "4882082.72150022",
        "market_cap_usd": "5178046.674",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.918",
          "m30": "1.644",
          "h1": "0.6",
          "h6": "-5.359",
          "h24": "-39.635"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 5,
            "buyers": 3,
            "sellers": 4
          },
          "m30": {
            "buys": 18,
            "sells": 22,
            "buyers": 15,
            "sellers": 8
          },
          "h1": {
            "buys": 33,
            "sells": 47,
            "buyers": 21,
            "sellers": 20
          },
          "h6": {
            "buys": 323,
            "sells": 448,
            "buyers": 159,
            "sellers": 134
          },
          "h24": {
            "buys": 1575,
            "sells": 1991,
            "buyers": 520,
            "sellers": 529
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "1245.8954673406",
          "m30": "4159.2405896546",
          "h1": "9735.7373852758",
          "h6": "112644.374501307",
          "h24": "675016.467914135"
        },
        "reserve_in_usd": "186247.9323"
      },
      "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_0x086f510359ad57e4f8588b71ffa21fe29bbed044e4d13aa2f72ecaefeda95a36",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00997924939897905",
        "base_token_price_native_currency": "0.00000395587535240028",
        "quote_token_price_usd": "1.11254399774829",
        "quote_token_price_native_currency": "0.000441023688575577",
        "base_token_price_quote_token": "0.008969757079",
        "quote_token_price_base_token": "111.4857393846",
        "address": "0x086f510359ad57e4f8588b71ffa21fe29bbed044e4d13aa2f72ecaefeda95a36",
        "name": "CATGPT / OPENAIx1L",
        "pool_created_at": "2026-09-11T23:40:32Z",
        "fdv_usd": "9979249.39897164",
        "market_cap_usd": "9979249.399",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.846",
          "m30": "-1.466",
          "h1": "-5.039",
          "h6": "-16.158",
          "h24": "29.918"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 12,
            "buyers": 4,
            "sellers": 10
          },
          "m30": {
            "buys": 12,
            "sells": 22,
            "buyers": 11,
            "sellers": 18
          },
          "h1": {
            "buys": 16,
            "sells": 35,
            "buyers": 13,
            "sellers": 28
          },
          "h6": {
            "buys": 325,
            "sells": 581,
            "buyers": 146,
            "sellers": 307
          },
          "h24": {
            "buys": 3675,
            "sells": 6104,
            "buyers": 818,
            "sellers": 1315
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "2682.9596848732",
          "m30": "5352.2569317492",
          "h1": "11501.2912308616",
          "h6": "351494.197718993",
          "h24": "3987663.27934483"
        },
        "reserve_in_usd": "6545003.9181"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xd6fde6a3fc6ab2d83b2be58383944ca1bade1e18",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xfe09fb328be1c286b4f597ed34764b7472ae72c5",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "bankr-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xf28a04eb457c1118e448d3ac7c4cb25768307db91920ba5d087c3db0da1720d4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00114433391297585",
        "base_token_price_native_currency": "0.00000045130683954627",
        "quote_token_price_usd": "0.999969389485372",
        "quote_token_price_native_currency": "0.000396386976499626",
        "base_token_price_quote_token": "0.001138551129",
        "quote_token_price_base_token": "878.3092604981",
        "address": "0xf28a04eb457c1118e448d3ac7c4cb25768307db91920ba5d087c3db0da1720d4",
        "name": "PAIREX / USDG",
        "pool_created_at": "2026-09-12T05:55:30Z",
        "fdv_usd": "1109834.89889939",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-0.229",
          "m15": "-3.334",
          "m30": "-9.393",
          "h1": "-5.287",
          "h6": "6.589",
          "h24": "2745.325"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 19,
            "sells": 11,
            "buyers": 16,
            "sellers": 6
          },
          "m30": {
            "buys": 21,
            "sells": 31,
            "buyers": 18,
            "sellers": 19
          },
          "h1": {
            "buys": 64,
            "sells": 57,
            "buyers": 52,
            "sellers": 28
          },
          "h6": {
            "buys": 828,
            "sells": 731,
            "buyers": 330,
            "sellers": 386
          },
          "h24": {
            "buys": 15843,
            "sells": 13444,
            "buyers": 3317,
            "sellers": 3197
          }
        },
        "volume_usd": {
          "m5": "87.1011046092",
          "m15": "4311.0283624377",
          "m30": "5846.1611732114",
          "h1": "12969.5546609827",
          "h6": "427684.728313932",
          "h24": "5493464.88432216"
        },
        "reserve_in_usd": "86030.7925"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xb8cf4ad387cfd607c66a207cfffc46498aacd9d6",
            "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_0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.589695301411237",
        "base_token_price_native_currency": "0.000236973734901768",
        "quote_token_price_usd": "0.999951274956145",
        "quote_token_price_native_currency": "0.000396367472222931",
        "base_token_price_quote_token": "0.5978637288",
        "quote_token_price_base_token": "1.672621957",
        "address": "0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
        "name": "PONS / USDG 0.3%",
        "pool_created_at": "2026-07-18T01:42:13Z",
        "fdv_usd": "408179769.996891",
        "market_cap_usd": "419924832.292183",
        "price_change_percentage": {
          "m5": "-0.076",
          "m15": "-0.788",
          "m30": "-0.483",
          "h1": "0.255",
          "h6": "-1.801",
          "h24": "-2.706"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 18,
            "sells": 5,
            "buyers": 12,
            "sellers": 3
          },
          "m30": {
            "buys": 19,
            "sells": 32,
            "buyers": 13,
            "sellers": 26
          },
          "h1": {
            "buys": 153,
            "sells": 36,
            "buyers": 30,
            "sellers": 29
          },
          "h6": {
            "buys": 900,
            "sells": 973,
            "buyers": 178,
            "sellers": 269
          },
          "h24": {
            "buys": 4682,
            "sells": 5108,
            "buyers": 579,
            "sellers": 695
          }
        },
        "volume_usd": {
          "m5": "8495.6462751021",
          "m15": "19507.5082760702",
          "m30": "44715.4469968116",
          "h1": "95443.1355469724",
          "h6": "1462361.36658628",
          "h24": "8189662.19141971"
        },
        "reserve_in_usd": "8393558.4172"
      },
      "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": "robinhood_0xc2110f58c8143b981bac231b71ac5cc3bb32f8badff16768db6895104a787151",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000460166287255237",
        "base_token_price_native_currency": "0.00000000182393453661421",
        "quote_token_price_usd": "2522.93",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000001823934537",
        "quote_token_price_base_token": "548265291.284144",
        "address": "0xc2110f58c8143b981bac231b71ac5cc3bb32f8badff16768db6895104a787151",
        "name": "FRONTIER / WETH",
        "pool_created_at": "2026-09-12T14:48:38Z",
        "fdv_usd": "4601.662873",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.008",
          "m30": "0.048",
          "h1": "11.562",
          "h6": "-8.478",
          "h24": "-94.489"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m30": {
            "buys": 9,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "h1": {
            "buys": 20,
            "sells": 3,
            "buyers": 5,
            "sellers": 3
          },
          "h6": {
            "buys": 159,
            "sells": 21,
            "buyers": 16,
            "sellers": 20
          },
          "h24": {
            "buys": 12648,
            "sells": 8618,
            "buyers": 4306,
            "sellers": 3854
          }
        },
        "volume_usd": {
          "m5": "0.0007316643967",
          "m15": "0.005056727043",
          "m30": "0.01282681652",
          "h1": "424.2603203641",
          "h6": "1275.3270500743",
          "h24": "1747173.9852189"
        },
        "reserve_in_usd": "8731.1985"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x9e410f73143c08a6a61db99075ba77895b4ce858",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xcbdfea90430a30ee4469c9902e120a77e7c7e4711d5643671c1d1957f2f1ce27",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.278103793711946",
        "base_token_price_native_currency": "0.00011086670180577",
        "quote_token_price_usd": "217.572441262246",
        "quote_token_price_native_currency": "0.0862335581643901",
        "base_token_price_quote_token": "0.00128565612",
        "quote_token_price_base_token": "777.8129660199",
        "address": "0xcbdfea90430a30ee4469c9902e120a77e7c7e4711d5643671c1d1957f2f1ce27",
        "name": "AI / NVDA",
        "pool_created_at": "2026-07-14T17:48:31Z",
        "fdv_usd": "278958757.710378",
        "market_cap_usd": "279535896.882807",
        "price_change_percentage": {
          "m5": "0",
          "m15": "1.419",
          "m30": "0.172",
          "h1": "2.047",
          "h6": "-4.788",
          "h24": "-5.388"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 4,
            "sells": 3,
            "buyers": 3,
            "sellers": 3
          },
          "m30": {
            "buys": 10,
            "sells": 8,
            "buyers": 8,
            "sellers": 8
          },
          "h1": {
            "buys": 18,
            "sells": 19,
            "buyers": 16,
            "sellers": 19
          },
          "h6": {
            "buys": 72,
            "sells": 149,
            "buyers": 60,
            "sellers": 117
          },
          "h24": {
            "buys": 1343,
            "sells": 2451,
            "buyers": 705,
            "sellers": 999
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "740.4297532063",
          "m30": "3405.3004694789",
          "h1": "12270.6727309036",
          "h6": "160061.182970811",
          "h24": "2040486.0599668"
        },
        "reserve_in_usd": "27438103.6326"
      },
      "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"
          }
        }
      }
    },
    {
      "id": "robinhood_0x9ee0e829fcdec07734e5e669f6292440b102e49d8ac191f1805281d2c6eed775",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0010140942644892",
        "base_token_price_native_currency": "0.000000380445498691493",
        "quote_token_price_usd": "2523.02",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000003804454987",
        "quote_token_price_base_token": "2628497.38908571",
        "address": "0x9ee0e829fcdec07734e5e669f6292440b102e49d8ac191f1805281d2c6eed775",
        "name": "TWINE / WETH",
        "pool_created_at": "2026-09-12T19:36:45Z",
        "fdv_usd": "1022435.046",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-8.214",
          "m15": "-6.269",
          "m30": "-20.78",
          "h1": "-8.905",
          "h6": "-8.399",
          "h24": "1769.78"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 11,
            "buyers": 7,
            "sellers": 11
          },
          "m15": {
            "buys": 21,
            "sells": 49,
            "buyers": 11,
            "sellers": 38
          },
          "m30": {
            "buys": 61,
            "sells": 81,
            "buyers": 39,
            "sellers": 60
          },
          "h1": {
            "buys": 116,
            "sells": 147,
            "buyers": 62,
            "sellers": 112
          },
          "h6": {
            "buys": 2319,
            "sells": 2080,
            "buyers": 785,
            "sellers": 893
          },
          "h24": {
            "buys": 21108,
            "sells": 19459,
            "buyers": 4266,
            "sellers": 3923
          }
        },
        "volume_usd": {
          "m5": "7643.0332307598",
          "m15": "20781.7601674719",
          "m30": "42164.4116160315",
          "h1": "75743.974315094",
          "h6": "1033004.63904594",
          "h24": "9394451.0845801"
        },
        "reserve_in_usd": "90913.1707"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe27501d787d647cc82a5b4a7eafd5750386f1b77",
            "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_8Tfvhwk6swWCjo7DNKrp89wWqrTdj6o9HBoDhfXT2dy6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00142976730556192362838928487900649273723153073010209685553912422",
        "base_token_price_native_currency": "0.0000146337481388043",
        "quote_token_price_usd": "101.886421145692806916313808713923117825965246229",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001463374814",
        "quote_token_price_base_token": "68335.1927691239",
        "address": "8Tfvhwk6swWCjo7DNKrp89wWqrTdj6o9HBoDhfXT2dy6",
        "name": "Stunk / SOL",
        "pool_created_at": "2026-09-11T18:12:37Z",
        "fdv_usd": "1428151.12717619",
        "market_cap_usd": "1436757.654",
        "price_change_percentage": {
          "m5": "0.001",
          "m15": "10.316",
          "m30": "19.178",
          "h1": "30.722",
          "h6": "36.409",
          "h24": "-34.395"
        },
        "transactions": {
          "m5": {
            "buys": 104,
            "sells": 64,
            "buyers": 57,
            "sellers": 46
          },
          "m15": {
            "buys": 608,
            "sells": 513,
            "buyers": 260,
            "sellers": 283
          },
          "m30": {
            "buys": 1369,
            "sells": 1081,
            "buyers": 477,
            "sellers": 523
          },
          "h1": {
            "buys": 4273,
            "sells": 2289,
            "buyers": 1098,
            "sellers": 1076
          },
          "h6": {
            "buys": 30882,
            "sells": 17508,
            "buyers": 4959,
            "sellers": 5253
          },
          "h24": {
            "buys": 162225,
            "sells": 74102,
            "buyers": 11667,
            "sellers": 11718
          }
        },
        "volume_usd": {
          "m5": "12497.6196191926",
          "m15": "78489.3592073095",
          "m30": "126990.197041748",
          "h1": "219103.433760705",
          "h6": "976383.303479932",
          "h24": "4799675.22882809"
        },
        "reserve_in_usd": "119758.3674"
      },
      "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_0x6191331ead43b8876ea312020ca58e539c51ef48021b3b93fac2718893c0b771",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0108393633910801",
        "base_token_price_native_currency": "0.00000429319493232545",
        "quote_token_price_usd": "1.00031189289915",
        "quote_token_price_native_currency": "0.000396472452433217",
        "base_token_price_quote_token": "0.0108284823",
        "quote_token_price_base_token": "92.3490451011",
        "address": "0x6191331ead43b8876ea312020ca58e539c51ef48021b3b93fac2718893c0b771",
        "name": "FLYBRAIN / USDG 0.9%",
        "pool_created_at": "2026-09-10T20:51:21Z",
        "fdv_usd": "10622543.7705752",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0",
          "m15": "1.358",
          "m30": "2.839",
          "h1": "2.684",
          "h6": "19.513",
          "h24": "9.373"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 29,
            "sells": 39,
            "buyers": 23,
            "sellers": 19
          },
          "m30": {
            "buys": 66,
            "sells": 72,
            "buyers": 44,
            "sellers": 50
          },
          "h1": {
            "buys": 107,
            "sells": 138,
            "buyers": 64,
            "sellers": 103
          },
          "h6": {
            "buys": 1130,
            "sells": 1292,
            "buyers": 427,
            "sellers": 559
          },
          "h24": {
            "buys": 4744,
            "sells": 5001,
            "buyers": 1320,
            "sellers": 1549
          }
        },
        "volume_usd": {
          "m5": "13.8093069486",
          "m15": "33813.3551561552",
          "m30": "55733.6122768953",
          "h1": "112489.021160504",
          "h6": "1079811.11645711",
          "h24": "4695269.74152572"
        },
        "reserve_in_usd": "785840.2457"
      },
      "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": "solana_GbrDAq3RjcVWeroLDUwmnuQ8N5xaaKj2Rk2dJDg64CLY",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0353437761238029974673012092791231206664720547819629409303916984",
        "base_token_price_native_currency": "0.000340706581598021",
        "quote_token_price_usd": "101.886367544833914760742876936688110942427764708",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0003407065816",
        "quote_token_price_base_token": "2935.076849146",
        "address": "GbrDAq3RjcVWeroLDUwmnuQ8N5xaaKj2Rk2dJDg64CLY",
        "name": "EMBER / SOL",
        "pool_created_at": "2026-09-09T23:09:57Z",
        "fdv_usd": "34556108.4420776",
        "market_cap_usd": "34560146.2475551",
        "price_change_percentage": {
          "m5": "1.151",
          "m15": "-4.312",
          "m30": "-8.724",
          "h1": "-1.024",
          "h6": "50.262",
          "h24": "149.56"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "m15": {
            "buys": 89,
            "sells": 43,
            "buyers": 68,
            "sellers": 32
          },
          "m30": {
            "buys": 130,
            "sells": 86,
            "buyers": 103,
            "sellers": 65
          },
          "h1": {
            "buys": 217,
            "sells": 310,
            "buyers": 147,
            "sellers": 218
          },
          "h6": {
            "buys": 1977,
            "sells": 1823,
            "buyers": 1052,
            "sellers": 923
          },
          "h24": {
            "buys": 9767,
            "sells": 7892,
            "buyers": 4548,
            "sellers": 3815
          }
        },
        "volume_usd": {
          "m5": "7697.7308431142",
          "m15": "60562.8590688015",
          "m30": "114208.066157736",
          "h1": "396053.09172676",
          "h6": "2020384.67958423",
          "h24": "7813029.81602222"
        },
        "reserve_in_usd": "1210873.2998"
      },
      "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_0xba25e3dd3a9f70d2272d691d6f2dde5c5534ad3d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000586631851136144",
        "base_token_price_native_currency": "0.000000232605895828398",
        "quote_token_price_usd": "2523.02",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002326058958",
        "quote_token_price_base_token": "4299117.16742441",
        "address": "0xba25e3dd3a9f70d2272d691d6f2dde5c5534ad3d",
        "name": "LPAD / WETH 1%",
        "pool_created_at": "2026-09-10T18:49:04Z",
        "fdv_usd": "576771.340351884",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-8.658",
          "m30": "-5.166",
          "h1": "-2.743",
          "h6": "1.76",
          "h24": "-40.513"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 6,
            "sells": 19,
            "buyers": 6,
            "sellers": 9
          },
          "m30": {
            "buys": 20,
            "sells": 38,
            "buyers": 17,
            "sellers": 16
          },
          "h1": {
            "buys": 50,
            "sells": 75,
            "buyers": 35,
            "sellers": 21
          },
          "h6": {
            "buys": 414,
            "sells": 457,
            "buyers": 187,
            "sellers": 138
          },
          "h24": {
            "buys": 3146,
            "sells": 2512,
            "buyers": 807,
            "sellers": 790
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "2525.1212171182",
          "m30": "4824.9932443872",
          "h1": "9445.4274203069",
          "h6": "74467.2134591747",
          "h24": "886769.184019563"
        },
        "reserve_in_usd": "94981.1063"
      },
      "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_0x6538e2c223ed70228114983afecbe5e69fe627e2fafdf367bdd6bdeff2ad391f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0500067873044692",
        "base_token_price_native_currency": "0.0000199445912007414",
        "quote_token_price_usd": "2523.02",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000199445912",
        "quote_token_price_base_token": "50138.9068311827",
        "address": "0x6538e2c223ed70228114983afecbe5e69fe627e2fafdf367bdd6bdeff2ad391f",
        "name": "ZZZ / WETH",
        "pool_created_at": "2026-09-04T23:54:59Z",
        "fdv_usd": "40761751.8814864",
        "market_cap_usd": "36753261.1613109",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-1.863",
          "m30": "-13.935",
          "h1": "-18.816",
          "h6": "-18.101",
          "h24": "-33.034"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 45,
            "sells": 45,
            "buyers": 37,
            "sellers": 37
          },
          "m30": {
            "buys": 140,
            "sells": 121,
            "buyers": 110,
            "sellers": 101
          },
          "h1": {
            "buys": 227,
            "sells": 146,
            "buyers": 159,
            "sellers": 108
          },
          "h6": {
            "buys": 526,
            "sells": 420,
            "buyers": 314,
            "sellers": 275
          },
          "h24": {
            "buys": 1956,
            "sells": 1790,
            "buyers": 828,
            "sellers": 837
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "75378.7238616266",
          "m30": "245848.119484087",
          "h1": "324654.74458356",
          "h6": "576605.594959128",
          "h24": "2084510.1572912"
        },
        "reserve_in_usd": "575322.5226"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x7dbf38976f6d3b9c529e7d9484a71898b409ee6a",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0000000000000000000000000000000000000000",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pons-v2-dex",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xd3246b31d9254a726dc81f3b3000e42147868856",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00517024719530096",
        "base_token_price_native_currency": "0.00000204893925170421",
        "quote_token_price_usd": "2523.02",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002048939252",
        "quote_token_price_base_token": "488057.417597055",
        "address": "0xd3246b31d9254a726dc81f3b3000e42147868856",
        "name": "ANTHROPIG / WETH",
        "pool_created_at": "2026-09-12T00:38:33Z",
        "fdv_usd": "5420319.913",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "16.678",
          "m30": "1.439",
          "h1": "23.804",
          "h6": "4.727",
          "h24": "-15.038"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 93,
            "sells": 13,
            "buyers": 55,
            "sellers": 13
          },
          "m30": {
            "buys": 251,
            "sells": 39,
            "buyers": 88,
            "sellers": 37
          },
          "h1": {
            "buys": 575,
            "sells": 84,
            "buyers": 134,
            "sellers": 68
          },
          "h6": {
            "buys": 4060,
            "sells": 1227,
            "buyers": 243,
            "sellers": 560
          },
          "h24": {
            "buys": 20146,
            "sells": 5762,
            "buyers": 995,
            "sellers": 2182
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "133134.657000952",
          "m30": "377561.372720169",
          "h1": "900731.128221598",
          "h6": "6357128.47608127",
          "h24": "31325919.9413495"
        },
        "reserve_in_usd": "361922.6125"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x04d6aaa3147b9f5b5db255d3151561c07019bdc6",
            "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_0x177bdbd68b066e33dec8d0d303e989127af099782eb4f55b0f5e9ed48be19d03",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00391216503518575",
        "base_token_price_native_currency": "0.00000155231608607821",
        "quote_token_price_usd": "1.00021824563794",
        "quote_token_price_native_currency": "0.000396451049231625",
        "base_token_price_quote_token": "0.003915530276",
        "quote_token_price_base_token": "255.3932493435",
        "address": "0x177bdbd68b066e33dec8d0d303e989127af099782eb4f55b0f5e9ed48be19d03",
        "name": "CME / USDG 3.11%",
        "pool_created_at": "2026-09-08T01:26:39Z",
        "fdv_usd": "3890896.1066578",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-0.193",
          "m15": "-0.332",
          "m30": "0.202",
          "h1": "-1.051",
          "h6": "-13.166",
          "h24": "-24.346"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m15": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m30": {
            "buys": 3,
            "sells": 4,
            "buyers": 3,
            "sellers": 4
          },
          "h1": {
            "buys": 9,
            "sells": 10,
            "buyers": 8,
            "sellers": 10
          },
          "h6": {
            "buys": 189,
            "sells": 87,
            "buyers": 112,
            "sellers": 73
          },
          "h24": {
            "buys": 1365,
            "sells": 645,
            "buyers": 528,
            "sellers": 410
          }
        },
        "volume_usd": {
          "m5": "620.2159088197",
          "m15": "1568.8562497846",
          "m30": "1871.2767491554",
          "h1": "7466.7400224274",
          "h6": "189381.860536758",
          "h24": "1415628.29390264"
        },
        "reserve_in_usd": "616075.5382"
      },
      "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_zf7uTK56DM7en5KXNvtPD9AT66BamJb6DfZuqBhVgBr",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000203905500183082910098135685335831004127494879923753493044743648",
        "base_token_price_native_currency": "0.00000200209516037045",
        "quote_token_price_usd": "101.886367544833914760742876936688110942427764708",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000200209516",
        "quote_token_price_base_token": "499476.758045291",
        "address": "zf7uTK56DM7en5KXNvtPD9AT66BamJb6DfZuqBhVgBr",
        "name": "revolve / SOL",
        "pool_created_at": "2026-09-12T05:35:19Z",
        "fdv_usd": "186176.315606929",
        "market_cap_usd": "186189.30601822",
        "price_change_percentage": {
          "m5": "0.957",
          "m15": "-7.628",
          "m30": "-6.145",
          "h1": "1.222",
          "h6": "1.617",
          "h24": "192.783"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m15": {
            "buys": 14,
            "sells": 9,
            "buyers": 13,
            "sellers": 9
          },
          "m30": {
            "buys": 41,
            "sells": 29,
            "buyers": 31,
            "sellers": 27
          },
          "h1": {
            "buys": 115,
            "sells": 88,
            "buyers": 77,
            "sellers": 74
          },
          "h6": {
            "buys": 1105,
            "sells": 838,
            "buyers": 458,
            "sellers": 480
          },
          "h24": {
            "buys": 22131,
            "sells": 16937,
            "buyers": 5348,
            "sellers": 4822
          }
        },
        "volume_usd": {
          "m5": "276.9828982802",
          "m15": "1428.7515934021",
          "m30": "4521.3196221159",
          "h1": "12681.108762646",
          "h6": "125843.354919815",
          "h24": "2331610.0226437"
        },
        "reserve_in_usd": "41434.1885"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_J8X5ygWHY5uHFch7m3MisSC7eDAWpAkgi1pyqfT5pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xb661a58b43e0bda2925f4d86ae715397e9f9cf1d0dc496f08d8b33fb469850ec",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00258067633205557",
        "base_token_price_native_currency": "0.00000102283589453107",
        "quote_token_price_usd": "1.10847773020939",
        "quote_token_price_native_currency": "0.000442527428277109",
        "base_token_price_quote_token": "0.002311350278",
        "quote_token_price_base_token": "432.6475348032",
        "address": "0xb661a58b43e0bda2925f4d86ae715397e9f9cf1d0dc496f08d8b33fb469850ec",
        "name": "LONGCAT / NVDAx3L",
        "pool_created_at": "2026-09-12T12:28:17Z",
        "fdv_usd": "2580676.332",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-8.572",
          "m30": "-15.989",
          "h1": "-19.186",
          "h6": "-1.883",
          "h24": "9223.534"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 8,
            "sells": 13,
            "buyers": 7,
            "sellers": 11
          },
          "m30": {
            "buys": 19,
            "sells": 30,
            "buyers": 16,
            "sellers": 26
          },
          "h1": {
            "buys": 27,
            "sells": 48,
            "buyers": 21,
            "sellers": 42
          },
          "h6": {
            "buys": 275,
            "sells": 477,
            "buyers": 145,
            "sellers": 287
          },
          "h24": {
            "buys": 7885,
            "sells": 13782,
            "buyers": 2174,
            "sellers": 2570
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "7211.6485287398",
          "m30": "12382.8472114495",
          "h1": "17459.9333790139",
          "h6": "165122.370638582",
          "h24": "4422588.0980072"
        },
        "reserve_in_usd": "1735376.5519"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x1537fee0675e85a9b3f01938a56c9e6ed6941e18",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xf51fb54de60f6e16252e852a5ed0e60b8307606a",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "bankr-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xd42a491087a15e5afd51feb3606066cc152d2b09",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.178476484418517",
        "base_token_price_native_currency": "0.0000714218079616963",
        "quote_token_price_usd": "2523.06",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00007142180796",
        "quote_token_price_base_token": "14001.3257650423",
        "address": "0xd42a491087a15e5afd51feb3606066cc152d2b09",
        "name": "CASHCAT / WETH 0.3%",
        "pool_created_at": "2026-07-01T19:38:42Z",
        "fdv_usd": "176336483.642013",
        "market_cap_usd": "176386038.536034",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.259",
          "m30": "-1.24",
          "h1": "0.634",
          "h6": "4.634",
          "h24": "7.031"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 53,
            "sells": 19,
            "buyers": 24,
            "sellers": 19
          },
          "m30": {
            "buys": 75,
            "sells": 137,
            "buyers": 35,
            "sellers": 64
          },
          "h1": {
            "buys": 255,
            "sells": 237,
            "buyers": 59,
            "sellers": 85
          },
          "h6": {
            "buys": 1015,
            "sells": 759,
            "buyers": 167,
            "sellers": 241
          },
          "h24": {
            "buys": 3988,
            "sells": 3530,
            "buyers": 679,
            "sellers": 937
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "33914.0237907113",
          "m30": "95972.7346609325",
          "h1": "201515.855609873",
          "h6": "737889.721946768",
          "h24": "3475118.37382006"
        },
        "reserve_in_usd": "2465134.0998"
      },
      "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": "solana_zxTpi4BtaWX3mgdAPoezkMD1hxx8CdeCfrqXMWvSCLX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.305333814823136624250497235078258955314773286804356709898167682",
        "base_token_price_native_currency": "0.00299680581786709",
        "quote_token_price_usd": "101.886421145692806916313808713923117825965246229",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.002996805818",
        "quote_token_price_base_token": "333.688620743",
        "address": "zxTpi4BtaWX3mgdAPoezkMD1hxx8CdeCfrqXMWvSCLX",
        "name": "STONK / SOL",
        "pool_created_at": "2026-08-12T10:51:40Z",
        "fdv_usd": "259494982.155756",
        "market_cap_usd": "259621256.013458",
        "price_change_percentage": {
          "m5": "0.016",
          "m15": "-0.962",
          "m30": "0.843",
          "h1": "-3.495",
          "h6": "2.877",
          "h24": "14.074"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 34,
            "buyers": 6,
            "sellers": 25
          },
          "m15": {
            "buys": 96,
            "sells": 143,
            "buyers": 71,
            "sellers": 104
          },
          "m30": {
            "buys": 165,
            "sells": 286,
            "buyers": 111,
            "sellers": 188
          },
          "h1": {
            "buys": 680,
            "sells": 821,
            "buyers": 298,
            "sellers": 430
          },
          "h6": {
            "buys": 5061,
            "sells": 5805,
            "buyers": 1866,
            "sellers": 2113
          },
          "h24": {
            "buys": 25801,
            "sells": 22021,
            "buyers": 7796,
            "sellers": 6961
          }
        },
        "volume_usd": {
          "m5": "3043.7774467516",
          "m15": "129774.879155438",
          "m30": "234250.999874565",
          "h1": "963043.344423951",
          "h6": "5596344.04773046",
          "h24": "30795371.602818"
        },
        "reserve_in_usd": "3277748.435"
      },
      "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"
          }
        }
      }
    }
  ]
}
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.