货币: 18,404
交易所: 1,489
总市值: $ 2.265T 0.2%
24小时交易量: $ 50.972B
市场占有率:
Gas: 0.05 GWEI
删除广告

链上的去中心化交易所代币与市场数据API面向DeFi项目与开发者

自 2014 年起,全球规模最大的独立加密货币数据权威来源,CoinGecko API 为您提供了完整的加密货币市场数据覆盖。
数据支持提供者为
深受领先的Web3项目信任

广泛可靠的链上去中心化交易所数据API

使用我们可靠而广泛的去中心化交易所数据API,查看Uniswap、PancakeSwap、Orca、Curve以及其他主要网络的链上市场数据。
43M+
加密货币与数字资产
250+
网络
1,900+
去中心化交易所

高效扩展您的DeFi项目

适用于加密货币、NFT和去中心化交易所数据的统一应用程序接口

使用统一的加密数据API,简化集成过程,进行全面覆盖
端点类别 描述
/onchain/simple/*/token_price/* 利用代币地址获取网络上代币最新美元价格的最简单方法
/onchain/networks 获取完整的支持网络列表
/onchain/network/*dexes 获取网络上支持的去中心化交易所完整列表
/onchains/network/*/pools/* 获取流动性池数据,如:热门池、新池和市场数据,包括价格、准备金、市值、交易和成交量。还有用于在网络上搜索池的搜索端点。
/onchains/network/*/tokens/* 获取与代币相关的数据,如顶级池、价格、完全稀释价值(FDV)、准备金、成交量、市值、GeckoTerminal评分、CoinGecko API ID。还包括元数据,如图片、网站、描述和社交媒体链接。
/onchains/network/*/ohlcvs/* 获取流动性池的历史OHLCV走势图数据。
/onchains/network/*/trades 获取流动性池的最新300笔交易
// 获取流动性池的价格和市场数据。
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "1.00049473620568",
      "base_token_price_native_currency": "0.000526881500322795",
      "quote_token_price_usd": "1896.77",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005268815003",
      "quote_token_price_base_token": "1897.959976555",
      "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": "4575058194.26594",
      "market_cap_usd": "4576080173.85285",
      "price_change_percentage": {
        "m5": "0",
        "m15": "0.096",
        "m30": "0.104",
        "h1": "0.105",
        "h6": "0.077",
        "h24": "-0.133"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 0,
          "buyers": 0,
          "sellers": 0
        },
        "m15": {
          "buys": 2,
          "sells": 3,
          "buyers": 2,
          "sellers": 3
        },
        "m30": {
          "buys": 13,
          "sells": 16,
          "buyers": 10,
          "sellers": 13
        },
        "h1": {
          "buys": 19,
          "sells": 28,
          "buyers": 14,
          "sellers": 18
        },
        "h6": {
          "buys": 90,
          "sells": 141,
          "buyers": 41,
          "sellers": 78
        },
        "h24": {
          "buys": 446,
          "sells": 471,
          "buyers": 241,
          "sellers": 230
        }
      },
      "volume_usd": {
        "m5": "0.0",
        "m15": "633.9851558832",
        "m30": "7042.3152723636",
        "h1": "9553.5623142064",
        "h6": "45452.3403068326",
        "h24": "173430.955527482"
      },
      "reserve_in_usd": "915298.0705",
      "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"
        }
      }
    }
  }
}
// 发现热门池
{
  "data": [
    {
      "id": "robinhood_0x274e7bbef7aac7fe19ba8e43fc561f1449e492cc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000865718073036304",
        "base_token_price_native_currency": "0.0000000456644710605683",
        "quote_token_price_usd": "1894.88",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004566447106",
        "quote_token_price_base_token": "21898863.0936647",
        "address": "0x274e7bbef7aac7fe19ba8e43fc561f1449e492cc",
        "name": "KEP / WETH",
        "pool_created_at": "2026-08-08T01:54:31Z",
        "fdv_usd": "86571.8073",
        "market_cap_usd": "86571.8073",
        "price_change_percentage": {
          "m5": "-12.501",
          "m15": "-10.085",
          "m30": "-6.298",
          "h1": "3.763",
          "h6": "82.57",
          "h24": "-63.295"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 5,
            "buyers": 6,
            "sellers": 4
          },
          "m15": {
            "buys": 38,
            "sells": 25,
            "buyers": 17,
            "sellers": 7
          },
          "m30": {
            "buys": 77,
            "sells": 60,
            "buyers": 25,
            "sellers": 15
          },
          "h1": {
            "buys": 160,
            "sells": 137,
            "buyers": 53,
            "sellers": 36
          },
          "h6": {
            "buys": 935,
            "sells": 1121,
            "buyers": 221,
            "sellers": 196
          },
          "h24": {
            "buys": 5607,
            "sells": 7352,
            "buyers": 791,
            "sellers": 780
          }
        },
        "volume_usd": {
          "m5": "2324.4327206287",
          "m15": "6586.9528908826",
          "m30": "15843.4533747466",
          "h1": "31951.9884418486",
          "h6": "152213.128043141",
          "h24": "1567806.41779582"
        },
        "reserve_in_usd": "33275.2297"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x5cd3da2892b4ad15f110d6ee3a8f635cc0abbb19",
            "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_0xbb3535466eab9df38d47ed3175d290136750904d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000000126762785087009",
        "base_token_price_native_currency": "0.00000000000668170547953866",
        "quote_token_price_usd": "1897.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000000000668170548",
        "quote_token_price_base_token": "149662388302.252",
        "address": "0xbb3535466eab9df38d47ed3175d290136750904d",
        "name": "BUB / WETH",
        "pool_created_at": "2026-08-11T18:10:05Z",
        "fdv_usd": "12676.27851",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.63",
          "m30": "-0.717",
          "h1": "-9.893",
          "h6": "-22.493",
          "h24": "-69.374"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m30": {
            "buys": 3,
            "sells": 3,
            "buyers": 3,
            "sellers": 3
          },
          "h1": {
            "buys": 3,
            "sells": 9,
            "buyers": 3,
            "sellers": 9
          },
          "h6": {
            "buys": 16,
            "sells": 30,
            "buyers": 14,
            "sellers": 25
          },
          "h24": {
            "buys": 1427,
            "sells": 825,
            "buyers": 757,
            "sellers": 510
          }
        },
        "volume_usd": {
          "m5": "15.8590595268",
          "m15": "24.888831042",
          "m30": "60.5566502809",
          "h1": "329.5928197721",
          "h6": "1470.6895955552",
          "h24": "181123.511157696"
        },
        "reserve_in_usd": "10404.6746"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xd4e9852451241732c0017faacf9ca5a499080b4b",
            "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_0x7e05ca6a3692be972f331e6388e09c6bb1379a23953d7a4589eac077c5c82205",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000230731945520878",
        "base_token_price_native_currency": "0.000000012200443089341",
        "quote_token_price_usd": "1897.16",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000001220044309",
        "quote_token_price_base_token": "81964236.2721774",
        "address": "0x7e05ca6a3692be972f331e6388e09c6bb1379a23953d7a4589eac077c5c82205",
        "name": "ELVES / WETH",
        "pool_created_at": "2026-08-12T03:54:06Z",
        "fdv_usd": "23073.19455",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "7.268",
          "m30": "24.455",
          "h1": "20.071",
          "h6": "130.562",
          "h24": "-65.414"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 6,
            "sells": 3,
            "buyers": 6,
            "sellers": 3
          },
          "m30": {
            "buys": 14,
            "sells": 9,
            "buyers": 13,
            "sellers": 6
          },
          "h1": {
            "buys": 17,
            "sells": 16,
            "buyers": 15,
            "sellers": 12
          },
          "h6": {
            "buys": 205,
            "sells": 192,
            "buyers": 113,
            "sellers": 90
          },
          "h24": {
            "buys": 4018,
            "sells": 3553,
            "buyers": 2086,
            "sellers": 2039
          }
        },
        "volume_usd": {
          "m5": "0.7019492",
          "m15": "367.9349045012",
          "m30": "1343.0197962633",
          "h1": "1507.4874418426",
          "h6": "15142.3512778292",
          "h24": "370467.86287386"
        },
        "reserve_in_usd": "12298.3397"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x1ec72a220d35854b4ec348435b37a100c58d6698",
            "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_0xce4b64e140bc707ab88335ba35790bab9be44c97",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000159813999605183",
        "base_token_price_native_currency": "0.0000000084208005244072",
        "quote_token_price_usd": "1895.0",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000008420800524",
        "quote_token_price_base_token": "118753555.211474",
        "address": "0xce4b64e140bc707ab88335ba35790bab9be44c97",
        "name": "CHILLCAT / WETH 1%",
        "pool_created_at": "2026-08-12T12:56:09Z",
        "fdv_usd": "15981.39996",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.165",
          "m15": "1.796",
          "m30": "-12.995",
          "h1": "15.149",
          "h6": "-18.735",
          "h24": "481.274"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m30": {
            "buys": 2,
            "sells": 7,
            "buyers": 2,
            "sellers": 6
          },
          "h1": {
            "buys": 25,
            "sells": 14,
            "buyers": 22,
            "sellers": 12
          },
          "h6": {
            "buys": 148,
            "sells": 120,
            "buyers": 99,
            "sellers": 94
          },
          "h24": {
            "buys": 1462,
            "sells": 1045,
            "buyers": 661,
            "sellers": 569
          }
        },
        "volume_usd": {
          "m5": "9.6668412822",
          "m15": "36.643616253",
          "m30": "611.9021495432",
          "h1": "1865.3758437451",
          "h6": "17252.4132736123",
          "h24": "136164.610285876"
        },
        "reserve_in_usd": "10407.5488"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x7f42ec7bcc9e89f33929d6b809cc8b90dc9fe85d",
            "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_0x3b2ccee56e7360f958c2972a770503094549460f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000529938697055126",
        "base_token_price_native_currency": "0.0000000274495237991979",
        "quote_token_price_usd": "1894.96",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000274495238",
        "quote_token_price_base_token": "36430504.489452",
        "address": "0x3b2ccee56e7360f958c2972a770503094549460f",
        "name": "WENCAT / WETH 1%",
        "pool_created_at": "2026-08-12T02:49:46Z",
        "fdv_usd": "52009.43623",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.338",
          "m30": "-5.738",
          "h1": "-8.564",
          "h6": "-5.437",
          "h24": "-50.564"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 8,
            "sells": 3,
            "buyers": 8,
            "sellers": 3
          },
          "m30": {
            "buys": 21,
            "sells": 10,
            "buyers": 17,
            "sellers": 7
          },
          "h1": {
            "buys": 33,
            "sells": 20,
            "buyers": 25,
            "sellers": 17
          },
          "h6": {
            "buys": 215,
            "sells": 163,
            "buyers": 108,
            "sellers": 112
          },
          "h24": {
            "buys": 1976,
            "sells": 1204,
            "buyers": 644,
            "sellers": 634
          }
        },
        "volume_usd": {
          "m5": "21.6954242659",
          "m15": "490.3597749743",
          "m30": "922.721092741",
          "h1": "1647.4617142298",
          "h6": "20775.1212386163",
          "h24": "234575.619453597"
        },
        "reserve_in_usd": "21136.2615"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xb86c8358f7753e188e588411e9f04e4488ce850e",
            "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.0208077967400077",
        "base_token_price_native_currency": "0.0000109976343393183",
        "quote_token_price_usd": "1894.96",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001099763434",
        "quote_token_price_base_token": "90928.6460293411",
        "address": "0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
        "name": "HMM / WETH 1%",
        "pool_created_at": "2026-07-19T07:54:03Z",
        "fdv_usd": "20555205.906356",
        "market_cap_usd": "20811040.34",
        "price_change_percentage": {
          "m5": "-2.235",
          "m15": "3.431",
          "m30": "-7.742",
          "h1": "-11.502",
          "h6": "-18.031",
          "h24": "21.704"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 19,
            "buyers": 1,
            "sellers": 18
          },
          "m15": {
            "buys": 28,
            "sells": 52,
            "buyers": 25,
            "sellers": 37
          },
          "m30": {
            "buys": 98,
            "sells": 100,
            "buyers": 77,
            "sellers": 52
          },
          "h1": {
            "buys": 159,
            "sells": 206,
            "buyers": 100,
            "sellers": 77
          },
          "h6": {
            "buys": 1186,
            "sells": 1078,
            "buyers": 363,
            "sellers": 371
          },
          "h24": {
            "buys": 5336,
            "sells": 4583,
            "buyers": 967,
            "sellers": 1041
          }
        },
        "volume_usd": {
          "m5": "879.4706356754",
          "m15": "30147.2082991759",
          "m30": "95486.4922860491",
          "h1": "140415.793442962",
          "h6": "947392.903159603",
          "h24": "3548698.46612301"
        },
        "reserve_in_usd": "567337.6833"
      },
      "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": "robinhood_0xa70fc67c9f69da90b63a0e4c05d229954574e313",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.166544951795725",
        "base_token_price_native_currency": "0.0000878547601523317",
        "quote_token_price_usd": "1895.68",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00008785476015",
        "quote_token_price_base_token": "11382.4225149109",
        "address": "0xa70fc67c9f69da90b63a0e4c05d229954574e313",
        "name": "CASHCAT / WETH 1%",
        "pool_created_at": "2026-06-29T07:00:49Z",
        "fdv_usd": "164657820.102232",
        "market_cap_usd": "164659402.60451",
        "price_change_percentage": {
          "m5": "-0.07",
          "m15": "0.051",
          "m30": "0.666",
          "h1": "5.002",
          "h6": "2.56",
          "h24": "15.996"
        },
        "transactions": {
          "m5": {
            "buys": 7,
            "sells": 0,
            "buyers": 4,
            "sellers": 0
          },
          "m15": {
            "buys": 14,
            "sells": 1,
            "buyers": 6,
            "sellers": 1
          },
          "m30": {
            "buys": 41,
            "sells": 8,
            "buyers": 14,
            "sellers": 8
          },
          "h1": {
            "buys": 162,
            "sells": 15,
            "buyers": 45,
            "sellers": 15
          },
          "h6": {
            "buys": 732,
            "sells": 428,
            "buyers": 125,
            "sellers": 197
          },
          "h24": {
            "buys": 4149,
            "sells": 2385,
            "buyers": 483,
            "sellers": 791
          }
        },
        "volume_usd": {
          "m5": "53.8187098566",
          "m15": "1623.0149376462",
          "m30": "6602.1776203306",
          "h1": "51284.3109664937",
          "h6": "313116.217747447",
          "h24": "2344200.60063095"
        },
        "reserve_in_usd": "4293493.1195"
      },
      "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_7eYEZSesE86FWqkVxbwP9wKhC3L5UKp4oEt6zUu3f9MD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000231893320206452026918198408176374418807148320329772567667330089",
        "base_token_price_native_currency": "0.0000000304626306220256",
        "quote_token_price_usd": "76.128038987605122711723093080368119015309405881",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000003046263062",
        "quote_token_price_base_token": "32827105.8533259",
        "address": "7eYEZSesE86FWqkVxbwP9wKhC3L5UKp4oEt6zUu3f9MD",
        "name": "FOMEOW / SOL",
        "pool_created_at": "2026-08-11T21:05:54Z",
        "fdv_usd": "2279.5819398241",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0",
          "h1": "0",
          "h6": "-0.986",
          "h24": "-98.739"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m30": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "h1": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "h6": {
            "buys": 2,
            "sells": 16,
            "buyers": 2,
            "sellers": 13
          },
          "h24": {
            "buys": 9633,
            "sells": 17686,
            "buyers": 9207,
            "sellers": 7629
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "0.0",
          "m30": "0.0",
          "h1": "0.1303817518",
          "h6": "10.2468289162",
          "h24": "736246.779753056"
        },
        "reserve_in_usd": "2457.0706"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5qHUGTgkRaDrSNGgQg5wQxb5tDrzEW5ewuGpSS3jpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xebc250ae14467403029d4943ca4ad4b53b511f34",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00277240784291723",
        "base_token_price_native_currency": "0.00000143126513524791",
        "quote_token_price_usd": "1895.0",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001431265135",
        "quote_token_price_base_token": "698682.567871528",
        "address": "0xebc250ae14467403029d4943ca4ad4b53b511f34",
        "name": "YARD / WETH 1%",
        "pool_created_at": "2026-08-12T02:21:05Z",
        "fdv_usd": "2677826.95213765",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "2.168",
          "m15": "1.214",
          "m30": "5.519",
          "h1": "4.904",
          "h6": "0.997",
          "h24": "-31.425"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 3,
            "buyers": 1,
            "sellers": 3
          },
          "m15": {
            "buys": 10,
            "sells": 6,
            "buyers": 9,
            "sellers": 6
          },
          "m30": {
            "buys": 15,
            "sells": 12,
            "buyers": 12,
            "sellers": 12
          },
          "h1": {
            "buys": 29,
            "sells": 16,
            "buyers": 23,
            "sellers": 15
          },
          "h6": {
            "buys": 256,
            "sells": 258,
            "buyers": 178,
            "sellers": 199
          },
          "h24": {
            "buys": 1441,
            "sells": 1479,
            "buyers": 691,
            "sellers": 1017
          }
        },
        "volume_usd": {
          "m5": "1119.5563149172",
          "m15": "5570.2245068343",
          "m30": "11527.7713225484",
          "h1": "14974.8567936722",
          "h6": "146762.914198665",
          "h24": "900852.200251998"
        },
        "reserve_in_usd": "845001.0946"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xe3fa12da7fa026b21817f16622e8ae48fa785166",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "up-v3",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0262404701374317",
        "base_token_price_native_currency": "0.0000138351509686771",
        "quote_token_price_usd": "1895.32",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001383515097",
        "quote_token_price_base_token": "72279.6594170897",
        "address": "0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
        "name": "STONKBROKER / WETH 1%",
        "pool_created_at": "2026-07-18T03:50:03Z",
        "fdv_usd": "63493867.9076293",
        "market_cap_usd": "41316902.344801",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0.914",
          "h1": "4.632",
          "h6": "-3.044",
          "h24": "-26.753"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 0,
            "buyers": 0,
            "sellers": 1
          },
          "m30": {
            "buys": 14,
            "sells": 0,
            "buyers": 0,
            "sellers": 14
          },
          "h1": {
            "buys": 32,
            "sells": 3,
            "buyers": 3,
            "sellers": 30
          },
          "h6": {
            "buys": 704,
            "sells": 372,
            "buyers": 241,
            "sellers": 414
          },
          "h24": {
            "buys": 1539,
            "sells": 1197,
            "buyers": 644,
            "sellers": 773
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "1515.3861357667",
          "m30": "10034.2725131627",
          "h1": "22154.7828651525",
          "h6": "1347497.28184679",
          "h24": "3477338.13482088"
        },
        "reserve_in_usd": "5759230.7728"
      },
      "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": "robinhood_0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.005889069220948",
        "base_token_price_native_currency": "0.00000310633184342736",
        "quote_token_price_usd": "1894.88",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000003106331843",
        "quote_token_price_base_token": "321923.107512124",
        "address": "0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
        "name": "FRONG / WETH 0.25%",
        "pool_created_at": "2026-07-30T20:16:59Z",
        "fdv_usd": "5865504.39476191",
        "market_cap_usd": "5889069.221",
        "price_change_percentage": {
          "m5": "0.137",
          "m15": "2.176",
          "m30": "4.262",
          "h1": "8.528",
          "h6": "-2.743",
          "h24": "55.645"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 1,
            "buyers": 6,
            "sellers": 1
          },
          "m15": {
            "buys": 34,
            "sells": 39,
            "buyers": 32,
            "sellers": 35
          },
          "m30": {
            "buys": 54,
            "sells": 68,
            "buyers": 48,
            "sellers": 56
          },
          "h1": {
            "buys": 101,
            "sells": 107,
            "buyers": 79,
            "sellers": 87
          },
          "h6": {
            "buys": 1182,
            "sells": 961,
            "buyers": 564,
            "sellers": 461
          },
          "h24": {
            "buys": 9823,
            "sells": 9598,
            "buyers": 2148,
            "sellers": 2224
          }
        },
        "volume_usd": {
          "m5": "448.6993871331",
          "m15": "18074.9327999169",
          "m30": "28718.8045747318",
          "h1": "51055.3394815912",
          "h6": "688739.610068886",
          "h24": "6056390.72460588"
        },
        "reserve_in_usd": "616331.3216"
      },
      "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": "robinhood_0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00323362127583102",
        "base_token_price_native_currency": "0.00000170178247071801",
        "quote_token_price_usd": "1894.73",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001701782471",
        "quote_token_price_base_token": "587619.168258375",
        "address": "0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
        "name": "HOODRAT / WETH",
        "pool_created_at": "2026-07-02T17:52:44Z",
        "fdv_usd": "3233621.276",
        "market_cap_usd": "3233621.276",
        "price_change_percentage": {
          "m5": "0.026",
          "m15": "-0.878",
          "m30": "2.604",
          "h1": "16.283",
          "h6": "5.948",
          "h24": "148.908"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 18,
            "sells": 21,
            "buyers": 18,
            "sellers": 21
          },
          "m30": {
            "buys": 30,
            "sells": 28,
            "buyers": 25,
            "sellers": 28
          },
          "h1": {
            "buys": 92,
            "sells": 88,
            "buyers": 59,
            "sellers": 72
          },
          "h6": {
            "buys": 433,
            "sells": 489,
            "buyers": 181,
            "sellers": 257
          },
          "h24": {
            "buys": 4687,
            "sells": 4391,
            "buyers": 937,
            "sellers": 1169
          }
        },
        "volume_usd": {
          "m5": "39.3122048419",
          "m15": "8780.9120691029",
          "m30": "11392.7652836414",
          "h1": "36257.9317322356",
          "h6": "187084.790697769",
          "h24": "2019563.3738996"
        },
        "reserve_in_usd": "313898.2138"
      },
      "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_0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.048743395449349",
        "base_token_price_native_currency": "0.0000252122906392227",
        "quote_token_price_usd": "1895.0",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002521229064",
        "quote_token_price_base_token": "39663.1949992002",
        "address": "0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
        "name": "PONS / WETH 1%",
        "pool_created_at": "2026-07-13T20:42:21Z",
        "fdv_usd": "35447304.8052996",
        "market_cap_usd": "35469301.360091",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.057",
          "m30": "0.415",
          "h1": "-1.842",
          "h6": "3.578",
          "h24": "11.715"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m30": {
            "buys": 9,
            "sells": 6,
            "buyers": 6,
            "sellers": 6
          },
          "h1": {
            "buys": 24,
            "sells": 16,
            "buyers": 11,
            "sellers": 13
          },
          "h6": {
            "buys": 368,
            "sells": 396,
            "buyers": 182,
            "sellers": 260
          },
          "h24": {
            "buys": 1439,
            "sells": 1152,
            "buyers": 420,
            "sellers": 581
          }
        },
        "volume_usd": {
          "m5": "93.8025",
          "m15": "403.3871388656",
          "m30": "14312.278684239",
          "h1": "19240.9290181038",
          "h6": "441072.640343803",
          "h24": "1418626.00455762"
        },
        "reserve_in_usd": "1366706.8575"
      },
      "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_0x588b0785f50063260003b7790c42f1ef74902746",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00394805939806201",
        "base_token_price_native_currency": "0.00000208266131312353",
        "quote_token_price_usd": "1895.68",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002082661313",
        "quote_token_price_base_token": "480154.883417036",
        "address": "0x588b0785f50063260003b7790c42f1ef74902746",
        "name": "JUGGERNAUT / WETH 1%",
        "pool_created_at": "2026-06-29T09:12:54Z",
        "fdv_usd": "3731141.16052767",
        "market_cap_usd": "3948059.398",
        "price_change_percentage": {
          "m5": "-0.19",
          "m15": "-0.844",
          "m30": "1.914",
          "h1": "7.824",
          "h6": "-5.788",
          "h24": "-0.82"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m15": {
            "buys": 1,
            "sells": 11,
            "buyers": 1,
            "sellers": 11
          },
          "m30": {
            "buys": 16,
            "sells": 18,
            "buyers": 12,
            "sellers": 16
          },
          "h1": {
            "buys": 26,
            "sells": 44,
            "buyers": 19,
            "sellers": 31
          },
          "h6": {
            "buys": 214,
            "sells": 234,
            "buyers": 107,
            "sellers": 141
          },
          "h24": {
            "buys": 1226,
            "sells": 1159,
            "buyers": 376,
            "sellers": 427
          }
        },
        "volume_usd": {
          "m5": "391.3564237848",
          "m15": "2230.1925272899",
          "m30": "8264.1237673426",
          "h1": "33069.8078813952",
          "h6": "195672.139816338",
          "h24": "860664.981514012"
        },
        "reserve_in_usd": "398979.7166"
      },
      "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": "solana_J3hKH2nE88wRie1ShpE53Jd7KE12E2LMG7CNLb4BJFTN",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0014692989608568207517181233094270986295896913977625955184030666",
        "base_token_price_native_currency": "0.0000187667925947726",
        "quote_token_price_usd": "76.365669622365802394470180721111742488096216342",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001876679259",
        "quote_token_price_base_token": "53285.6104712611",
        "address": "J3hKH2nE88wRie1ShpE53Jd7KE12E2LMG7CNLb4BJFTN",
        "name": "Plumber / SOL",
        "pool_created_at": "2026-08-11T05:39:59Z",
        "fdv_usd": "1402400.10697738",
        "market_cap_usd": "1402400.42311237",
        "price_change_percentage": {
          "m5": "1.055",
          "m15": "-9.602",
          "m30": "-16.914",
          "h1": "-12.224",
          "h6": "14.123",
          "h24": "-50.548"
        },
        "transactions": {
          "m5": {
            "buys": 20,
            "sells": 16,
            "buyers": 19,
            "sellers": 15
          },
          "m15": {
            "buys": 166,
            "sells": 84,
            "buyers": 114,
            "sellers": 80
          },
          "m30": {
            "buys": 286,
            "sells": 172,
            "buyers": 162,
            "sellers": 147
          },
          "h1": {
            "buys": 578,
            "sells": 429,
            "buyers": 296,
            "sellers": 303
          },
          "h6": {
            "buys": 4753,
            "sells": 4302,
            "buyers": 1611,
            "sellers": 1873
          },
          "h24": {
            "buys": 24640,
            "sells": 21231,
            "buyers": 7182,
            "sellers": 8070
          }
        },
        "volume_usd": {
          "m5": "2138.303417559",
          "m15": "24676.7292074197",
          "m30": "41143.0520861053",
          "h1": "105595.877482259",
          "h6": "1168540.61937028",
          "h24": "5331071.80040348"
        },
        "reserve_in_usd": "126371.105"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_GCa9TZMK9Q3VUSkhZgX76YAQBjqQd1dPxkBnZojFpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000561100619756378",
        "base_token_price_native_currency": "0.000000296114065142055",
        "quote_token_price_usd": "1894.88",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002961140651",
        "quote_token_price_base_token": "3377077.00416145",
        "address": "0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
        "name": "POOLS / WETH 0.25%",
        "pool_created_at": "2026-07-30T16:41:56Z",
        "fdv_usd": "560339.89913754",
        "market_cap_usd": "560339.9035",
        "price_change_percentage": {
          "m5": "0.16",
          "m15": "2.714",
          "m30": "8.304",
          "h1": "8.99",
          "h6": "25.581",
          "h24": "21.717"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 18,
            "sells": 5,
            "buyers": 13,
            "sellers": 5
          },
          "m30": {
            "buys": 36,
            "sells": 8,
            "buyers": 25,
            "sellers": 8
          },
          "h1": {
            "buys": 54,
            "sells": 17,
            "buyers": 37,
            "sellers": 17
          },
          "h6": {
            "buys": 338,
            "sells": 211,
            "buyers": 201,
            "sellers": 158
          },
          "h24": {
            "buys": 1708,
            "sells": 1316,
            "buyers": 689,
            "sellers": 630
          }
        },
        "volume_usd": {
          "m5": "842.1173230506",
          "m15": "1859.195773828",
          "m30": "4284.5269284893",
          "h1": "6214.3882542077",
          "h6": "79390.2519556168",
          "h24": "489367.886937433"
        },
        "reserve_in_usd": "199020.3833"
      },
      "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_0xe8c3c059c5c09c02f3ff9e01ac706b5473eb3606f71955dbd2cb94cd580cb6e3",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000419298134414913",
        "base_token_price_native_currency": "0.000000219987994982719",
        "quote_token_price_usd": "1894.88",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000219987995",
        "quote_token_price_base_token": "4545702.59653739",
        "address": "0xe8c3c059c5c09c02f3ff9e01ac706b5473eb3606f71955dbd2cb94cd580cb6e3",
        "name": "EQUITY / WETH",
        "pool_created_at": "2026-08-12T22:32:08Z",
        "fdv_usd": "401388.1102128",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "1.341",
          "m15": "-9.373",
          "m30": "18.324",
          "h1": "-8.769",
          "h6": "29.362",
          "h24": "986.075"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 17,
            "buyers": 2,
            "sellers": 16
          },
          "m15": {
            "buys": 26,
            "sells": 55,
            "buyers": 22,
            "sellers": 41
          },
          "m30": {
            "buys": 102,
            "sells": 127,
            "buyers": 70,
            "sellers": 78
          },
          "h1": {
            "buys": 466,
            "sells": 418,
            "buyers": 221,
            "sellers": 208
          },
          "h6": {
            "buys": 9540,
            "sells": 7718,
            "buyers": 2074,
            "sellers": 1807
          },
          "h24": {
            "buys": 12802,
            "sells": 10044,
            "buyers": 2610,
            "sellers": 2108
          }
        },
        "volume_usd": {
          "m5": "1954.468197697",
          "m15": "6567.9961601518",
          "m30": "19423.8537271014",
          "h1": "100339.538932654",
          "h6": "2891868.77904356",
          "h24": "3919775.2355057"
        },
        "reserve_in_usd": "52022.0355"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x9708efb3ba2e5d23e973cae1a8599606333cd4ad",
            "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_0x52fcb1d83191e06ef2d2d9f460609ca22a923558",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00796494779301736",
        "base_token_price_native_currency": "0.00000420551147949194",
        "quote_token_price_usd": "1895.0",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004205511479",
        "quote_token_price_base_token": "237783.205414246",
        "address": "0x52fcb1d83191e06ef2d2d9f460609ca22a923558",
        "name": "YOLO / WETH 1%",
        "pool_created_at": "2026-07-15T07:15:15Z",
        "fdv_usd": "7725999.34470677",
        "market_cap_usd": "7964947.793",
        "price_change_percentage": {
          "m5": "-0.042",
          "m15": "-5.617",
          "m30": "9.557",
          "h1": "15.472",
          "h6": "27.957",
          "h24": "63.835"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 5,
            "sells": 22,
            "buyers": 4,
            "sellers": 21
          },
          "m30": {
            "buys": 37,
            "sells": 65,
            "buyers": 23,
            "sellers": 47
          },
          "h1": {
            "buys": 63,
            "sells": 78,
            "buyers": 43,
            "sellers": 55
          },
          "h6": {
            "buys": 899,
            "sells": 684,
            "buyers": 272,
            "sellers": 317
          },
          "h24": {
            "buys": 1739,
            "sells": 1552,
            "buyers": 506,
            "sellers": 572
          }
        },
        "volume_usd": {
          "m5": "138.3795284689",
          "m15": "9061.2267522238",
          "m30": "52127.4480544172",
          "h1": "63197.5340501662",
          "h6": "598827.211173376",
          "h24": "1185345.59965463"
        },
        "reserve_in_usd": "361567.5744"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x62c71cd34a52c30d894419cbcc55db2afa8032ea",
            "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_0x4900c6d3f31ff1e1545a487469c134cdbd9f1499f938054c0c77a14728b3f150",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00502145239540788",
        "base_token_price_native_currency": "0.00000255204009850659",
        "quote_token_price_usd": "224.639795523147",
        "quote_token_price_native_currency": "0.118550934899913",
        "base_token_price_quote_token": "0.00002152695043",
        "quote_token_price_base_token": "46453.3981927976",
        "address": "0x4900c6d3f31ff1e1545a487469c134cdbd9f1499f938054c0c77a14728b3f150",
        "name": "PACK / NVDA 1%",
        "pool_created_at": "2026-08-12T21:31:25Z",
        "fdv_usd": "4921220.857",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.412",
          "m15": "3.138",
          "m30": "0.717",
          "h1": "-5.097",
          "h6": "43.343",
          "h24": "160010.455"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 37,
            "sells": 19,
            "buyers": 22,
            "sellers": 17
          },
          "m30": {
            "buys": 85,
            "sells": 52,
            "buyers": 59,
            "sellers": 43
          },
          "h1": {
            "buys": 161,
            "sells": 110,
            "buyers": 94,
            "sellers": 84
          },
          "h6": {
            "buys": 6271,
            "sells": 5580,
            "buyers": 1065,
            "sellers": 1183
          },
          "h24": {
            "buys": 21584,
            "sells": 20046,
            "buyers": 2716,
            "sellers": 2397
          }
        },
        "volume_usd": {
          "m5": "252.9190446146",
          "m15": "3774.6177404258",
          "m30": "9488.8866726866",
          "h1": "17163.9321897365",
          "h6": "954624.597163717",
          "h24": "3420216.30861023"
        },
        "reserve_in_usd": "128571.2083"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x0145acbccefbed6f303c420beeaaac72e905430b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xd0601ce157db5bdc3162bbac2a2c8af5320d9eec",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x2a004148be6efee250420d93a1ac6393e32d2d60",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000309824556544433",
        "base_token_price_native_currency": "0.00000000160234932900987",
        "quote_token_price_usd": "1895.0",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000001602349329",
        "quote_token_price_base_token": "624083638.876626",
        "address": "0x2a004148be6efee250420d93a1ac6393e32d2d60",
        "name": "WOOF / WETH 1%",
        "pool_created_at": "2026-07-27T22:57:08Z",
        "fdv_usd": "3098245.565",
        "market_cap_usd": "3098245.565",
        "price_change_percentage": {
          "m5": "-0.029",
          "m15": "0.272",
          "m30": "4.727",
          "h1": "2.92",
          "h6": "-12.699",
          "h24": "24.768"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 7,
            "sells": 8,
            "buyers": 7,
            "sellers": 8
          },
          "m30": {
            "buys": 20,
            "sells": 27,
            "buyers": 20,
            "sellers": 27
          },
          "h1": {
            "buys": 42,
            "sells": 58,
            "buyers": 41,
            "sellers": 53
          },
          "h6": {
            "buys": 365,
            "sells": 414,
            "buyers": 229,
            "sellers": 268
          },
          "h24": {
            "buys": 2325,
            "sells": 2459,
            "buyers": 608,
            "sellers": 666
          }
        },
        "volume_usd": {
          "m5": "225.1138762968",
          "m15": "1864.9133889302",
          "m30": "8154.9640817931",
          "h1": "11747.1261438782",
          "h6": "108074.884784217",
          "h24": "708066.179089226"
        },
        "reserve_in_usd": "242664.6838"
      },
      "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"
          }
        }
      }
    }
  ]
}
受支持的网络

广泛覆盖多个区块链

获取来自 250+ 个网络的加密货币价格和市场数据,从主要区块链到新上线的区块链。

为什么Web3项目会使用CoinGecko

“CoinGecko的DEX API为我们提供了一个快速、精准稳定的DEX价格数据源。它家的数据覆盖广泛,使用简便且极其可靠。CoinGecko 的 DEX API是Supra整合去中心化交易所的数据的关键DEX价格源之一。”
“CoinGecko的DEX API是我们开发过程中的不可或缺的部分,巧妙地处理我们没有精力处理的许多小任务。这大大简化了我们的工作流程,让我们能够专注于核心的开发任务。
“CoinGecko的DEX API覆盖面广,所支持的链数量最多,且可用性高。”

常见问题

借助 CoinGecko API,为您的项目注入强劲动力

利用可靠、准确、全面的加密货币价格数据,开启更多可能性。
绝不错过任何更新!
订阅我们的API新闻通讯邮件,获取最新的产品信息、端点更新和社区内容。
选择货币
建议的货币
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
法定货币
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
加密货币
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
比特币单位
BITS
Bits
SATS
Satoshi
商品
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
选择语言
受欢迎的语言
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT-BR
Português
全部语言
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
繁體中文
欢迎来到 CoinGecko
欢迎回来!
在几秒钟内登录或注册
登录方式 . 不是您?
忘记密码?
没有收到确认邮件?
重新发送确认邮件
密码最少要有8个字,其中必须包含1个大写字母、1个小写字母、1个数字及一个特殊符号
继续即表示您已阅读并完全同意我们的 服务条款 隐私政策
使用 CoinGecko 应用获取价格提醒。
忘记密码?
几分钟后,您将收到重置密码的电子邮件。
重新发送确认邮件
几分钟后,您将收到确认帐户的电子邮件。
下载CoinGecko的APP
扫描此二维码,立即下载APP App QR Code 或在应用程序商店中查看
添加 NFT
CoinGecko
在 APP 上体验更优
实时价格提醒以及更快、更流畅的体验。