链上的去中心化交易所代币与市场数据API面向DeFi项目与开发者
自 2014 年起,全球规模最大的独立加密货币数据权威来源,CoinGecko API 为您提供了完整的加密货币市场数据覆盖。
数据支持提供者为
深受领先的Web3项目信任
广泛可靠的链上去中心化交易所数据API
使用我们可靠而广泛的去中心化交易所数据API,查看Uniswap、PancakeSwap、Orca、Curve以及其他主要网络的链上市场数据。
39M+
加密货币与数字资产
200+
网络
1,500+
去中心化交易所
高效扩展您的DeFi项目
全面深入的报道
广泛涵盖数字资产、网络、去中心化交易平台和链上流动性池
- 39M+种代币
- 200+个网络,包括以太坊、BNB Chain、Pulsechain、Arbitrum等
- 1,000+个去中心化交易所,包括Uniswap、Pancakeswap、Orca、Raydium、Curve等
- 42M+个流动性池
企业等级与可靠度
精通加密货币的专家团队致力于提供一流的加密货币数据和终端升级
- 自2014年起开始运营
- 99.99%的正常运行时间
- 企业客户享受全天候的支持服务
实时准确的数据
- 数据每 2-3 秒刷新一次,具体时间取决于网络可用性
- 所有端点的缓存时长均不同(最低 10 秒),部分端点不设缓存(实时返回)。
适用于加密货币、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.0003887302771",
"base_token_price_native_currency": "0.000639439926050714",
"quote_token_price_usd": "1563.67736986361",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0006394399261",
"quote_token_price_base_token": "1563.868565693",
"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": "4302981362.89925",
"market_cap_usd": "4288302048.41026",
"price_change_percentage": {
"m5": "0.189",
"m15": "-0.005",
"m30": "0.056",
"h1": "0.192",
"h6": "0.279",
"h24": "0.215"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 1,
"buyers": 3,
"sellers": 1
},
"m15": {
"buys": 20,
"sells": 12,
"buyers": 13,
"sellers": 8
},
"m30": {
"buys": 44,
"sells": 34,
"buyers": 24,
"sellers": 18
},
"h1": {
"buys": 101,
"sells": 115,
"buyers": 50,
"sellers": 65
},
"h6": {
"buys": 367,
"sells": 504,
"buyers": 139,
"sellers": 191
},
"h24": {
"buys": 1320,
"sells": 1855,
"buyers": 458,
"sellers": 591
}
},
"volume_usd": {
"m5": "985.0112654999",
"m15": "7877.6524055473",
"m30": "24401.6828637173",
"h1": "102497.011051394",
"h6": "311200.08768322",
"h24": "1527324.02913489"
},
"reserve_in_usd": "1166535.8424",
"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.00019162403219458431029500024648444583258633079867989821199905092",
"base_token_price_native_currency": "0.00000310200564682968",
"quote_token_price_usd": "62.58853545360691649351779554818176580367612918",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000003102005647",
"quote_token_price_base_token": "322372.07595738",
"address": "EYsDErowTsFTm1X5ABW5hWUhrvmv88goZSVDeCPar38f",
"name": "DOGEUS / SOL",
"pool_created_at": "2026-05-29T10:10:37Z",
"fdv_usd": "194522.777580147",
"market_cap_usd": "184127.162917118",
"price_change_percentage": {
"m5": "0.195",
"m15": "5.552",
"m30": "4.816",
"h1": "4.243",
"h6": "12.786",
"h24": "-2.825"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 0,
"buyers": 2,
"sellers": 0
},
"m15": {
"buys": 6,
"sells": 2,
"buyers": 4,
"sellers": 2
},
"m30": {
"buys": 19,
"sells": 7,
"buyers": 16,
"sellers": 6
},
"h1": {
"buys": 24,
"sells": 18,
"buyers": 21,
"sellers": 17
},
"h6": {
"buys": 193,
"sells": 194,
"buyers": 115,
"sellers": 115
},
"h24": {
"buys": 14573,
"sells": 6507,
"buyers": 2657,
"sellers": 2448
}
},
"volume_usd": {
"m5": "51.2302275353",
"m15": "597.0779495377",
"m30": "1602.2186208081",
"h1": "2058.1452060045",
"h6": "16757.3845721222",
"h24": "242188.468493643"
},
"reserve_in_usd": "39412.7556"
},
"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": "solana_8s2ohDW1MQUdqcw4dFJVBfcLbjXD2KNBFe6kGCyfBwAy",
"type": "pool",
"attributes": {
"base_token_price_usd": "5.88466236642563102655142151552540397560988749850524827350640632",
"base_token_price_native_currency": "0.0940412568369851",
"quote_token_price_usd": "62.609799560696008267306020032016542344822224244",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.09404125684",
"quote_token_price_base_token": "10.633630745",
"address": "8s2ohDW1MQUdqcw4dFJVBfcLbjXD2KNBFe6kGCyfBwAy",
"name": "ZINC / SOL",
"pool_created_at": "2026-05-26T14:52:58Z",
"fdv_usd": "947668.178542758",
"market_cap_usd": "492284.967653288",
"price_change_percentage": {
"m5": "2.228",
"m15": "0.434",
"m30": "-5.329",
"h1": "-1.076",
"h6": "-28.591",
"h24": "-46.403"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 16,
"buyers": 2,
"sellers": 14
},
"m15": {
"buys": 41,
"sells": 29,
"buyers": 23,
"sellers": 19
},
"m30": {
"buys": 62,
"sells": 77,
"buyers": 28,
"sellers": 42
},
"h1": {
"buys": 94,
"sells": 157,
"buyers": 37,
"sellers": 67
},
"h6": {
"buys": 592,
"sells": 739,
"buyers": 161,
"sellers": 180
},
"h24": {
"buys": 2819,
"sells": 3162,
"buyers": 441,
"sellers": 617
}
},
"volume_usd": {
"m5": "1212.8485719797",
"m15": "6262.2364425138",
"m30": "13570.2008926166",
"h1": "23418.9637308318",
"h6": "116008.56918984",
"h24": "495265.631118572"
},
"reserve_in_usd": "123498.3803"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_zinc155BS4mSPk8GXQj4R5hkVDQXcW253pTYq5SGyfi",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "meteora-damm-v2",
"type": "dex"
}
}
}
},
{
"id": "eth_0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00103055913180795",
"base_token_price_native_currency": "0.00000068386839370754",
"quote_token_price_usd": "1563.00548143067",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000006838683937",
"quote_token_price_base_token": "1462269.65480679",
"address": "0x4438a8af0231b27f54da4b6c32a56d1357b369e7",
"name": "SPCX / WETH",
"pool_created_at": "2026-05-25T00:54:11Z",
"fdv_usd": "1062032.935",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "0",
"m15": "14.571",
"m30": "43.066",
"h1": "58.559",
"h6": "-41.944",
"h24": "-60.127"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m15": {
"buys": 9,
"sells": 1,
"buyers": 9,
"sellers": 1
},
"m30": {
"buys": 23,
"sells": 2,
"buyers": 22,
"sellers": 2
},
"h1": {
"buys": 37,
"sells": 7,
"buyers": 34,
"sellers": 7
},
"h6": {
"buys": 550,
"sells": 348,
"buyers": 268,
"sellers": 328
},
"h24": {
"buys": 1251,
"sells": 872,
"buyers": 643,
"sellers": 852
}
},
"volume_usd": {
"m5": "386.8438566541",
"m15": "3977.4020401224",
"m30": "8817.5389693266",
"h1": "14255.4750109651",
"h6": "344906.747761171",
"h24": "799328.473356159"
},
"reserve_in_usd": "82342.88"
},
"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.00331835995960326710646168544366462904880690231128067539499610192",
"base_token_price_native_currency": "0.0000528268880649141",
"quote_token_price_usd": "62.530347705062040861289374412473957131317953788",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00005282688806",
"quote_token_price_base_token": "18929.7540822619",
"address": "5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
"name": "three / SOL",
"pool_created_at": "2026-04-29T07:09:01Z",
"fdv_usd": "3304506.37920932",
"market_cap_usd": "3304506.38142573",
"price_change_percentage": {
"m5": "-0.891",
"m15": "1.268",
"m30": "3.488",
"h1": "2.169",
"h6": "-3.038",
"h24": "-1.523"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 15,
"buyers": 2,
"sellers": 15
},
"m15": {
"buys": 16,
"sells": 35,
"buyers": 14,
"sellers": 31
},
"m30": {
"buys": 49,
"sells": 60,
"buyers": 40,
"sellers": 54
},
"h1": {
"buys": 238,
"sells": 142,
"buyers": 172,
"sellers": 103
},
"h6": {
"buys": 3360,
"sells": 1828,
"buyers": 1935,
"sellers": 1235
},
"h24": {
"buys": 24246,
"sells": 14397,
"buyers": 4922,
"sellers": 4914
}
},
"volume_usd": {
"m5": "1037.6641652171",
"m15": "3236.5881017551",
"m30": "8655.3314854518",
"h1": "33414.9182218543",
"h6": "194327.241794757",
"h24": "2047180.0100785"
},
"reserve_in_usd": "208917.8756"
},
"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": "solana_ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0076295017325537645611207013264715180432126483709457864639553507",
"base_token_price_native_currency": "0.000121367942389203",
"quote_token_price_usd": "62.529995903616120881243228459142465257558348797",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0001213679424",
"quote_token_price_base_token": "8239.408037365",
"address": "ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
"name": "WORLDCUP / SOL",
"pool_created_at": "2026-05-11T20:38:31Z",
"fdv_usd": "7612065.888",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-0.838",
"m15": "-2.518",
"m30": "-2.726",
"h1": "3.408",
"h6": "2.722",
"h24": "63.631"
},
"transactions": {
"m5": {
"buys": 24,
"sells": 16,
"buyers": 19,
"sellers": 15
},
"m15": {
"buys": 78,
"sells": 61,
"buyers": 59,
"sellers": 42
},
"m30": {
"buys": 167,
"sells": 177,
"buyers": 118,
"sellers": 132
},
"h1": {
"buys": 675,
"sells": 442,
"buyers": 451,
"sellers": 311
},
"h6": {
"buys": 3607,
"sells": 2650,
"buyers": 1627,
"sellers": 1427
},
"h24": {
"buys": 11987,
"sells": 9913,
"buyers": 4073,
"sellers": 3630
}
},
"volume_usd": {
"m5": "2752.0768934342",
"m15": "7951.7664115371",
"m30": "27365.3075929241",
"h1": "93713.1573878704",
"h6": "626933.72408646",
"h24": "2384970.93429632"
},
"reserve_in_usd": "278571.9138"
},
"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": "bsc_0x3122a3fa830e4918d6a9c09bd4769d0d95bf291548e7c7960cd7ccd9e3ac3627",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0447717772232735",
"base_token_price_native_currency": "0.0000779334996288791",
"quote_token_price_usd": "0.997367908142492",
"quote_token_price_native_currency": "0.00174234818342585",
"base_token_price_quote_token": "0.04472900444",
"quote_token_price_base_token": "22.3568579843",
"address": "0x3122a3fa830e4918d6a9c09bd4769d0d95bf291548e7c7960cd7ccd9e3ac3627",
"name": "BTW / USDT 0.007%",
"pool_created_at": "2026-02-26T08:10:50Z",
"fdv_usd": "445911694.90885",
"market_cap_usd": "98100574.968",
"price_change_percentage": {
"m5": "-1.387",
"m15": "-2.674",
"m30": "-5.081",
"h1": "-1.103",
"h6": "-15.943",
"h24": "5.516"
},
"transactions": {
"m5": {
"buys": 108,
"sells": 123,
"buyers": 40,
"sellers": 50
},
"m15": {
"buys": 365,
"sells": 441,
"buyers": 136,
"sellers": 108
},
"m30": {
"buys": 762,
"sells": 865,
"buyers": 195,
"sellers": 208
},
"h1": {
"buys": 1652,
"sells": 1828,
"buyers": 290,
"sellers": 304
},
"h6": {
"buys": 11480,
"sells": 12537,
"buyers": 849,
"sellers": 980
},
"h24": {
"buys": 53396,
"sells": 62592,
"buyers": 1796,
"sellers": 2750
}
},
"volume_usd": {
"m5": "10686.1763109828",
"m15": "41996.5209550694",
"m30": "96551.9290699795",
"h1": "216344.380653992",
"h6": "1646291.87745036",
"h24": "9588684.93440196"
},
"reserve_in_usd": "1197412.5637"
},
"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.000269091641860155943323096925324758746722397857329929295998398986",
"base_token_price_native_currency": "0.0000042551908751547",
"quote_token_price_usd": "62.523041009225240338474450910785835484568986783",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000004255190875",
"quote_token_price_base_token": "235007.084133128",
"address": "Chop45gMLf9BtY5UwVWHXRtykvFaY4SWfU3qLmyGT79o",
"name": "Bountywork / SOL",
"pool_created_at": "2026-06-04T14:49:54Z",
"fdv_usd": "268440.907515366",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "4.588",
"m15": "14.206",
"m30": "12.808",
"h1": "8.462",
"h6": "-9.923",
"h24": "-65.182"
},
"transactions": {
"m5": {
"buys": 9,
"sells": 11,
"buyers": 7,
"sellers": 11
},
"m15": {
"buys": 32,
"sells": 40,
"buyers": 29,
"sellers": 36
},
"m30": {
"buys": 56,
"sells": 66,
"buyers": 47,
"sellers": 58
},
"h1": {
"buys": 110,
"sells": 119,
"buyers": 92,
"sellers": 105
},
"h6": {
"buys": 1088,
"sells": 1019,
"buyers": 470,
"sellers": 592
},
"h24": {
"buys": 12372,
"sells": 10825,
"buyers": 3231,
"sellers": 4005
}
},
"volume_usd": {
"m5": "738.2358101966",
"m15": "3305.0883414948",
"m30": "5557.7659864979",
"h1": "11339.4960510846",
"h6": "114450.448757577",
"h24": "1396054.07204851"
},
"reserve_in_usd": "45702.4726"
},
"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": "base_0x3c1b3c0dac6fbcfd2971069b60b91683bc0500e0",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000722966617272519",
"base_token_price_native_currency": "0.000000474960661977999",
"quote_token_price_usd": "0.53809978486423",
"quote_token_price_native_currency": "0.000344068970391405",
"base_token_price_quote_token": "0.00138042283",
"quote_token_price_base_token": "724.4157209957",
"address": "0x3c1b3c0dac6fbcfd2971069b60b91683bc0500e0",
"name": "PEAK / VIRTUAL",
"pool_created_at": "2026-06-05T13:55:45Z",
"fdv_usd": "722966.6173",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "0.201",
"m15": "-1.516",
"m30": "-1.069",
"h1": "-3.081",
"h6": "20.875",
"h24": "88.556"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 1,
"buyers": 2,
"sellers": 1
},
"m15": {
"buys": 21,
"sells": 6,
"buyers": 12,
"sellers": 6
},
"m30": {
"buys": 61,
"sells": 44,
"buyers": 42,
"sellers": 39
},
"h1": {
"buys": 220,
"sells": 204,
"buyers": 142,
"sellers": 136
},
"h6": {
"buys": 1163,
"sells": 1239,
"buyers": 468,
"sellers": 436
},
"h24": {
"buys": 7879,
"sells": 9050,
"buyers": 1408,
"sellers": 1375
}
},
"volume_usd": {
"m5": "224.0154390255",
"m15": "1347.290586481",
"m30": "11378.2129144281",
"h1": "59820.2189773237",
"h6": "354541.191977252",
"h24": "2924864.30486501"
},
"reserve_in_usd": "73841.5167"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x296eb9c4d8fcbd00fbc6d5027e4202bf955fa76f",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v2-base",
"type": "dex"
}
}
}
},
{
"id": "base_0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.315113098836094",
"base_token_price_native_currency": "0.000202173179647363340200959333408269654625912",
"quote_token_price_usd": "0.996997261082543",
"quote_token_price_native_currency": "0.000637743559272921",
"base_token_price_quote_token": "0.3170132833",
"quote_token_price_base_token": "3.1544419511",
"address": "0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
"name": "AERO / USDC",
"pool_created_at": "2023-09-07T22:50:55Z",
"fdv_usd": "602628526.13743",
"market_cap_usd": "298685651.535723",
"price_change_percentage": {
"m5": "-1.129",
"m15": "-0.415",
"m30": "-0.559",
"h1": "2.175",
"h6": "-1.391",
"h24": "-6.828"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 1,
"buyers": 1,
"sellers": 1
},
"m15": {
"buys": 22,
"sells": 1,
"buyers": 3,
"sellers": 1
},
"m30": {
"buys": 41,
"sells": 47,
"buyers": 14,
"sellers": 14
},
"h1": {
"buys": 159,
"sells": 205,
"buyers": 78,
"sellers": 77
},
"h6": {
"buys": 350,
"sells": 852,
"buyers": 123,
"sellers": 231
},
"h24": {
"buys": 1781,
"sells": 3392,
"buyers": 353,
"sellers": 529
}
},
"volume_usd": {
"m5": "499.6141610742",
"m15": "29198.5115216516",
"m30": "103959.300130242",
"h1": "417540.619197115",
"h6": "1001042.83744595",
"h24": "4991103.90953065"
},
"reserve_in_usd": "19396891.0379"
},
"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": "bsc_0x085f29091ee8a818ede960a89bd578fe4ac8e824",
"type": "pool",
"attributes": {
"base_token_price_usd": "10.1379848870991",
"base_token_price_native_currency": "0.01758883813169258151134857332",
"quote_token_price_usd": "0.997367908142492",
"quote_token_price_native_currency": "0.00174234785045847",
"base_token_price_quote_token": "10.0949062078",
"quote_token_price_base_token": "0.09905986043",
"address": "0x085f29091ee8a818ede960a89bd578fe4ac8e824",
"name": "LAB / USDT 0.3%",
"pool_created_at": "2025-10-14T18:39:58Z",
"fdv_usd": "10133937712.3526",
"market_cap_usd": "3167289733.82023",
"price_change_percentage": {
"m5": "0.554",
"m15": "2.953",
"m30": "3.522",
"h1": "6.565",
"h6": "4.641",
"h24": "-12.116"
},
"transactions": {
"m5": {
"buys": 35,
"sells": 33,
"buyers": 26,
"sellers": 31
},
"m15": {
"buys": 124,
"sells": 113,
"buyers": 65,
"sellers": 59
},
"m30": {
"buys": 243,
"sells": 235,
"buyers": 97,
"sellers": 92
},
"h1": {
"buys": 472,
"sells": 623,
"buyers": 155,
"sellers": 167
},
"h6": {
"buys": 3628,
"sells": 4676,
"buyers": 538,
"sellers": 497
},
"h24": {
"buys": 15764,
"sells": 18866,
"buyers": 1079,
"sellers": 1101
}
},
"volume_usd": {
"m5": "15571.7917344108",
"m15": "35746.5919591046",
"m30": "95766.9248076732",
"h1": "225672.626805474",
"h6": "1380893.10457471",
"h24": "7162840.86489145"
},
"reserve_in_usd": "190876.3707"
},
"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_0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0000241089545868136",
"base_token_price_native_currency": "0.0000000154452009762693",
"quote_token_price_usd": "1558.84",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000001544520098",
"quote_token_price_base_token": "64745029.9634459",
"address": "0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
"name": "aeon / WETH",
"pool_created_at": "2026-03-10T22:01:31Z",
"fdv_usd": "2410895.459",
"market_cap_usd": "2129967.96539219",
"price_change_percentage": {
"m5": "0",
"m15": "0",
"m30": "0.31",
"h1": "5.689",
"h6": "-3.661",
"h24": "0.2"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m15": {
"buys": 1,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m30": {
"buys": 2,
"sells": 0,
"buyers": 2,
"sellers": 0
},
"h1": {
"buys": 2,
"sells": 2,
"buyers": 2,
"sellers": 2
},
"h6": {
"buys": 31,
"sells": 28,
"buyers": 26,
"sellers": 25
},
"h24": {
"buys": 257,
"sells": 243,
"buyers": 185,
"sellers": 178
}
},
"volume_usd": {
"m5": "0.0",
"m15": "159.9159667905",
"m30": "261.0514148433",
"h1": "489.7501493862",
"h6": "19162.5357507151",
"h24": "193962.396227867"
},
"reserve_in_usd": "1046115.1195"
},
"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_HXmUVCxsVvCnpyM86a4xtsjXVegVqqbuXopusWR13S6X",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00211936513184237960429142165343395336568294111212879011717511904",
"base_token_price_native_currency": "0.0000339189189189189",
"quote_token_price_usd": "62.481163881875092557487191087838779252440455897",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00003391891892",
"quote_token_price_base_token": "29482.0717131474",
"address": "HXmUVCxsVvCnpyM86a4xtsjXVegVqqbuXopusWR13S6X",
"name": "HUNTER / SOL",
"pool_created_at": "2026-06-02T09:24:14Z",
"fdv_usd": "2139356.062",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-0.913",
"m15": "-1.465",
"m30": "-9.844",
"h1": "4.247",
"h6": "92.254",
"h24": "206.594"
},
"transactions": {
"m5": {
"buys": 24,
"sells": 278,
"buyers": 18,
"sellers": 12
},
"m15": {
"buys": 110,
"sells": 1371,
"buyers": 81,
"sellers": 106
},
"m30": {
"buys": 320,
"sells": 2959,
"buyers": 211,
"sellers": 202
},
"h1": {
"buys": 859,
"sells": 6310,
"buyers": 451,
"sellers": 516
},
"h6": {
"buys": 3401,
"sells": 9559,
"buyers": 1370,
"sellers": 1451
},
"h24": {
"buys": 16509,
"sells": 61171,
"buyers": 4397,
"sellers": 4125
}
},
"volume_usd": {
"m5": "2866.7902668366",
"m15": "25854.018199457",
"m30": "52591.0290687693",
"h1": "151400.974916931",
"h6": "615895.018516377",
"h24": "3012918.8967926"
},
"reserve_in_usd": "122204.1015"
},
"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": "base_0x0c3b466104545efa096b8f944c1e524e1d0d4888",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0994224623045387",
"base_token_price_native_currency": "0.000063640695069161",
"quote_token_price_usd": "0.535911506212541",
"quote_token_price_native_currency": "0.000344068970391405",
"base_token_price_quote_token": "0.1849649359",
"quote_token_price_base_token": "5.4064301155",
"address": "0x0c3b466104545efa096b8f944c1e524e1d0d4888",
"name": "TIBBIR / VIRTUAL",
"pool_created_at": "2025-01-12T00:30:03Z",
"fdv_usd": "99376318.956914",
"market_cap_usd": "99412995.6706835",
"price_change_percentage": {
"m5": "0",
"m15": "0.452",
"m30": "0.642",
"h1": "1.658",
"h6": "-7.26",
"h24": "-11.211"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m15": {
"buys": 13,
"sells": 0,
"buyers": 5,
"sellers": 0
},
"m30": {
"buys": 15,
"sells": 0,
"buyers": 7,
"sellers": 0
},
"h1": {
"buys": 24,
"sells": 6,
"buyers": 15,
"sellers": 3
},
"h6": {
"buys": 96,
"sells": 31,
"buyers": 59,
"sellers": 19
},
"h24": {
"buys": 386,
"sells": 173,
"buyers": 203,
"sellers": 100
}
},
"volume_usd": {
"m5": "0.0",
"m15": "2425.1929997728",
"m30": "2593.9977190982",
"h1": "12047.217360898",
"h6": "49489.0617795113",
"h24": "219813.173856392"
},
"reserve_in_usd": "1841592.836"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0xa4a2e2ca3fbfe21aed83471d28b6f65a233c6e00",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v2-base",
"type": "dex"
}
}
}
},
{
"id": "solana_F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00233750484472894182236540855200740433167912643008541732549658303",
"base_token_price_native_currency": "0.0000372932391753001",
"quote_token_price_usd": "62.616078166033347631185420965909557446288913163",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00003729323918",
"quote_token_price_base_token": "26814.511748347",
"address": "F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
"name": "KINS / SOL",
"pool_created_at": "2026-05-22T17:47:24Z",
"fdv_usd": "2324708.50914857",
"market_cap_usd": "2324752.18999386",
"price_change_percentage": {
"m5": "-2.848",
"m15": "-1.018",
"m30": "5.373",
"h1": "9.668",
"h6": "19.717",
"h24": "-15.374"
},
"transactions": {
"m5": {
"buys": 6,
"sells": 9,
"buyers": 6,
"sellers": 8
},
"m15": {
"buys": 25,
"sells": 65,
"buyers": 22,
"sellers": 56
},
"m30": {
"buys": 45,
"sells": 108,
"buyers": 40,
"sellers": 83
},
"h1": {
"buys": 128,
"sells": 167,
"buyers": 100,
"sellers": 123
},
"h6": {
"buys": 929,
"sells": 931,
"buyers": 514,
"sellers": 567
},
"h24": {
"buys": 5542,
"sells": 5251,
"buyers": 2106,
"sellers": 2272
}
},
"volume_usd": {
"m5": "2543.6897082919",
"m15": "9444.5225176311",
"m30": "13845.8836131334",
"h1": "27070.8486990458",
"h6": "194720.255089096",
"h24": "967647.89311874"
},
"reserve_in_usd": "128881.6512"
},
"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": "base_0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00127931660710001",
"base_token_price_native_currency": "0.000000819576978764311",
"quote_token_price_usd": "1563.72",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000008195769788",
"quote_token_price_base_token": "1220141.64124975",
"address": "0xc9034c3e7f58003e6ae0c8438e7c8f4598d5acaa",
"name": "DEGEN / WETH 0.3%",
"pool_created_at": "2024-01-07T19:30:45Z",
"fdv_usd": "47386982.0165401",
"market_cap_usd": "47386988.6680614",
"price_change_percentage": {
"m5": "-0.688",
"m15": "0.305",
"m30": "0.272",
"h1": "1.069",
"h6": "9.387",
"h24": "2.393"
},
"transactions": {
"m5": {
"buys": 6,
"sells": 9,
"buyers": 5,
"sellers": 7
},
"m15": {
"buys": 14,
"sells": 23,
"buyers": 9,
"sellers": 12
},
"m30": {
"buys": 83,
"sells": 78,
"buyers": 18,
"sellers": 30
},
"h1": {
"buys": 167,
"sells": 196,
"buyers": 58,
"sellers": 68
},
"h6": {
"buys": 2260,
"sells": 2731,
"buyers": 393,
"sellers": 550
},
"h24": {
"buys": 7339,
"sells": 8351,
"buyers": 852,
"sellers": 1074
}
},
"volume_usd": {
"m5": "3612.9641319281",
"m15": "5484.7377511812",
"m30": "18255.4266848661",
"h1": "45406.9455734422",
"h6": "679788.807567416",
"h24": "2228572.06616628"
},
"reserve_in_usd": "1124827.0942"
},
"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": "solana_4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.067318607598799320459542775516724028619095584749212651063196544",
"base_token_price_native_currency": "0.00107458160507788",
"quote_token_price_usd": "62.651248434110976107543948740155630821574575008",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.001074581605",
"quote_token_price_base_token": "930.594749877",
"address": "4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
"name": "TROLL / SOL",
"pool_created_at": "2025-04-20T18:30:26Z",
"fdv_usd": "67235936.6421466",
"market_cap_usd": "67235936.6421466",
"price_change_percentage": {
"m5": "0.012",
"m15": "0.024",
"m30": "3.444",
"h1": "6.13",
"h6": "-1.415",
"h24": "6.726"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 6,
"buyers": 0,
"sellers": 6
},
"m15": {
"buys": 8,
"sells": 17,
"buyers": 6,
"sellers": 16
},
"m30": {
"buys": 21,
"sells": 222,
"buyers": 15,
"sellers": 74
},
"h1": {
"buys": 56,
"sells": 254,
"buyers": 37,
"sellers": 85
},
"h6": {
"buys": 425,
"sells": 547,
"buyers": 162,
"sellers": 184
},
"h24": {
"buys": 3822,
"sells": 4350,
"buyers": 828,
"sellers": 853
}
},
"volume_usd": {
"m5": "356.1568240478",
"m15": "10282.9580075336",
"m30": "70645.3778311512",
"h1": "86973.361815933",
"h6": "304647.530025902",
"h24": "2761645.13861287"
},
"reserve_in_usd": "2731632.5538"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_5UUH9RTDiSpq6HKS6bp4NdU9PNJpXRXuiw6ShBTBhgH2",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "base_0xacd168b06cfb4ed3a7701d64752e7667f1e6063e05144cec1883b5b5fd91633a",
"type": "pool",
"attributes": {
"base_token_price_usd": "1.93118285982891",
"base_token_price_native_currency": "0.00123659675273093",
"quote_token_price_usd": "1560.93",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.001236596753",
"quote_token_price_base_token": "808.671054482",
"address": "0xacd168b06cfb4ed3a7701d64752e7667f1e6063e05144cec1883b5b5fd91633a",
"name": "PITCH / ETH 1%",
"pool_created_at": "2026-05-17T19:57:43Z",
"fdv_usd": "1812673.37733245",
"market_cap_usd": "1812675.2988594",
"price_change_percentage": {
"m5": "1.297",
"m15": "1.777",
"m30": "3.021",
"h1": "6.867",
"h6": "21.559",
"h24": "36.748"
},
"transactions": {
"m5": {
"buys": 7,
"sells": 1,
"buyers": 4,
"sellers": 1
},
"m15": {
"buys": 10,
"sells": 1,
"buyers": 6,
"sellers": 1
},
"m30": {
"buys": 15,
"sells": 4,
"buyers": 11,
"sellers": 4
},
"h1": {
"buys": 22,
"sells": 18,
"buyers": 17,
"sellers": 17
},
"h6": {
"buys": 329,
"sells": 127,
"buyers": 154,
"sellers": 95
},
"h24": {
"buys": 817,
"sells": 428,
"buyers": 374,
"sellers": 290
}
},
"volume_usd": {
"m5": "3311.9839547596",
"m15": "4305.408681623",
"m30": "6750.9737388268",
"h1": "9843.1485934037",
"h6": "187171.934520125",
"h24": "610619.934537936"
},
"reserve_in_usd": "1106671.1172"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0xeae13ea73bec936664a51734c8c01ec7c3b0699c",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x0000000000000000000000000000000000000000",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-base",
"type": "dex"
}
}
}
},
{
"id": "solana_DMAFL613XTipuA3jFNYczavWT7XsiYf9cR3qmRMZQhB6",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0026374934624164402586892624744145565898613701024281985929565",
"base_token_price_native_currency": "0.0000424935843280204",
"quote_token_price_usd": "62.223219439259691392972398153815906062372730906",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00004249358433",
"quote_token_price_base_token": "23532.964230099",
"address": "DMAFL613XTipuA3jFNYczavWT7XsiYf9cR3qmRMZQhB6",
"name": "67 / SOL",
"pool_created_at": "2025-09-19T09:31:39Z",
"fdv_usd": "2636482.61930945",
"market_cap_usd": "2636482.61930945",
"price_change_percentage": {
"m5": "0",
"m15": "0",
"m30": "0",
"h1": "0.414",
"h6": "-3.213",
"h24": "1.081"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m15": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m30": {
"buys": 0,
"sells": 1,
"buyers": 0,
"sellers": 1
},
"h1": {
"buys": 4,
"sells": 9,
"buyers": 3,
"sellers": 7
},
"h6": {
"buys": 38,
"sells": 66,
"buyers": 21,
"sellers": 49
},
"h24": {
"buys": 637,
"sells": 658,
"buyers": 392,
"sellers": 420
}
},
"volume_usd": {
"m5": "0.0",
"m15": "0.0",
"m30": "344.3628841219",
"h1": "838.6199149385",
"h6": "7366.4032230666",
"h24": "126530.240532094"
},
"reserve_in_usd": "285139.5856"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_9AvytnUKsLxPxFHFqS6VLxaxt5p6BhYNr53SD2Chpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "base_0xb2cc224c1c9fee385f8ad6a55b4d94e92359dc59",
"type": "pool",
"attributes": {
"base_token_price_usd": "1563.72",
"base_token_price_native_currency": "1.0",
"quote_token_price_usd": "1.00023085410738",
"quote_token_price_native_currency": "0.000637743559272921",
"base_token_price_quote_token": "1568.02837984",
"quote_token_price_base_token": "0.0006377435593",
"address": "0xb2cc224c1c9fee385f8ad6a55b4d94e92359dc59",
"name": "WETH / USDC 0.05%",
"pool_created_at": "2024-05-06T05:03:45Z",
"fdv_usd": "484623475.130873",
"market_cap_usd": "474094192.296245",
"price_change_percentage": {
"m5": "0.138",
"m15": "0.553",
"m30": "0.873",
"h1": "2.429",
"h6": "-1.052",
"h24": "-7.681"
},
"transactions": {
"m5": {
"buys": 47,
"sells": 57,
"buyers": 38,
"sellers": 28
},
"m15": {
"buys": 216,
"sells": 222,
"buyers": 88,
"sellers": 90
},
"m30": {
"buys": 455,
"sells": 505,
"buyers": 130,
"sellers": 142
},
"h1": {
"buys": 1056,
"sells": 1106,
"buyers": 226,
"sellers": 269
},
"h6": {
"buys": 5681,
"sells": 6080,
"buyers": 593,
"sellers": 698
},
"h24": {
"buys": 24116,
"sells": 26211,
"buyers": 1590,
"sellers": 2026
}
},
"volume_usd": {
"m5": "458493.345928651",
"m15": "2129761.17994055",
"m30": "5233396.78548662",
"h1": "10582257.7415551",
"h6": "42001726.2622955",
"h24": "212208096.845356"
},
"reserve_in_usd": "7901279.4827"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x4200000000000000000000000000000000000006",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "aerodrome-slipstream",
"type": "dex"
}
}
}
},
{
"id": "base_0xbccfb65960f9648f4dad7be579590050dfee385f",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00127680713429533",
"base_token_price_native_currency": "0.000000819665631009993",
"quote_token_price_usd": "0.537559596580716",
"quote_token_price_native_currency": "0.000344068970391405",
"base_token_price_quote_token": "0.002382271293",
"quote_token_price_base_token": "419.767472704",
"address": "0xbccfb65960f9648f4dad7be579590050dfee385f",
"name": "CENTRY / VIRTUAL",
"pool_created_at": "2025-06-18T12:01:11Z",
"fdv_usd": "1276122.96861711",
"market_cap_usd": "820262.316794222",
"price_change_percentage": {
"m5": "8.084",
"m15": "8.218",
"m30": "25.418",
"h1": "26.817",
"h6": "0.54",
"h24": "155.09"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 4,
"buyers": 4,
"sellers": 4
},
"m15": {
"buys": 6,
"sells": 4,
"buyers": 6,
"sellers": 4
},
"m30": {
"buys": 13,
"sells": 4,
"buyers": 12,
"sellers": 4
},
"h1": {
"buys": 14,
"sells": 9,
"buyers": 13,
"sellers": 9
},
"h6": {
"buys": 44,
"sells": 216,
"buyers": 33,
"sellers": 57
},
"h24": {
"buys": 230,
"sells": 436,
"buyers": 133,
"sellers": 173
}
},
"volume_usd": {
"m5": "3375.7988412033",
"m15": "3523.2864447711",
"m30": "8071.320646928",
"h1": "8514.8878158942",
"h6": "43287.5070990741",
"h24": "193015.323035977"
},
"reserve_in_usd": "139858.4051"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x80ded22d9c6487181ed74d0222add805815e8df4",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v2-base",
"type": "dex"
}
}
}
}
]
}
为什么Web3项目会使用CoinGecko
“CoinGecko的DEX API为我们提供了一个快速、精准和稳定的DEX价格数据源。它家的数据覆盖广泛,使用简便且极其可靠。CoinGecko 的 DEX API是Supra整合去中心化交易所的数据的关键DEX价格源之一。”
Joshua Tobkin
Co-founder & CEO, Supra
“CoinGecko的DEX API是我们开发过程中的不可或缺的部分,巧妙地处理我们没有精力处理的许多小任务。这大大简化了我们的工作流程,让我们能够专注于核心的开发任务。
Bruce
CEO, EtherDrops
“CoinGecko的DEX API覆盖面广,所支持的链数量最多,且可用性高。”
Sher
Co-founder, Kontos
常见问题
-
GeckoTerminal有API吗?
- 之前处于Beta阶段的GeckoTerminal API已整合到CoinGecko API上。用户可以免费访问链上和汇总的市场数据,涵盖超过 39 百万种币和代币,也可以根据使用情况选择付费计划。
-
CoinGecko API与GeckoTerminal API是否相同?
- 是的,自2024年2月起,GeckoTerminal API的DEX数据端点已整合到CoinGecko API上。用户和开发者可以调用CoinGecko API获取链上市场数据,如代币价格和DEX上的流动性,以及通过CoinGecko API来整合加密货币价格、市场数据、元数据等实时及历史数据。
-
CoinGecko API是在哪里获取数据的?
-
CoinGecko 整合了 1000+ 个中心化和去中心化交易所的加密货币价格和市场数据,而 GeckoTerminal 追踪 200+ 个网络上去中心化交易所的链上代币和市场数据。
全球数百万用户信任 CoinGecko和GeckoTerminal的数据。了解我们的 方法论 及我们如何计算和评估指标。 -
我可以从CoinGecko API中获取哪些链上数据?
- 您可以通过CoinGecko API获取链上超过 39 百万种代币的价格和流动性数据。此外,您还可以获得网络上流动性池的数据(顶级池、热门池等)。
-
CoinGecko API数据多久更新一次?
-
端点的缓存时间为20秒至5分钟,数据更新间隔时间也类似,除非在我们的 文档中有另外说明。 付费API计划更新频率更高,即 /simple/price 端点每20秒更新一次。
特别是对于链上数据,交易在区块链上完成后通常最快在2至3秒内更新,具体取决于网络的可用性。
我们建议用户适当地调整响应频率,以有效地调用我们的API(即避免因频繁调用而浪费带宽)。
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