面向 DeFi 專案和開發者的鏈上去中心化交易平台代幣和市場資料 API
CoinGecko API 提供加密貨幣市場的完整資訊,CoinGecko API 自 2014 年以來,一直是全球最大獨立加密貨幣資料權威機構。
資料來源:
深受各大領先 Web3 專案的信賴
覆蓋廣泛且可靠的鏈上去中心化交易平台資料 API
透過我們覆蓋廣泛且可靠的去中心化交易平台資料 API,存取來自 Uniswap、PancakeSwap、Orca、Curve 等主要網路去中心化交易平台的鏈上市場資料。
45M+
貨幣和代幣
220+
網路
1,900+
去中心化交易平台
高效擴充您的 DeFi 專案
全面覆蓋、深度發掘
廣泛覆蓋
- 45M 鏈上代幣、網路、去中心化交易平台和流動性池,包括以太坊
- 220、BNB 鏈、Pulsechain、Arbitrum 等,以及去中心化交易平台
- 1,000,如 Uniswap、PancakeSwap、Orca、Raydium、Curve 等,加上流動性池。
- 49M
企業級別、穩定可靠
精通加密貨幣的專家團隊可提供一流的加密貨幣資料和端點改進方案
- 2014 年初開始營運
- 正常運作時間高達 99.9%
- 企業客戶享有 24/7 全天候支援
即時準確的資料
- 資料每 2-3 秒刷新一次,具體取決於網路的可用性
- 所有端點的緩存都不同(從 10 秒開始),部分端點為無緩存(即時)。
一體化 API 可存取加密貨幣、NFT 和去中心化交易平台資料
借助全面覆蓋的一體化加密貨幣資料 API 簡化整合流程
| 端點類別 | 說明 |
|---|---|
| /onchain/simple/*/token_price/* | 利用代幣地址取得網路上最新代幣美元價格的最簡單方法 |
| /onchain/networks | 取得支援網路的完整清單 |
| /onchain/network/*dexes | 取得網路上支援的去中心化交易平台的完整清單 |
| /onchains/network/*/pools/* | 取得流動性池資料,例如:熱門礦池、新礦池以及價格、儲備、市值、交易、交易量等市場資料。搜尋端點亦可用於搜尋網路上的礦池。 |
| /onchains/network/*/tokens/* | 取得代幣相關資料,例如熱門礦池、價格、完全攤薄估值、儲備、交易量、市值、GeckoTerminal 分數、CoinGecko API ID。此外,還可取得包括圖像、網站、描述和社群媒體連結在內的後設資料。 |
| /onchains/network/*/ohlcvs/* | 取得流動性池的 OHLCV 歷史走勢圖資料 |
| /onchains/network/*/trades | 取得從流動性池中的最近 300 筆交易 |
// 取得流動性池的價格和市場資料
{
"data": {
"id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.999751339112643",
"base_token_price_native_currency": "0.000409162681672515",
"quote_token_price_usd": "2439.91",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0004091626817",
"quote_token_price_base_token": "2444.015656346",
"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": "4589064750.33026",
"market_cap_usd": "4582748820.52533",
"price_change_percentage": {
"m5": "0.015",
"m15": "-0.087",
"m30": "-0.108",
"h1": "-0.044",
"h6": "-0.014",
"h24": "0.014"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 2,
"buyers": 0,
"sellers": 2
},
"m15": {
"buys": 3,
"sells": 6,
"buyers": 3,
"sellers": 6
},
"m30": {
"buys": 5,
"sells": 14,
"buyers": 5,
"sellers": 13
},
"h1": {
"buys": 21,
"sells": 27,
"buyers": 18,
"sellers": 22
},
"h6": {
"buys": 117,
"sells": 145,
"buyers": 76,
"sellers": 97
},
"h24": {
"buys": 446,
"sells": 586,
"buyers": 254,
"sellers": 276
}
},
"volume_usd": {
"m5": "20.9917587794",
"m15": "1404.1377499609",
"m30": "3694.9595592216",
"h1": "9290.8634935147",
"h6": "67609.565996562",
"h24": "186580.487661399"
},
"reserve_in_usd": "1045212.3057",
"locked_liquidity_percentage": null
},
"relationships": {
"base_token": {
"data": {
"id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"type": "token"
}
},
"dex": {
"data": {
"id": "uniswap_v3",
"type": "dex"
}
}
}
}
}
// 探索熱門礦池
{
"data": [
{
"id": "robinhood_0x1674d09f5964a0b2b427e958eb670ad0c1cb9553323d7288ab77336a19049e01",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000173408149637792",
"base_token_price_native_currency": "0.0000000714682185540557",
"quote_token_price_usd": "2439.62",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000007146821855",
"quote_token_price_base_token": "13992233.474291",
"address": "0x1674d09f5964a0b2b427e958eb670ad0c1cb9553323d7288ab77336a19049e01",
"name": "PONIE / WETH 0.25%",
"pool_created_at": "2026-09-07T03:56:09Z",
"fdv_usd": "173408.1496",
"market_cap_usd": "173408.1496",
"price_change_percentage": {
"m5": "-3.847",
"m15": "3.139",
"m30": "-5.543",
"h1": "-14.819",
"h6": "-4.348",
"h24": "21.598"
},
"transactions": {
"m5": {
"buys": 36,
"sells": 41,
"buyers": 32,
"sellers": 34
},
"m15": {
"buys": 189,
"sells": 170,
"buyers": 62,
"sellers": 55
},
"m30": {
"buys": 380,
"sells": 375,
"buyers": 112,
"sellers": 109
},
"h1": {
"buys": 890,
"sells": 840,
"buyers": 249,
"sellers": 242
},
"h6": {
"buys": 3326,
"sells": 3213,
"buyers": 1268,
"sellers": 1255
},
"h24": {
"buys": 13478,
"sells": 14636,
"buyers": 4023,
"sellers": 3994
}
},
"volume_usd": {
"m5": "3822.7836934658",
"m15": "18988.3689105941",
"m30": "40798.5746098138",
"h1": "98875.165926074",
"h6": "408313.450570177",
"h24": "1931296.01242203"
},
"reserve_in_usd": "40254.9498"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x9aa0c0ca88e6ae43a3d229afc373c0b9f2b53521",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0000000000000000000000000000000000000000",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x5eac4195930d5ff8b7a34a347f2bde951c42eb730d6e26075bea3dd7c66feb40",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0117095517993205",
"base_token_price_native_currency": "0.00000461926682242948",
"quote_token_price_usd": "1.00100130859656",
"quote_token_price_native_currency": "0.000410225021061129",
"base_token_price_quote_token": "0.01126032442",
"quote_token_price_base_token": "88.8073880186",
"address": "0x5eac4195930d5ff8b7a34a347f2bde951c42eb730d6e26075bea3dd7c66feb40",
"name": "ROBIN / USDG",
"pool_created_at": "2026-09-05T16:54:01Z",
"fdv_usd": "11040263.6589467",
"market_cap_usd": "11709551.8",
"price_change_percentage": {
"m5": "2.793",
"m15": "7.649",
"m30": "12.422",
"h1": "6.299",
"h6": "-6.996",
"h24": "42.074"
},
"transactions": {
"m5": {
"buys": 7,
"sells": 13,
"buyers": 7,
"sellers": 9
},
"m15": {
"buys": 38,
"sells": 41,
"buyers": 33,
"sellers": 22
},
"m30": {
"buys": 64,
"sells": 91,
"buyers": 52,
"sellers": 44
},
"h1": {
"buys": 95,
"sells": 143,
"buyers": 66,
"sellers": 61
},
"h6": {
"buys": 687,
"sells": 1037,
"buyers": 258,
"sellers": 335
},
"h24": {
"buys": 6463,
"sells": 6573,
"buyers": 2528,
"sellers": 2692
}
},
"volume_usd": {
"m5": "2327.8410307293",
"m15": "10470.6642579882",
"m30": "25864.9484290427",
"h1": "39029.6406581314",
"h6": "325645.454392578",
"h24": "1785939.20690858"
},
"reserve_in_usd": "277098.3826"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x11b70d0243baf75e85ce03201a92b5b7c33beb59",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "pons-v2-dex",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x714442e9a611f8561a7df108d6d925132937cfb8",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0332980645508115",
"base_token_price_native_currency": "0.000013648379052527",
"quote_token_price_usd": "2439.62",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00001364837905",
"quote_token_price_base_token": "73268.773980515",
"address": "0x714442e9a611f8561a7df108d6d925132937cfb8",
"name": "CHUMP / WETH 1%",
"pool_created_at": "2026-07-31T01:44:31Z",
"fdv_usd": "33298064.2045844",
"market_cap_usd": "33298064.55",
"price_change_percentage": {
"m5": "0.077",
"m15": "2.548",
"m30": "-0.215",
"h1": "1.68",
"h6": "-12.444",
"h24": "-20.186"
},
"transactions": {
"m5": {
"buys": 19,
"sells": 16,
"buyers": 11,
"sellers": 8
},
"m15": {
"buys": 65,
"sells": 68,
"buyers": 23,
"sellers": 20
},
"m30": {
"buys": 129,
"sells": 142,
"buyers": 38,
"sellers": 43
},
"h1": {
"buys": 281,
"sells": 306,
"buyers": 59,
"sellers": 73
},
"h6": {
"buys": 1669,
"sells": 1895,
"buyers": 167,
"sellers": 288
},
"h24": {
"buys": 6931,
"sells": 7598,
"buyers": 594,
"sellers": 848
}
},
"volume_usd": {
"m5": "7723.4119036206",
"m15": "45591.1765497962",
"m30": "88638.507365504",
"h1": "260406.839788084",
"h6": "1417820.68959487",
"h24": "5016306.29131874"
},
"reserve_in_usd": "1147578.219"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x0e0d2c89a5a019fe1cf762e5e33187631dacc21b",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v3-robinhood",
"type": "dex"
}
}
}
},
{
"id": "base_0x99cf3e8bfb02c300312c53aac5d0b082e3d5975c",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.63283033043734",
"base_token_price_native_currency": "0.000261542015016789321126160406252827261835093",
"quote_token_price_usd": "0.998290284701255",
"quote_token_price_native_currency": "0.000409081038650427",
"base_token_price_quote_token": "0.6393403514",
"quote_token_price_base_token": "1.5641121318",
"address": "0x99cf3e8bfb02c300312c53aac5d0b082e3d5975c",
"name": "LAPTOP / USDC 1%",
"pool_created_at": "2026-09-09T02:27:33Z",
"fdv_usd": "632830330.399993",
"market_cap_usd": "221490615.64",
"price_change_percentage": {
"m5": "-2.545",
"m15": "-1.093",
"m30": "1.256",
"h1": "-5.069",
"h6": "-22.965",
"h24": "-60.666"
},
"transactions": {
"m5": {
"buys": 5,
"sells": 12,
"buyers": 5,
"sellers": 9
},
"m15": {
"buys": 35,
"sells": 20,
"buyers": 34,
"sellers": 17
},
"m30": {
"buys": 115,
"sells": 31,
"buyers": 91,
"sellers": 26
},
"h1": {
"buys": 180,
"sells": 184,
"buyers": 129,
"sellers": 110
},
"h6": {
"buys": 1551,
"sells": 1529,
"buyers": 675,
"sellers": 669
},
"h24": {
"buys": 10252,
"sells": 6546,
"buyers": 3407,
"sellers": 2514
}
},
"volume_usd": {
"m5": "4066.3886142267",
"m15": "13220.3438744395",
"m30": "24207.475460187",
"h1": "122256.465633026",
"h6": "1098665.47839051",
"h24": "5784094.44648545"
},
"reserve_in_usd": "1684848.1747"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0xb095274743941e953c746f9c228da9c18bb6ec29",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "aerodrome-slipstream-3",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xa30e9ffea11b045fe04b5cbf3d5df8123f55ae855b4927bf366f00539ccfb642",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000105015295449058",
"base_token_price_native_currency": "0.0000000597803090770474",
"quote_token_price_usd": "218.726273254273",
"quote_token_price_native_currency": "0.0896470615750087",
"base_token_price_quote_token": "0.0000006668406976",
"quote_token_price_base_token": "1499608.53262682",
"address": "0xa30e9ffea11b045fe04b5cbf3d5df8123f55ae855b4927bf366f00539ccfb642",
"name": "ASHIBA / NVDA",
"pool_created_at": "2026-09-08T14:23:58Z",
"fdv_usd": "119485.988081923",
"market_cap_usd": "123239.8407",
"price_change_percentage": {
"m5": "-1.603",
"m15": "-7.927",
"m30": "-2.429",
"h1": "-13.788",
"h6": "-27.645",
"h24": "-74.441"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 3,
"buyers": 2,
"sellers": 3
},
"m15": {
"buys": 7,
"sells": 12,
"buyers": 7,
"sellers": 12
},
"m30": {
"buys": 15,
"sells": 21,
"buyers": 13,
"sellers": 20
},
"h1": {
"buys": 22,
"sells": 38,
"buyers": 17,
"sellers": 34
},
"h6": {
"buys": 279,
"sells": 255,
"buyers": 130,
"sellers": 157
},
"h24": {
"buys": 1898,
"sells": 1531,
"buyers": 457,
"sellers": 593
}
},
"volume_usd": {
"m5": "206.6848163147",
"m15": "1877.4387669544",
"m30": "2995.2300461677",
"h1": "4703.3215314759",
"h6": "49165.1313286569",
"h24": "352462.592803144"
},
"reserve_in_usd": "33000.3603"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x25cd2901b6d16cb33185e7667f984dbc35bcf354",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0xd0601ce157db5bdc3162bbac2a2c8af5320d9eec",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "pons-v2-dex",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xa53e1fc004413094cb0a6a175b145ed085486a6ffa58bf61d55be48005f2cea2",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000527691197073094",
"base_token_price_native_currency": "0.000000219008330102272",
"quote_token_price_usd": "1.00100648033271",
"quote_token_price_native_currency": "0.000410308647297482",
"base_token_price_quote_token": "0.0005337648415",
"quote_token_price_base_token": "1873.4842053993",
"address": "0xa53e1fc004413094cb0a6a175b145ed085486a6ffa58bf61d55be48005f2cea2",
"name": "KERMIT / USDG",
"pool_created_at": "2026-09-09T20:19:46Z",
"fdv_usd": "526494.261745488",
"market_cap_usd": "482857.701223113",
"price_change_percentage": {
"m5": "1.779",
"m15": "-6.813",
"m30": "8.442",
"h1": "11.2",
"h6": "-41.181",
"h24": "1239.713"
},
"transactions": {
"m5": {
"buys": 7,
"sells": 12,
"buyers": 7,
"sellers": 5
},
"m15": {
"buys": 35,
"sells": 47,
"buyers": 26,
"sellers": 22
},
"m30": {
"buys": 70,
"sells": 104,
"buyers": 41,
"sellers": 46
},
"h1": {
"buys": 132,
"sells": 190,
"buyers": 73,
"sellers": 72
},
"h6": {
"buys": 891,
"sells": 1246,
"buyers": 260,
"sellers": 322
},
"h24": {
"buys": 3997,
"sells": 4772,
"buyers": 1005,
"sellers": 900
}
},
"volume_usd": {
"m5": "1136.117963327",
"m15": "10802.3554372314",
"m30": "21639.3339651338",
"h1": "39180.463350184",
"h6": "205261.483566935",
"h24": "1131936.11228724"
},
"reserve_in_usd": "58753.8073"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xd111d37ba471fbe1c038976c8c51560bb0ee2335",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "pons-v2-dex",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xb05abbc7b3ab5b63a73d0022f040a1f789cb2c69ac1f2fb4f76781a06dc1571a",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000792390537510109",
"base_token_price_native_currency": "0.000000325239932086222",
"quote_token_price_usd": "2439.62",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000003252399321",
"quote_token_price_base_token": "3074653.20628248",
"address": "0xb05abbc7b3ab5b63a73d0022f040a1f789cb2c69ac1f2fb4f76781a06dc1571a",
"name": "SIH / WETH",
"pool_created_at": "2026-09-09T22:39:28Z",
"fdv_usd": "798392.5825",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "1.317",
"m15": "7.029",
"m30": "12.399",
"h1": "20.588",
"h6": "41.953",
"h24": "1429.165"
},
"transactions": {
"m5": {
"buys": 16,
"sells": 19,
"buyers": 15,
"sellers": 19
},
"m15": {
"buys": 60,
"sells": 54,
"buyers": 59,
"sellers": 53
},
"m30": {
"buys": 134,
"sells": 125,
"buyers": 130,
"sellers": 122
},
"h1": {
"buys": 293,
"sells": 248,
"buyers": 284,
"sellers": 240
},
"h6": {
"buys": 1528,
"sells": 1289,
"buyers": 1393,
"sellers": 1159
},
"h24": {
"buys": 4051,
"sells": 3209,
"buyers": 3436,
"sellers": 2700
}
},
"volume_usd": {
"m5": "4641.1924484598",
"m15": "15450.7972900372",
"m30": "34972.6776435135",
"h1": "70718.6294160533",
"h6": "366063.40550331",
"h24": "812161.436361048"
},
"reserve_in_usd": "75060.8859"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x4d1a96b7f567b0672a407683fa6e8ecc448402dc",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0000000000000000000000000000000000000000",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "pons-v2-dex",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.564197838554464",
"base_token_price_native_currency": "0.000228336849799309",
"quote_token_price_usd": "1.00038580466163",
"quote_token_price_native_currency": "0.000410305274352122",
"base_token_price_quote_token": "0.5565047882",
"quote_token_price_base_token": "1.7969297322",
"address": "0x4be9657ec9002e528f4f17a5c43edc525a07f888f7b180c2afbf75e096c4f38a",
"name": "PONS / USDG 0.3%",
"pool_created_at": "2026-07-18T01:42:13Z",
"fdv_usd": "392732298.01582",
"market_cap_usd": "401767967.611819",
"price_change_percentage": {
"m5": "0.95",
"m15": "0.819",
"m30": "1.877",
"h1": "2.282",
"h6": "-1.001",
"h24": "-21.902"
},
"transactions": {
"m5": {
"buys": 8,
"sells": 17,
"buyers": 4,
"sellers": 15
},
"m15": {
"buys": 205,
"sells": 181,
"buyers": 54,
"sellers": 81
},
"m30": {
"buys": 286,
"sells": 244,
"buyers": 69,
"sellers": 98
},
"h1": {
"buys": 427,
"sells": 464,
"buyers": 93,
"sellers": 169
},
"h6": {
"buys": 4021,
"sells": 4752,
"buyers": 655,
"sellers": 736
},
"h24": {
"buys": 13779,
"sells": 14558,
"buyers": 1167,
"sellers": 1399
}
},
"volume_usd": {
"m5": "99548.9521449892",
"m15": "363317.061989535",
"m30": "464398.084341715",
"h1": "894333.158951473",
"h6": "10301534.1137316",
"h24": "33351165.6433475"
},
"reserve_in_usd": "8072474.4922"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x39dbed3a2bd333467115de45665cc57f813c4571",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x588b0785f50063260003b7790c42f1ef74902746",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0154319051733665",
"base_token_price_native_currency": "0.00000634654601968118",
"quote_token_price_usd": "2439.62",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000634654602",
"quote_token_price_base_token": "157566.020461983",
"address": "0x588b0785f50063260003b7790c42f1ef74902746",
"name": "JUGGERNAUT / WETH 1%",
"pool_created_at": "2026-06-29T09:12:54Z",
"fdv_usd": "14400944.9959354",
"market_cap_usd": "15431905.17",
"price_change_percentage": {
"m5": "-0.331",
"m15": "13.775",
"m30": "30.349",
"h1": "27.853",
"h6": "526.285",
"h24": "423.114"
},
"transactions": {
"m5": {
"buys": 72,
"sells": 76,
"buyers": 46,
"sellers": 71
},
"m15": {
"buys": 287,
"sells": 222,
"buyers": 129,
"sellers": 180
},
"m30": {
"buys": 841,
"sells": 610,
"buyers": 318,
"sellers": 384
},
"h1": {
"buys": 1529,
"sells": 1058,
"buyers": 554,
"sellers": 630
},
"h6": {
"buys": 19572,
"sells": 18585,
"buyers": 4159,
"sellers": 4322
},
"h24": {
"buys": 20061,
"sells": 19252,
"buyers": 4288,
"sellers": 4484
}
},
"volume_usd": {
"m5": "67185.3534083637",
"m15": "299592.326411562",
"m30": "871962.592790413",
"h1": "1598347.05712019",
"h6": "24718893.1789934",
"h24": "25024918.5562631"
},
"reserve_in_usd": "849087.7844"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xd7321801caae694090694ff55a9323139f043b88",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v3-robinhood",
"type": "dex"
}
}
}
},
{
"id": "solana_EDduxKC2NXzmV5gjz1rUo2xL3Wvxpo8G13TiZsSFbZYL",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00000242357016397858099347152844884923757990006232725613049835989641",
"base_token_price_native_currency": "0.0000000242644822343792",
"quote_token_price_usd": "99.280775538250015249230738475348045178756722423",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000002426448223",
"quote_token_price_base_token": "41212501.0680486",
"address": "EDduxKC2NXzmV5gjz1rUo2xL3Wvxpo8G13TiZsSFbZYL",
"name": "CRACKTOP / SOL",
"pool_created_at": "2026-09-08T19:17:11Z",
"fdv_usd": "2340.6950583113",
"market_cap_usd": "2340.6950583113",
"price_change_percentage": {
"m5": "0",
"m15": "0",
"m30": "0",
"h1": "0.315",
"h6": "-97.086",
"h24": "-97.4"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m15": {
"buys": 1,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m30": {
"buys": 1,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"h1": {
"buys": 2,
"sells": 0,
"buyers": 2,
"sellers": 0
},
"h6": {
"buys": 20,
"sells": 111,
"buyers": 11,
"sellers": 108
},
"h24": {
"buys": 3353,
"sells": 3475,
"buyers": 2972,
"sellers": 2981
}
},
"volume_usd": {
"m5": "9.4902537021",
"m15": "9.4902537021",
"m30": "9.4902537021",
"h1": "12.8659732825",
"h6": "14190.4341782015",
"h24": "52232.357203183"
},
"reserve_in_usd": "2602.6618"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_DtXZNK8FpfoX68UPFpRk7SuqFDDLXh59QjcM1ESfpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00997481816927158",
"base_token_price_native_currency": "0.00000405591783013349",
"quote_token_price_usd": "2439.62",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000405591783",
"quote_token_price_base_token": "246553.318356326",
"address": "0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
"name": "FRONG / WETH 0.25%",
"pool_created_at": "2026-07-30T20:16:59Z",
"fdv_usd": "9899899.22599438",
"market_cap_usd": "9974818.169",
"price_change_percentage": {
"m5": "4.527",
"m15": "15.038",
"m30": "25.276",
"h1": "15.479",
"h6": "128.836",
"h24": "126.584"
},
"transactions": {
"m5": {
"buys": 52,
"sells": 77,
"buyers": 38,
"sellers": 68
},
"m15": {
"buys": 189,
"sells": 223,
"buyers": 103,
"sellers": 162
},
"m30": {
"buys": 373,
"sells": 359,
"buyers": 185,
"sellers": 248
},
"h1": {
"buys": 681,
"sells": 654,
"buyers": 338,
"sellers": 426
},
"h6": {
"buys": 12920,
"sells": 12009,
"buyers": 3289,
"sellers": 3591
},
"h24": {
"buys": 14598,
"sells": 13469,
"buyers": 3674,
"sellers": 3902
}
},
"volume_usd": {
"m5": "90290.7167110815",
"m15": "307946.950498273",
"m30": "431749.910315722",
"h1": "739830.405437307",
"h6": "16813751.7668741",
"h24": "17934315.2520254"
},
"reserve_in_usd": "1176989.3018"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x6245e67affa44a23077f0ea7f981a8dc743a0c47",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0000000000000000000000000000000000000000",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-pools-trade",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xd42a491087a15e5afd51feb3606066cc152d2b09",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.161844355488629",
"base_token_price_native_currency": "0.0000668158584025825",
"quote_token_price_usd": "2438.15",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000668158584",
"quote_token_price_base_token": "14966.5068130195",
"address": "0xd42a491087a15e5afd51feb3606066cc152d2b09",
"name": "CASHCAT / WETH 0.3%",
"pool_created_at": "2026-07-01T19:38:42Z",
"fdv_usd": "159912738.294339",
"market_cap_usd": "159948717.177122",
"price_change_percentage": {
"m5": "-0.34",
"m15": "0.853",
"m30": "0.86",
"h1": "1.246",
"h6": "0.543",
"h24": "-12.25"
},
"transactions": {
"m5": {
"buys": 28,
"sells": 3,
"buyers": 17,
"sellers": 3
},
"m15": {
"buys": 225,
"sells": 49,
"buyers": 56,
"sellers": 28
},
"m30": {
"buys": 314,
"sells": 136,
"buyers": 69,
"sellers": 68
},
"h1": {
"buys": 480,
"sells": 184,
"buyers": 115,
"sellers": 89
},
"h6": {
"buys": 3090,
"sells": 3318,
"buyers": 524,
"sellers": 518
},
"h24": {
"buys": 9366,
"sells": 9378,
"buyers": 1277,
"sellers": 1415
}
},
"volume_usd": {
"m5": "11294.7205522992",
"m15": "92050.813640835",
"m30": "161721.431524502",
"h1": "256426.671729152",
"h6": "3888263.62323126",
"h24": "13211586.1307408"
},
"reserve_in_usd": "2823937.2554"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x020bfc650a365f8bb26819deaabf3e21291018b4",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v3-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x4b7c86491df95f366b31217b2950d2c5136a2f19b6879613eac73d0e69092a1a",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0542190313027498",
"base_token_price_native_currency": "0.0000222615686223177",
"quote_token_price_usd": "1.0003881180361",
"quote_token_price_native_currency": "0.000410306223175811",
"base_token_price_quote_token": "0.05425598581",
"quote_token_price_base_token": "18.4311460768",
"address": "0x4b7c86491df95f366b31217b2950d2c5136a2f19b6879613eac73d0e69092a1a",
"name": "MEME / USDG 0.7%",
"pool_created_at": "2026-09-05T08:51:37Z",
"fdv_usd": "54219031.2759087",
"market_cap_usd": "54219031.3",
"price_change_percentage": {
"m5": "-0.337",
"m15": "-1.2",
"m30": "-2.171",
"h1": "-2.318",
"h6": "-7.523",
"h24": "-21.347"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 4,
"buyers": 1,
"sellers": 4
},
"m15": {
"buys": 3,
"sells": 11,
"buyers": 3,
"sellers": 11
},
"m30": {
"buys": 9,
"sells": 27,
"buyers": 9,
"sellers": 25
},
"h1": {
"buys": 23,
"sells": 51,
"buyers": 20,
"sellers": 47
},
"h6": {
"buys": 488,
"sells": 471,
"buyers": 246,
"sellers": 314
},
"h24": {
"buys": 2768,
"sells": 2522,
"buyers": 780,
"sellers": 1005
}
},
"volume_usd": {
"m5": "7821.5097827407",
"m15": "19162.5325984908",
"m30": "39725.9276908202",
"h1": "77644.7529464437",
"h6": "1806653.71717061",
"h24": "9470079.77161925"
},
"reserve_in_usd": "2114000.6395"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x385f4f8ae47651ce5f58f5265395a669f8281e18",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x51110343d68775f5c9f90075901fc4a4d7b427bdc75bf85bd8f93623f834e866",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00013916513997163",
"base_token_price_native_currency": "0.0000000572189975600986",
"quote_token_price_usd": "2436.06",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000005721899756",
"quote_token_price_base_token": "17476713.0261182",
"address": "0x51110343d68775f5c9f90075901fc4a4d7b427bdc75bf85bd8f93623f834e866",
"name": "PYRE / WETH",
"pool_created_at": "2026-09-08T19:31:51Z",
"fdv_usd": "134241.8096591",
"market_cap_usd": "134519.428680124",
"price_change_percentage": {
"m5": "0",
"m15": "0",
"m30": "-0.121",
"h1": "-3.746",
"h6": "-2.43",
"h24": "-54.759"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m15": {
"buys": 0,
"sells": 1,
"buyers": 0,
"sellers": 1
},
"m30": {
"buys": 0,
"sells": 2,
"buyers": 0,
"sellers": 2
},
"h1": {
"buys": 2,
"sells": 8,
"buyers": 2,
"sellers": 8
},
"h6": {
"buys": 69,
"sells": 56,
"buyers": 56,
"sellers": 50
},
"h24": {
"buys": 241,
"sells": 204,
"buyers": 141,
"sellers": 162
}
},
"volume_usd": {
"m5": "0.0",
"m15": "32.7297004203",
"m30": "36.2109304298",
"h1": "1218.2431219314",
"h6": "22927.5893737576",
"h24": "84446.4419749201"
},
"reserve_in_usd": "41787.7833"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x0d11e308e40c15e1181aed4f4bbfc4744e9deeed",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0000000000000000000000000000000000000000",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x3c8b091a934fb769da969e84fffc3eb09e69ad389d3a20617ea34f87dc3ea022",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0010631395806061",
"base_token_price_native_currency": "0.000000441878783792025",
"quote_token_price_usd": "2438.08",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000004418787838",
"quote_token_price_base_token": "2263064.07250062",
"address": "0x3c8b091a934fb769da969e84fffc3eb09e69ad389d3a20617ea34f87dc3ea022",
"name": "ND4 / WETH",
"pool_created_at": "2026-09-09T16:03:16Z",
"fdv_usd": "1060692.5288007",
"market_cap_usd": "973952.373763714",
"price_change_percentage": {
"m5": "0.289",
"m15": "-1.704",
"m30": "-12.356",
"h1": "-12.182",
"h6": "-55.186",
"h24": "28.898"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 1,
"buyers": 3,
"sellers": 1
},
"m15": {
"buys": 30,
"sells": 29,
"buyers": 27,
"sellers": 21
},
"m30": {
"buys": 56,
"sells": 66,
"buyers": 45,
"sellers": 50
},
"h1": {
"buys": 111,
"sells": 131,
"buyers": 85,
"sellers": 92
},
"h6": {
"buys": 1715,
"sells": 1734,
"buyers": 785,
"sellers": 916
},
"h24": {
"buys": 13213,
"sells": 12364,
"buyers": 3736,
"sellers": 3940
}
},
"volume_usd": {
"m5": "162.1564481342",
"m15": "6301.1038978948",
"m30": "13449.04698201",
"h1": "31804.2065695389",
"h6": "627643.123319428",
"h24": "4857110.93394007"
},
"reserve_in_usd": "87083.5852"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xa43a9b6eedd8204f445237bf72775ed9b1723d45",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0000000000000000000000000000000000000000",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "pons-v2-dex",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xed50bdeea8adc232f159486192a4157281d722ff",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.567271930772065",
"base_token_price_native_currency": "0.000228336849799309",
"quote_token_price_usd": "2438.08",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0002283368498",
"quote_token_price_base_token": "4379.494597035",
"address": "0xed50bdeea8adc232f159486192a4157281d722ff",
"name": "PONS / WETH 0.3%",
"pool_created_at": "2026-07-16T15:39:37Z",
"fdv_usd": "394872141.899332",
"market_cap_usd": "403957043.306455",
"price_change_percentage": {
"m5": "1.504",
"m15": "1.363",
"m30": "1.769",
"h1": "2.827",
"h6": "-0.486",
"h24": "-21.556"
},
"transactions": {
"m5": {
"buys": 14,
"sells": 75,
"buyers": 10,
"sellers": 33
},
"m15": {
"buys": 355,
"sells": 360,
"buyers": 103,
"sellers": 118
},
"m30": {
"buys": 490,
"sells": 497,
"buyers": 136,
"sellers": 141
},
"h1": {
"buys": 909,
"sells": 808,
"buyers": 231,
"sellers": 230
},
"h6": {
"buys": 4700,
"sells": 4975,
"buyers": 859,
"sellers": 841
},
"h24": {
"buys": 20009,
"sells": 18802,
"buyers": 2212,
"sellers": 2068
}
},
"volume_usd": {
"m5": "84364.6859048115",
"m15": "471101.059680253",
"m30": "601108.461113207",
"h1": "1129920.76760912",
"h6": "7876696.54373913",
"h24": "37622242.8405367"
},
"reserve_in_usd": "3717244.2718"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x39dbed3a2bd333467115de45665cc57f813c4571",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v3-robinhood",
"type": "dex"
}
}
}
},
{
"id": "solana_HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.061607116861748596376049758148691119754375651484325685027729795",
"base_token_price_native_currency": "0.000624129432993823",
"quote_token_price_usd": "99.203532243732704720883406644571052695513499482",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000624129433",
"quote_token_price_base_token": "1602.231760171",
"address": "HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
"name": "CATE / SOL",
"pool_created_at": "2026-07-26T16:32:43Z",
"fdv_usd": "59397304.4842403",
"market_cap_usd": "59410607.8499705",
"price_change_percentage": {
"m5": "-0.195",
"m15": "-0.957",
"m30": "0.578",
"h1": "3.924",
"h6": "-8.193",
"h24": "17.021"
},
"transactions": {
"m5": {
"buys": 52,
"sells": 48,
"buyers": 36,
"sellers": 44
},
"m15": {
"buys": 264,
"sells": 163,
"buyers": 165,
"sellers": 151
},
"m30": {
"buys": 525,
"sells": 406,
"buyers": 308,
"sellers": 334
},
"h1": {
"buys": 1153,
"sells": 1014,
"buyers": 567,
"sellers": 711
},
"h6": {
"buys": 7565,
"sells": 6014,
"buyers": 2848,
"sellers": 3313
},
"h24": {
"buys": 47778,
"sells": 35928,
"buyers": 13428,
"sellers": 13246
}
},
"volume_usd": {
"m5": "24042.4876879741",
"m15": "93029.2764845501",
"m30": "247285.313955337",
"h1": "523546.313244597",
"h6": "3128540.3223913",
"h24": "17831701.3536219"
},
"reserve_in_usd": "2492832.3255"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_Ai66LHZG9MCzg1WKdawwqduVAXpNDUuV8M3uyq5ppump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_zxTpi4BtaWX3mgdAPoezkMD1hxx8CdeCfrqXMWvSCLX",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.176129997726372543219288888161310948862563794699254365809915148",
"base_token_price_native_currency": "0.00177908269588601",
"quote_token_price_usd": "99.203532243732704720883406644571052695513499482",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.001779082696",
"quote_token_price_base_token": "562.087418596",
"address": "zxTpi4BtaWX3mgdAPoezkMD1hxx8CdeCfrqXMWvSCLX",
"name": "STONK / SOL",
"pool_created_at": "2026-08-12T10:51:40Z",
"fdv_usd": "151314099.031075",
"market_cap_usd": "151399166.763361",
"price_change_percentage": {
"m5": "0.507",
"m15": "1.883",
"m30": "2.826",
"h1": "-2.173",
"h6": "-11.9",
"h24": "-25.4"
},
"transactions": {
"m5": {
"buys": 312,
"sells": 261,
"buyers": 214,
"sellers": 182
},
"m15": {
"buys": 431,
"sells": 599,
"buyers": 286,
"sellers": 319
},
"m30": {
"buys": 808,
"sells": 943,
"buyers": 466,
"sellers": 411
},
"h1": {
"buys": 1822,
"sells": 1431,
"buyers": 767,
"sellers": 584
},
"h6": {
"buys": 12574,
"sells": 8303,
"buyers": 3677,
"sellers": 2782
},
"h24": {
"buys": 56720,
"sells": 46409,
"buyers": 16589,
"sellers": 14113
}
},
"volume_usd": {
"m5": "87684.3718417425",
"m15": "261605.739635481",
"m30": "594909.081513011",
"h1": "1087038.84104256",
"h6": "9542916.63474883",
"h24": "50616918.098205"
},
"reserve_in_usd": "3344908.0847"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_6GmAFSYs4gk3FDao5FzzySQpPZaWsa4rUJHacpMpUNgx",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "meteora",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x9501a20bedb8bea0798fe5d4c411f5e270965d49",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.04612375088075",
"base_token_price_native_currency": "0.0000189230634955961",
"quote_token_price_usd": "2439.62",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000189230635",
"quote_token_price_base_token": "52845.5659535638",
"address": "0x9501a20bedb8bea0798fe5d4c411f5e270965d49",
"name": "WALLET / WETH 1%",
"pool_created_at": "2026-07-10T01:02:04Z",
"fdv_usd": "46123750.88",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-0.417",
"m15": "-1.85",
"m30": "0.505",
"h1": "-5.288",
"h6": "-10.985",
"h24": "27.597"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 9,
"buyers": 2,
"sellers": 9
},
"m15": {
"buys": 21,
"sells": 25,
"buyers": 19,
"sellers": 21
},
"m30": {
"buys": 41,
"sells": 44,
"buyers": 36,
"sellers": 36
},
"h1": {
"buys": 99,
"sells": 100,
"buyers": 67,
"sellers": 74
},
"h6": {
"buys": 748,
"sells": 484,
"buyers": 254,
"sellers": 276
},
"h24": {
"buys": 2272,
"sells": 1692,
"buyers": 629,
"sellers": 761
}
},
"volume_usd": {
"m5": "2607.6464013672",
"m15": "20883.4219851848",
"m30": "40082.9083180019",
"h1": "140252.602338702",
"h6": "682320.806080591",
"h24": "2580555.19768829"
},
"reserve_in_usd": "2813629.1156"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x0339f5459fc690ac85f1782e15782a151b4a9e1b",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v3-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xcbdfea90430a30ee4469c9902e120a77e7c7e4711d5643671c1d1957f2f1ce27",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.187329734095851",
"base_token_price_native_currency": "0.0000780379911520279",
"quote_token_price_usd": "218.708983241935",
"quote_token_price_native_currency": "0.0896487908944568",
"base_token_price_quote_token": "0.0008704857073",
"quote_token_price_base_token": "1148.7839393483",
"address": "0xcbdfea90430a30ee4469c9902e120a77e7c7e4711d5643671c1d1957f2f1ce27",
"name": "AI / NVDA",
"pool_created_at": "2026-07-14T17:48:31Z",
"fdv_usd": "185327419.630801",
"market_cap_usd": "185712430.26243",
"price_change_percentage": {
"m5": "0.271",
"m15": "1.15",
"m30": "-0.195",
"h1": "0.054",
"h6": "-5.018",
"h24": "-14.148"
},
"transactions": {
"m5": {
"buys": 5,
"sells": 5,
"buyers": 5,
"sellers": 5
},
"m15": {
"buys": 12,
"sells": 25,
"buyers": 10,
"sellers": 21
},
"m30": {
"buys": 66,
"sells": 81,
"buyers": 50,
"sellers": 64
},
"h1": {
"buys": 123,
"sells": 293,
"buyers": 101,
"sellers": 211
},
"h6": {
"buys": 613,
"sells": 1347,
"buyers": 416,
"sellers": 779
},
"h24": {
"buys": 1714,
"sells": 3658,
"buyers": 1023,
"sellers": 1865
}
},
"volume_usd": {
"m5": "695.9326137929",
"m15": "22274.7715654598",
"m30": "34599.7915653918",
"h1": "71140.7181837671",
"h6": "760640.980985904",
"h24": "4285987.19112963"
},
"reserve_in_usd": "19525740.1924"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x2e8c31162b855a2ffa90f6f8634643ad6f111e18",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0xd0601ce157db5bdc3162bbac2a2c8af5320d9eec",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "bankr-robinhood",
"type": "dex"
}
}
}
}
]
}
Web3專案為什麼要使用CoinGecko
「CoinGecko 的去中心化交易平台 API 為我們提供了快速、準確且穩定的去中心化交易平台價格資料來源。它們的資料覆蓋範圍廣泛、易於使用且高度可靠。CoinGecko 的去中心化交易平台 API 已成為我們的關鍵去中心化交易平台價格饋送之一,Supra 利用它來整合來自眾多去中心化交易所的資料。」
Joshua Tobkin
Co-founder & CEO, Supra
「CoinGecko 的去中心化交易平台 API 已成為我們開發流程中必不可少的部分,它能夠輕鬆處理我們沒有精力管理的大量瑣碎任務。這極大地簡化了我們的工作流程,使我們能夠專注於核心開發工作。」
Bruce
CEO, EtherDrops
「CoinGecko 的去中心化交易平台 API 覆蓋範圍廣泛,支援的鏈數量極多,具有很高的可用性。」
Sher
Co-founder, Kontos
常見問題
-
GeckoTerminal 有 API 嗎?
- GeckoTerminal API 之前處於測試階段,現已集成到 CoinGecko API 中。使用者可以根據使用情況,透過免費或付費方案存取超過 45 百萬種貨幣和代幣的鏈上和聚合市場資料。
-
CoinGecko API 與 GeckoTerminal API 相同嗎?
- 兩者相同,自 2024 年 2 月起,GeckoTerminal API 的去中心化交易平台資料端點已集成到 CoinGecko API 中。使用者和開發者可以調用 CoinGecko API 來擷取鏈上市場資料(例如去中心化交易平台上的代幣價格和流動性),還可隨時透過 CoinGecko API 取得即時和歷史加密貨幣價格、市場資料、後設資料等匯總資訊。
-
CoinGecko API 從哪裡取得相關資料?
-
CoinGecko 匯總了 1,000 多個中心化和去中心化交易平台的加密貨幣價格和市場資料,而 GeckoTerminal 追蹤 220 多個網路的去中心化交易平台的鏈上代幣和市場資料。
CoinGecko 和 GeckoTerminal 的資料深受全球數百萬人的信賴。詳細瞭解我們的 方法 以及我們如何計算和評估指標。 -
我可以從 CoinGecko API 取得哪些鏈上資料?
- 您可以使用 CoinGecko API 取得超過 45 百萬種鏈上代幣的價格和流動性資料。此外,您還可以取得網路上流動性池資料(熱門礦池等)
-
CoinGecko API 資料多久更新或刷新一次?
-
端點的緩存時間介於 20 秒到 5 分鐘之間,除非我們的 文檔另有說明,否則大多數資料預計都會以類似的時間間隔更新。 付費 API 方案的更新頻率更快,即 /simple/price 端點每 20 秒更新一次。
具體來說,在區塊鏈上確認交易後,鏈上資料的更新速度快達 2-3 秒,取決於是否有網路。
我們建議使用者適當地限制回應,以便高效地調用我們的 API(即避免因過於頻繁調用而浪費頻寬)。