货币: 17,370
交易所: 1,480
总市值: $ 2.146T 6.5%
24小时交易量: $ 163.681B
市场占有率:
Gas: 1.123 GWEI
无广告

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

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

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

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

高效扩展您的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.00303817714885",
      "base_token_price_native_currency": "0.000629784682808024",
      "quote_token_price_usd": "1571.11185781935",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0006297846828",
      "quote_token_price_base_token": "1587.84427011",
      "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": "4341758579.64228",
      "market_cap_usd": "4340263731.65131",
      "price_change_percentage": {
        "m5": "0.048",
        "m15": "0.049",
        "m30": "0.307",
        "h1": "0.156",
        "h6": "0.002",
        "h24": "0.496"
      },
      "transactions": {
        "m5": {
          "buys": 8,
          "sells": 15,
          "buyers": 3,
          "sellers": 10
        },
        "m15": {
          "buys": 18,
          "sells": 27,
          "buyers": 10,
          "sellers": 17
        },
        "m30": {
          "buys": 36,
          "sells": 53,
          "buyers": 23,
          "sellers": 33
        },
        "h1": {
          "buys": 52,
          "sells": 86,
          "buyers": 28,
          "sellers": 48
        },
        "h6": {
          "buys": 321,
          "sells": 425,
          "buyers": 155,
          "sellers": 213
        },
        "h24": {
          "buys": 1064,
          "sells": 1475,
          "buyers": 399,
          "sellers": 462
        }
      },
      "volume_usd": {
        "m5": "6737.5424579412",
        "m15": "15098.5654730716",
        "m30": "26408.9390801951",
        "h1": "59369.0029966041",
        "h6": "585922.799758569",
        "h24": "1204448.86218052"
      },
      "reserve_in_usd": "1165851.2525",
      "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": "solana_EYsDErowTsFTm1X5ABW5hWUhrvmv88goZSVDeCPar38f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000138773326773213916272432754660183815377770290974274829677581554",
        "base_token_price_native_currency": "0.00000216278186036203",
        "quote_token_price_usd": "64.164648331824460623528835968479970745585853983",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000216278186",
        "quote_token_price_base_token": "462367.480663357",
        "address": "EYsDErowTsFTm1X5ABW5hWUhrvmv88goZSVDeCPar38f",
        "name": "DOGEUS / SOL",
        "pool_created_at": "2026-05-29T10:10:37Z",
        "fdv_usd": "138886.129291396",
        "market_cap_usd": "131463.847861322",
        "price_change_percentage": {
          "m5": "-1.002",
          "m15": "-3.029",
          "m30": "-8.406",
          "h1": "-5.625",
          "h6": "-25.431",
          "h24": "-46.495"
        },
        "transactions": {
          "m5": {
            "buys": 27,
            "sells": 14,
            "buyers": 27,
            "sellers": 14
          },
          "m15": {
            "buys": 202,
            "sells": 80,
            "buyers": 193,
            "sellers": 78
          },
          "m30": {
            "buys": 449,
            "sells": 180,
            "buyers": 416,
            "sellers": 173
          },
          "h1": {
            "buys": 975,
            "sells": 377,
            "buyers": 800,
            "sellers": 351
          },
          "h6": {
            "buys": 6436,
            "sells": 2343,
            "buyers": 2170,
            "sellers": 1509
          },
          "h24": {
            "buys": 15875,
            "sells": 7749,
            "buyers": 3014,
            "sellers": 2820
          }
        },
        "volume_usd": {
          "m5": "545.4236775138",
          "m15": "1162.3321290041",
          "m30": "2544.3450782216",
          "h1": "4901.093553616",
          "h6": "45264.9311518822",
          "h24": "322560.885126104"
        },
        "reserve_in_usd": "33718.3846"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FeMrhDeddUvuzo25RZriZD6Te8xy3tdyKLLXBhEEpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000490892013305082",
        "base_token_price_native_currency": "0.000000312495255987944",
        "quote_token_price_usd": "1579.6230357069",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000312495256",
        "quote_token_price_base_token": "3200048.57942093",
        "address": "0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
        "name": "SPCX / WETH",
        "pool_created_at": "2026-05-25T00:54:11Z",
        "fdv_usd": "490892.0133",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "5.406",
          "m15": "0.771",
          "m30": "11.338",
          "h1": "34.334",
          "h6": "-67.031",
          "h24": "-89.703"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 8,
            "sells": 7,
            "buyers": 8,
            "sellers": 7
          },
          "m30": {
            "buys": 15,
            "sells": 8,
            "buyers": 15,
            "sellers": 8
          },
          "h1": {
            "buys": 29,
            "sells": 15,
            "buyers": 29,
            "sellers": 15
          },
          "h6": {
            "buys": 133,
            "sells": 137,
            "buyers": 116,
            "sellers": 137
          },
          "h24": {
            "buys": 1601,
            "sells": 966,
            "buyers": 1143,
            "sellers": 953
          }
        },
        "volume_usd": {
          "m5": "1059.0242574209",
          "m15": "4500.309693957",
          "m30": "6518.9064246994",
          "h1": "12475.1806793746",
          "h6": "101961.735002731",
          "h24": "1085559.7903168"
        },
        "reserve_in_usd": "55328.0344"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xcb891c8f1e3a4d04229e4d871dc27124411d8952",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00350439180469139208162846848315140876254799779905626943864818326",
        "base_token_price_native_currency": "0.000054109848654233",
        "quote_token_price_usd": "64.215246768861744907474008855181641159854850149",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00005410984865",
        "quote_token_price_base_token": "18480.92398835",
        "address": "5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
        "name": "three / SOL",
        "pool_created_at": "2026-04-29T07:09:01Z",
        "fdv_usd": "3507579.55372433",
        "market_cap_usd": "3507580.76697422",
        "price_change_percentage": {
          "m5": "-1.879",
          "m15": "-2.911",
          "m30": "-4.024",
          "h1": "-9.366",
          "h6": "-4.847",
          "h24": "-59.951"
        },
        "transactions": {
          "m5": {
            "buys": 22,
            "sells": 11,
            "buyers": 22,
            "sellers": 11
          },
          "m15": {
            "buys": 310,
            "sells": 122,
            "buyers": 271,
            "sellers": 111
          },
          "m30": {
            "buys": 621,
            "sells": 286,
            "buyers": 523,
            "sellers": 256
          },
          "h1": {
            "buys": 1270,
            "sells": 531,
            "buyers": 936,
            "sellers": 465
          },
          "h6": {
            "buys": 8136,
            "sells": 4556,
            "buyers": 3066,
            "sellers": 2458
          },
          "h24": {
            "buys": 31594,
            "sells": 23980,
            "buyers": 7010,
            "sellers": 6383
          }
        },
        "volume_usd": {
          "m5": "1223.3319130841",
          "m15": "12335.8455587528",
          "m30": "27925.3344582819",
          "h1": "49144.0267605208",
          "h6": "595446.57886218",
          "h24": "5288250.19909171"
        },
        "reserve_in_usd": "217240.114"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_FeMbDoX7R1Psc4GEcvJdsbNbZA3bfztcyDCatJVJpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x3122a3fa830e4918d6a9c09bd4769d0d95bf291548e7c7960cd7ccd9e3ac3627",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0518637514304384",
        "base_token_price_native_currency": "0.0000905714796323082",
        "quote_token_price_usd": "1.00020096602799",
        "quote_token_price_native_currency": "0.00175540451560417",
        "base_token_price_quote_token": "0.05159578822",
        "quote_token_price_base_token": "19.3814269429",
        "address": "0x3122a3fa830e4918d6a9c09bd4769d0d95bf291548e7c7960cd7ccd9e3ac3627",
        "name": "BTW / USDT 0.007%",
        "pool_created_at": "2026-02-26T08:10:50Z",
        "fdv_usd": "519840658.135286",
        "market_cap_usd": "114364947.224",
        "price_change_percentage": {
          "m5": "-1.711",
          "m15": "-3.219",
          "m30": "3.55",
          "h1": "17.293",
          "h6": "13.572",
          "h24": "69.543"
        },
        "transactions": {
          "m5": {
            "buys": 105,
            "sells": 114,
            "buyers": 48,
            "sellers": 53
          },
          "m15": {
            "buys": 633,
            "sells": 767,
            "buyers": 208,
            "sellers": 169
          },
          "m30": {
            "buys": 1787,
            "sells": 2229,
            "buyers": 377,
            "sellers": 360
          },
          "h1": {
            "buys": 3348,
            "sells": 4119,
            "buyers": 494,
            "sellers": 520
          },
          "h6": {
            "buys": 11910,
            "sells": 14231,
            "buyers": 917,
            "sellers": 1147
          },
          "h24": {
            "buys": 61788,
            "sells": 74933,
            "buyers": 1941,
            "sellers": 4032
          }
        },
        "volume_usd": {
          "m5": "14270.5664948983",
          "m15": "116772.557605564",
          "m30": "382101.940618219",
          "h1": "696641.334807191",
          "h6": "2077834.44154786",
          "h24": "13855385.4224594"
        },
        "reserve_in_usd": "1217651.749"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x444045b0ee1ee319a660a5e3d604ca0ffa35acaa",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-infinity-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Chop45gMLf9BtY5UwVWHXRtykvFaY4SWfU3qLmyGT79o",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000312676889932936811819435733831246896106746154282049557256932554",
        "base_token_price_native_currency": "0.00000454001509795249",
        "quote_token_price_usd": "64.164912291662094744246260497261035278032595254",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004540015098",
        "quote_token_price_base_token": "220263.584685212",
        "address": "Chop45gMLf9BtY5UwVWHXRtykvFaY4SWfU3qLmyGT79o",
        "name": "Bountywork / SOL",
        "pool_created_at": "2026-06-04T14:49:54Z",
        "fdv_usd": "313950.008300669",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "3.64",
          "m15": "3.505",
          "m30": "-4.404",
          "h1": "-29.556",
          "h6": "-49.825",
          "h24": "-57.222"
        },
        "transactions": {
          "m5": {
            "buys": 21,
            "sells": 39,
            "buyers": 8,
            "sellers": 29
          },
          "m15": {
            "buys": 196,
            "sells": 175,
            "buyers": 112,
            "sellers": 127
          },
          "m30": {
            "buys": 613,
            "sells": 384,
            "buyers": 302,
            "sellers": 262
          },
          "h1": {
            "buys": 1225,
            "sells": 826,
            "buyers": 495,
            "sellers": 499
          },
          "h6": {
            "buys": 4284,
            "sells": 3465,
            "buyers": 1409,
            "sellers": 1728
          },
          "h24": {
            "buys": 26190,
            "sells": 20753,
            "buyers": 5306,
            "sellers": 5925
          }
        },
        "volume_usd": {
          "m5": "3520.6429294347",
          "m15": "19007.6270414788",
          "m30": "50342.291586621",
          "h1": "124690.533943576",
          "h6": "471714.45800974",
          "h24": "2642887.74045463"
        },
        "reserve_in_usd": "47761.5133"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_J4x1EMmQjF6WEzXq2tUtzY89x5aMhYz5CzfevcJEpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_KKyUyWncRfakBZh2M318BFfdR6332WWu1NePd9amQtj",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.1739848062917525532826571891259374812686128582502342542830091",
        "base_token_price_native_currency": "0.0182266957600491",
        "quote_token_price_usd": "1.00108325028600761037147132586691476647892574740497030640332",
        "quote_token_price_native_currency": "0.0155539670309225",
        "base_token_price_quote_token": "1.1718358232",
        "quote_token_price_base_token": "0.8533618619",
        "address": "KKyUyWncRfakBZh2M318BFfdR6332WWu1NePd9amQtj",
        "name": "SV151 / USDC",
        "pool_created_at": "2026-06-04T13:11:33Z",
        "fdv_usd": "1175130.1092",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.394",
          "m15": "-2.162",
          "m30": "-0.807",
          "h1": "-2.949",
          "h6": "-22.198",
          "h24": "-38.338"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m15": {
            "buys": 12,
            "sells": 11,
            "buyers": 6,
            "sellers": 11
          },
          "m30": {
            "buys": 23,
            "sells": 26,
            "buyers": 14,
            "sellers": 23
          },
          "h1": {
            "buys": 35,
            "sells": 47,
            "buyers": 21,
            "sellers": 41
          },
          "h6": {
            "buys": 928,
            "sells": 735,
            "buyers": 411,
            "sellers": 458
          },
          "h24": {
            "buys": 5845,
            "sells": 3972,
            "buyers": 1802,
            "sellers": 1795
          }
        },
        "volume_usd": {
          "m5": "168.2829848444",
          "m15": "1296.8340650066",
          "m30": "2776.6535093642",
          "h1": "5015.1167637076",
          "h6": "169788.438710388",
          "h24": "906175.684967675"
        },
        "reserve_in_usd": "99469.9672"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_SV151D5pjygAKA8aJJcKzm4wFnRX5G92Fye94jQJk7g",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora-damm-v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_GjJxdHcyd5NyMWryA7MfJwZyuYCwN19AUzQtmPnDSXWo",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000203548695052816864482357323637885755834274229344115371302892884",
        "base_token_price_native_currency": "0.00000315981637956561",
        "quote_token_price_usd": "64.589548119604495067137589893222431622989379964",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000315981638",
        "quote_token_price_base_token": "316474.085794021",
        "address": "GjJxdHcyd5NyMWryA7MfJwZyuYCwN19AUzQtmPnDSXWo",
        "name": "goblintown / SOL",
        "pool_created_at": "2026-05-02T03:46:39Z",
        "fdv_usd": "203548.6951",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "-4.319",
          "m30": "-1.552",
          "h1": "-15.648",
          "h6": "-45.394",
          "h24": "-2.695"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 6,
            "buyers": 0,
            "sellers": 6
          },
          "m30": {
            "buys": 23,
            "sells": 29,
            "buyers": 16,
            "sellers": 28
          },
          "h1": {
            "buys": 94,
            "sells": 74,
            "buyers": 74,
            "sellers": 69
          },
          "h6": {
            "buys": 1115,
            "sells": 992,
            "buyers": 583,
            "sellers": 623
          },
          "h24": {
            "buys": 10464,
            "sells": 8801,
            "buyers": 2897,
            "sellers": 2793
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "634.1316374924",
          "m30": "2029.6127992881",
          "h1": "9707.0655482016",
          "h6": "137335.299240006",
          "h24": "1855741.97512785"
        },
        "reserve_in_usd": "42128.9563"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_DJ15QJxVPFGv6kYhT6LvDGqG9b4aBFWQzavA7dGxpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.313929628673518",
        "base_token_price_native_currency": "0.000200615028614572970311634341569862638518128",
        "quote_token_price_usd": "0.994067520611965",
        "quote_token_price_native_currency": "0.000633256795971362",
        "base_token_price_quote_token": "0.3167988562",
        "quote_token_price_base_token": "3.1565770538",
        "address": "0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
        "name": "AERO / USDC",
        "pool_created_at": "2023-09-07T22:50:55Z",
        "fdv_usd": "600935045.328792",
        "market_cap_usd": "297850241.197763",
        "price_change_percentage": {
          "m5": "-0.042",
          "m15": "-0.892",
          "m30": "-1.835",
          "h1": "-1.128",
          "h6": "-6.684",
          "h24": "-14.259"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 8,
            "buyers": 5,
            "sellers": 5
          },
          "m15": {
            "buys": 11,
            "sells": 44,
            "buyers": 10,
            "sellers": 31
          },
          "m30": {
            "buys": 13,
            "sells": 70,
            "buyers": 12,
            "sellers": 33
          },
          "h1": {
            "buys": 40,
            "sells": 106,
            "buyers": 21,
            "sellers": 40
          },
          "h6": {
            "buys": 456,
            "sells": 1058,
            "buyers": 171,
            "sellers": 297
          },
          "h24": {
            "buys": 1333,
            "sells": 3285,
            "buyers": 327,
            "sellers": 482
          }
        },
        "volume_usd": {
          "m5": "27774.2815364974",
          "m15": "164563.851851487",
          "m30": "165809.132226035",
          "h1": "219198.589101592",
          "h6": "1669126.07214685",
          "h24": "3950795.72833746"
        },
        "reserve_in_usd": "19296789.813"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x940181a94a35a4569e4529a3cdfb74e38fd98631",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00116905689170628",
        "base_token_price_native_currency": "0.000000744497448363213",
        "quote_token_price_usd": "1570.28",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000007444974484",
        "quote_token_price_base_token": "1343187.94805612",
        "address": "0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
        "name": "DEGEN / WETH 0.3%",
        "pool_created_at": "2024-01-07T19:30:45Z",
        "fdv_usd": "43215035.7476852",
        "market_cap_usd": "43215041.8136071",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.541",
          "m30": "-2.874",
          "h1": "-0.875",
          "h6": "-10.215",
          "h24": "-26.113"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 53,
            "sells": 20,
            "buyers": 31,
            "sellers": 18
          },
          "m30": {
            "buys": 148,
            "sells": 110,
            "buyers": 39,
            "sellers": 41
          },
          "h1": {
            "buys": 303,
            "sells": 301,
            "buyers": 84,
            "sellers": 108
          },
          "h6": {
            "buys": 1767,
            "sells": 1705,
            "buyers": 419,
            "sellers": 454
          },
          "h24": {
            "buys": 9158,
            "sells": 10195,
            "buyers": 1078,
            "sellers": 1165
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "8640.8285733917",
          "m30": "20457.8271335686",
          "h1": "47924.0619511325",
          "h6": "658610.947235104",
          "h24": "2773716.26025444"
        },
        "reserve_in_usd": "1065838.2279"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x4ed4e862860bed51a9570b96d89af5e1b0efefed",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x085f29091ee8a818ede960a89bd578fe4ac8e824",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "11.9070343981559",
        "base_token_price_native_currency": "0.020325751422272385865206239456",
        "quote_token_price_usd": "1.00020096602799",
        "quote_token_price_native_currency": "0.00175500408535447",
        "base_token_price_quote_token": "11.581597782",
        "quote_token_price_base_token": "0.08634387231",
        "address": "0x085f29091ee8a818ede960a89bd578fe4ac8e824",
        "name": "LAB / USDT 0.3%",
        "pool_created_at": "2025-10-14T18:39:58Z",
        "fdv_usd": "11801173880.6448",
        "market_cap_usd": "3688372470.81484",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.225",
          "m30": "10.087",
          "h1": "7.191",
          "h6": "7.946",
          "h24": "-15.944"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 101,
            "sells": 142,
            "buyers": 66,
            "sellers": 74
          },
          "m30": {
            "buys": 461,
            "sells": 384,
            "buyers": 209,
            "sellers": 177
          },
          "h1": {
            "buys": 1448,
            "sells": 1193,
            "buyers": 426,
            "sellers": 364
          },
          "h6": {
            "buys": 5417,
            "sells": 5714,
            "buyers": 667,
            "sellers": 707
          },
          "h24": {
            "buys": 22044,
            "sells": 23791,
            "buyers": 1249,
            "sellers": 1233
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "113658.245749004",
          "m30": "245579.6479746",
          "h1": "680424.133549078",
          "h6": "2790639.65403003",
          "h24": "9068647.83010851"
        },
        "reserve_in_usd": "192327.5918"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x7ec43cf65f1663f820427c62a5780b8f2e25593a",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x91a06c8f90cc4a21f47d20ff6b81ddef508fe483f1b11e02457836b2467e1351",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000851409709030227",
        "base_token_price_native_currency": "0.00000000542775793033749",
        "quote_token_price_usd": "1575.26",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000000542775793",
        "quote_token_price_base_token": "184238135.310102",
        "address": "0x91a06c8f90cc4a21f47d20ff6b81ddef508fe483f1b11e02457836b2467e1351",
        "name": "rootai / WETH",
        "pool_created_at": "2026-05-17T21:19:31Z",
        "fdv_usd": "840900.268621265",
        "market_cap_usd": "851409.709",
        "price_change_percentage": {
          "m5": "-0.468",
          "m15": "-1.194",
          "m30": "-1.292",
          "h1": "1.121",
          "h6": "-27.205",
          "h24": "-30.023"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 5,
            "sells": 7,
            "buyers": 5,
            "sellers": 7
          },
          "m30": {
            "buys": 10,
            "sells": 7,
            "buyers": 9,
            "sellers": 7
          },
          "h1": {
            "buys": 14,
            "sells": 11,
            "buyers": 13,
            "sellers": 11
          },
          "h6": {
            "buys": 94,
            "sells": 141,
            "buyers": 68,
            "sellers": 85
          },
          "h24": {
            "buys": 454,
            "sells": 615,
            "buyers": 259,
            "sellers": 335
          }
        },
        "volume_usd": {
          "m5": "475.262852066",
          "m15": "2060.2108779396",
          "m30": "2207.8293198869",
          "h1": "2862.593887555",
          "h6": "38385.5832634192",
          "h24": "163050.311134979"
        },
        "reserve_in_usd": "287591.1508"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x461d3c96d170e551611f54fa466d3d74a680aba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x12d44f8b4d3e28bdeb35e8e2e6585dfcc33eda5f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00400482927786308",
        "base_token_price_native_currency": "0.00000253802695499737",
        "quote_token_price_usd": "1573.0353314318",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002538026955",
        "quote_token_price_base_token": "394006.84773304",
        "address": "0x12d44f8b4d3e28bdeb35e8e2e6585dfcc33eda5f",
        "name": "DOGEUS / WETH",
        "pool_created_at": "2026-05-27T13:15:35Z",
        "fdv_usd": "3998483.189",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "2.655",
          "m15": "-3.62",
          "m30": "-7.032",
          "h1": "-7.12",
          "h6": "-16.893",
          "h24": "-42.571"
        },
        "transactions": {
          "m5": {
            "buys": 12,
            "sells": 5,
            "buyers": 12,
            "sellers": 5
          },
          "m15": {
            "buys": 33,
            "sells": 20,
            "buyers": 31,
            "sellers": 16
          },
          "m30": {
            "buys": 43,
            "sells": 36,
            "buyers": 41,
            "sellers": 27
          },
          "h1": {
            "buys": 63,
            "sells": 68,
            "buyers": 58,
            "sellers": 44
          },
          "h6": {
            "buys": 554,
            "sells": 516,
            "buyers": 313,
            "sellers": 266
          },
          "h24": {
            "buys": 3254,
            "sells": 2630,
            "buyers": 1268,
            "sellers": 1072
          }
        },
        "volume_usd": {
          "m5": "2337.4563751351",
          "m15": "12220.2302021218",
          "m30": "19193.1205837407",
          "h1": "31278.7052051429",
          "h6": "474833.674745818",
          "h24": "2284182.61326159"
        },
        "reserve_in_usd": "182145.9217"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x759f8b83db57033aed95545694f6ada480b6e987",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000023425689251632",
        "base_token_price_native_currency": "0.0000000144227202569462",
        "quote_token_price_usd": "1583.15",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000001442272026",
        "quote_token_price_base_token": "69335047.9094528",
        "address": "0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
        "name": "aeon / WETH",
        "pool_created_at": "2026-03-10T22:01:31Z",
        "fdv_usd": "2342568.925",
        "market_cap_usd": "2069603.12125803",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "1.849",
          "h1": "-1.2",
          "h6": "-12.148",
          "h24": "-16.343"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m30": {
            "buys": 1,
            "sells": 2,
            "buyers": 1,
            "sellers": 2
          },
          "h1": {
            "buys": 4,
            "sells": 6,
            "buyers": 4,
            "sellers": 6
          },
          "h6": {
            "buys": 71,
            "sells": 81,
            "buyers": 56,
            "sellers": 67
          },
          "h24": {
            "buys": 304,
            "sells": 295,
            "buyers": 205,
            "sellers": 203
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "283.6012082778",
          "m30": "442.4477286468",
          "h1": "2028.1807092521",
          "h6": "73860.2746310613",
          "h24": "225873.234477929"
        },
        "reserve_in_usd": "1005128.196"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xbf8e8f0e8866a7052f948c16508644347c57aba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00188601136350387647000488042476527458232893800114137510771896359",
        "base_token_price_native_currency": "0.000029289858961235",
        "quote_token_price_usd": "64.218619944047355597069620866399397124023695131",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002928985896",
        "quote_token_price_base_token": "34141.509569011",
        "address": "F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
        "name": "KINS / SOL",
        "pool_created_at": "2026-05-22T17:47:24Z",
        "fdv_usd": "1877772.70699051",
        "market_cap_usd": "1877775.32764474",
        "price_change_percentage": {
          "m5": "1.872",
          "m15": "3.372",
          "m30": "4.369",
          "h1": "13.061",
          "h6": "-4.94",
          "h24": "33.009"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "m15": {
            "buys": 15,
            "sells": 24,
            "buyers": 11,
            "sellers": 24
          },
          "m30": {
            "buys": 42,
            "sells": 51,
            "buyers": 34,
            "sellers": 48
          },
          "h1": {
            "buys": 92,
            "sells": 110,
            "buyers": 76,
            "sellers": 98
          },
          "h6": {
            "buys": 1843,
            "sells": 1719,
            "buyers": 1041,
            "sellers": 1041
          },
          "h24": {
            "buys": 8124,
            "sells": 7089,
            "buyers": 2636,
            "sellers": 2725
          }
        },
        "volume_usd": {
          "m5": "2358.3806515692",
          "m15": "4332.3896985843",
          "m30": "7582.4416531273",
          "h1": "19937.816219609",
          "h6": "299448.132653048",
          "h24": "1633409.32608833"
        },
        "reserve_in_usd": "116703.713"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Tqj8yFmagrg7oorpQkVGYR52r96RFTamvWfth9bpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_HXmUVCxsVvCnpyM86a4xtsjXVegVqqbuXopusWR13S6X",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00156463497873065604037082610857448859141492504906496832702095352",
        "base_token_price_native_currency": "0.0000246482848438902",
        "quote_token_price_usd": "64.199983678469210879221443998718113642495083284",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002464828484",
        "quote_token_price_base_token": "40570.7742479242",
        "address": "HXmUVCxsVvCnpyM86a4xtsjXVegVqqbuXopusWR13S6X",
        "name": "HUNTER / SOL",
        "pool_created_at": "2026-06-02T09:24:14Z",
        "fdv_usd": "1577786.689",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.05",
          "m15": "-2.655",
          "m30": "-15.508",
          "h1": "-33.416",
          "h6": "66.729",
          "h24": "326.241"
        },
        "transactions": {
          "m5": {
            "buys": 22,
            "sells": 27,
            "buyers": 16,
            "sellers": 22
          },
          "m15": {
            "buys": 209,
            "sells": 179,
            "buyers": 153,
            "sellers": 142
          },
          "m30": {
            "buys": 697,
            "sells": 501,
            "buyers": 405,
            "sellers": 311
          },
          "h1": {
            "buys": 1902,
            "sells": 1418,
            "buyers": 1011,
            "sellers": 806
          },
          "h6": {
            "buys": 6774,
            "sells": 6450,
            "buyers": 2370,
            "sellers": 2145
          },
          "h24": {
            "buys": 14325,
            "sells": 66133,
            "buyers": 3955,
            "sellers": 3663
          }
        },
        "volume_usd": {
          "m5": "3752.5188786189",
          "m15": "29021.7234568001",
          "m30": "116035.348384104",
          "h1": "342623.330375464",
          "h6": "1298538.1348281",
          "h24": "2799109.40657375"
        },
        "reserve_in_usd": "103887.3735"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9zwhS3b1oYuUEqWNpu2SPkEH24JMVWFEVQvHuYXZpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x3ce99c117ae6ac0819c498b4a29a690a94d778b631ef736f8cbebdf834c79750",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.245420007302976",
        "base_token_price_native_currency": "0.000429369728184712",
        "quote_token_price_usd": "1.00020096602799",
        "quote_token_price_native_currency": "0.00175572420662125",
        "base_token_price_quote_token": "0.2445541997",
        "quote_token_price_base_token": "4.0890731027",
        "address": "0x3ce99c117ae6ac0819c498b4a29a690a94d778b631ef736f8cbebdf834c79750",
        "name": "OPN / USDT 0.007%",
        "pool_created_at": "2026-03-02T08:18:22Z",
        "fdv_usd": "47942319.6060353",
        "market_cap_usd": "44511256.5453631",
        "price_change_percentage": {
          "m5": "0.073",
          "m15": "-0.777",
          "m30": "1.528",
          "h1": "6.843",
          "h6": "10.266",
          "h24": "8.548"
        },
        "transactions": {
          "m5": {
            "buys": 146,
            "sells": 162,
            "buyers": 88,
            "sellers": 97
          },
          "m15": {
            "buys": 822,
            "sells": 886,
            "buyers": 259,
            "sellers": 284
          },
          "m30": {
            "buys": 2042,
            "sells": 2244,
            "buyers": 375,
            "sellers": 412
          },
          "h1": {
            "buys": 6144,
            "sells": 6492,
            "buyers": 604,
            "sellers": 652
          },
          "h6": {
            "buys": 19445,
            "sells": 21197,
            "buyers": 870,
            "sellers": 1573
          },
          "h24": {
            "buys": 86039,
            "sells": 108172,
            "buyers": 1544,
            "sellers": 21489
          }
        },
        "volume_usd": {
          "m5": "110300.209152066",
          "m15": "639538.387792414",
          "m30": "1734764.71639856",
          "h1": "6524183.6008175",
          "h6": "13473545.5146908",
          "h24": "56963498.7645952"
        },
        "reserve_in_usd": "761506.3395"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x7977bf3e7e0c954d12cdca3e013adaf57e0b06e0",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-infinity-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xaa7a431d1f79ea1f96f4299cce18267b278eb417bd8457b33f3be3c2645254ad",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000124667949093308",
        "base_token_price_native_currency": "0.000000000792868240311762",
        "quote_token_price_usd": "1575.99",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000007928682403",
        "quote_token_price_base_token": "1261243607.89983",
        "address": "0xaa7a431d1f79ea1f96f4299cce18267b278eb417bd8457b33f3be3c2645254ad",
        "name": "AZL / WETH",
        "pool_created_at": "2026-06-03T22:53:23Z",
        "fdv_usd": "124667.9491",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-1.46",
          "m30": "-0.421",
          "h1": "10.869",
          "h6": "-27.21",
          "h24": "110.08"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 3,
            "sells": 6,
            "buyers": 3,
            "sellers": 6
          },
          "m30": {
            "buys": 7,
            "sells": 12,
            "buyers": 7,
            "sellers": 11
          },
          "h1": {
            "buys": 24,
            "sells": 36,
            "buyers": 22,
            "sellers": 29
          },
          "h6": {
            "buys": 79,
            "sells": 160,
            "buyers": 62,
            "sellers": 112
          },
          "h24": {
            "buys": 606,
            "sells": 1098,
            "buyers": 258,
            "sellers": 397
          }
        },
        "volume_usd": {
          "m5": "107.318875054",
          "m15": "1037.318840524",
          "m30": "2226.0105027032",
          "h1": "6380.3765008073",
          "h6": "49131.2024161961",
          "h24": "274606.536214285"
        },
        "reserve_in_usd": "82472.7373"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x931517e9502f9d52cdf6f5ac7fca7925e2a1bba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000692069849355691",
        "base_token_price_native_currency": "0.0000000427812071060102",
        "quote_token_price_usd": "1579.37",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004278120711",
        "quote_token_price_base_token": "23374749.5137769",
        "address": "0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
        "name": "GITLAWB / WETH",
        "pool_created_at": "2026-03-11T02:00:07Z",
        "fdv_usd": "6912314.76394468",
        "market_cap_usd": "6920698.494",
        "price_change_percentage": {
          "m5": "2.174",
          "m15": "-0.891",
          "m30": "-0.891",
          "h1": "-3.569",
          "h6": "-7.71",
          "h24": "-18.428"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 6,
            "buyers": 1,
            "sellers": 6
          },
          "m30": {
            "buys": 1,
            "sells": 6,
            "buyers": 1,
            "sellers": 6
          },
          "h1": {
            "buys": 4,
            "sells": 7,
            "buyers": 4,
            "sellers": 7
          },
          "h6": {
            "buys": 127,
            "sells": 52,
            "buyers": 94,
            "sellers": 46
          },
          "h24": {
            "buys": 309,
            "sells": 178,
            "buyers": 188,
            "sellers": 126
          }
        },
        "volume_usd": {
          "m5": "476.4361238067",
          "m15": "5124.0728659301",
          "m30": "5124.0728659301",
          "h1": "6105.8750461578",
          "h6": "81787.026610324",
          "h24": "189427.061324843"
        },
        "reserve_in_usd": "2175515.2933"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x5f980dcfc4c0fa3911554cf5ab288ed0eb13dba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0070160527633473178083975936051426778752077309460257859905091548",
        "base_token_price_native_currency": "0.000109527420746715",
        "quote_token_price_usd": "64.214393045384693234008579270663911162359911612",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0001095274207",
        "quote_token_price_base_token": "9130.133743517",
        "address": "ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
        "name": "WORLDCUP / SOL",
        "pool_created_at": "2026-05-11T20:38:31Z",
        "fdv_usd": "7112053.502",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.476",
          "m15": "10.829",
          "m30": "11.821",
          "h1": "30.986",
          "h6": "33.928",
          "h24": "78.324"
        },
        "transactions": {
          "m5": {
            "buys": 32,
            "sells": 16,
            "buyers": 18,
            "sellers": 16
          },
          "m15": {
            "buys": 290,
            "sells": 339,
            "buyers": 191,
            "sellers": 224
          },
          "m30": {
            "buys": 569,
            "sells": 547,
            "buyers": 333,
            "sellers": 344
          },
          "h1": {
            "buys": 846,
            "sells": 984,
            "buyers": 434,
            "sellers": 514
          },
          "h6": {
            "buys": 3393,
            "sells": 3054,
            "buyers": 1345,
            "sellers": 1309
          },
          "h24": {
            "buys": 6160,
            "sells": 5398,
            "buyers": 2354,
            "sellers": 2112
          }
        },
        "volume_usd": {
          "m5": "7681.4844759487",
          "m15": "86812.0681110245",
          "m30": "147026.064644984",
          "h1": "225376.892153412",
          "h6": "758760.130153955",
          "h24": "1284139.75269133"
        },
        "reserve_in_usd": "269323.7783"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_33eum82LaAhtv5YkUq1BdwEviSErH5CnFxqVNLT5pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000501659205923776",
        "base_token_price_native_currency": "0.000000319564977901682",
        "quote_token_price_usd": "1570.27",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000003195649779",
        "quote_token_price_base_token": "3129254.04581619",
        "address": "0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
        "name": "BNKR / WETH 1%",
        "pool_created_at": "2024-12-03T04:44:53Z",
        "fdv_usd": "48642085.0967464",
        "market_cap_usd": "50165920.59",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.783",
          "m30": "-2.034",
          "h1": "-1.675",
          "h6": "-7.04",
          "h24": "-13.675"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 0,
            "sells": 4,
            "buyers": 0,
            "sellers": 4
          },
          "m30": {
            "buys": 0,
            "sells": 15,
            "buyers": 0,
            "sellers": 7
          },
          "h1": {
            "buys": 0,
            "sells": 16,
            "buyers": 0,
            "sellers": 8
          },
          "h6": {
            "buys": 181,
            "sells": 81,
            "buyers": 44,
            "sellers": 36
          },
          "h24": {
            "buys": 740,
            "sells": 772,
            "buyers": 120,
            "sellers": 175
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "m15": "2407.6171632629",
          "m30": "5166.5999632223",
          "h1": "5179.7984178896",
          "h6": "180801.756093015",
          "h24": "746830.603623811"
        },
        "reserve_in_usd": "2205017.0113"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x22af33fe49fd1fa80c7149773dde5890d3c76f3b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    }
  ]
}
受支持的网络

广泛覆盖多个区块链

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

为什么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
VEF
Venezuelan bolívar fuerte
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
追踪钱包地址
粘贴
我们仅显示赞助网络上的资产。
Ethereum Mainnet
Base Mainnet
BNB Smart Chain
Arbitrum
Avalanche
Fantom
Flare
Gnosis
Linea
Optimism
Polygon
Polygon zkEVM
Scroll
Stellar
Story
Syscoin
Telos
X Layer
Xai
读取权限
我们仅收集公共数据。 没有私钥,没有签名,我们无法对您的钱包做任何更改。
创建投资组合
选择图标
💎
🔥
👀
🚀
💰
🦍
🌱
💩
🌙
🪂
💚
CoinGecko
在 APP 上体验更优
实时价格提醒以及更快、更流畅的体验。
您已达到上限。
访客投资组合仅限于 10 货币。注册或登录以保留下列货币。