面向 DeFi 專案和開發者的鏈上去中心化交易平台代幣和市場資料 API
CoinGecko API 提供加密貨幣市場的完整資訊,CoinGecko API 自 2014 年以來,一直是全球最大獨立加密貨幣資料權威機構。
資料來源:
深受各大領先 Web3 專案的信賴
覆蓋廣泛且可靠的鏈上去中心化交易平台資料 API
透過我們覆蓋廣泛且可靠的去中心化交易平台資料 API,存取來自 Uniswap、PancakeSwap、Orca、Curve 等主要網路去中心化交易平台的鏈上市場資料。
47M+
貨幣和代幣
220+
網路
1,900+
去中心化交易平台
高效擴充您的 DeFi 專案
全面覆蓋、深度發掘
廣泛覆蓋
- 47M 鏈上代幣、網路、去中心化交易平台和流動性池,包括以太坊
- 220、BNB 鏈、Pulsechain、Arbitrum 等,以及去中心化交易平台
- 1,000,如 Uniswap、PancakeSwap、Orca、Raydium、Curve 等,加上流動性池。
- 51M
企業級別、穩定可靠
精通加密貨幣的專家團隊可提供一流的加密貨幣資料和端點改進方案
- 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.999982134740537",
"base_token_price_native_currency": "0.000368916478860875",
"quote_token_price_usd": "2705.91",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0003689164789",
"quote_token_price_base_token": "2710.640639008",
"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": "4596085683.91294",
"market_cap_usd": "4594298989.35837",
"price_change_percentage": {
"m5": "0",
"m15": "-0.066",
"m30": "-0.101",
"h1": "0.013",
"h6": "-0.038",
"h24": "0.067"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m15": {
"buys": 5,
"sells": 0,
"buyers": 4,
"sellers": 0
},
"m30": {
"buys": 10,
"sells": 5,
"buyers": 9,
"sellers": 4
},
"h1": {
"buys": 18,
"sells": 11,
"buyers": 16,
"sellers": 8
},
"h6": {
"buys": 98,
"sells": 74,
"buyers": 74,
"sellers": 54
},
"h24": {
"buys": 339,
"sells": 331,
"buyers": 213,
"sellers": 193
}
},
"volume_usd": {
"m5": "10.8221224886",
"m15": "25.0379588948",
"m30": "1126.0521471578",
"h1": "2558.6151127672",
"h6": "33826.1258934962",
"h24": "80991.4685490965"
},
"reserve_in_usd": "1116631.3736",
"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_0xa32a077a3e9d1ce561ec2a4b136db701a3166195455da4d8d364d6189443afe1",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00120351554579356",
"base_token_price_native_currency": "0.000000443292803535125",
"quote_token_price_usd": "2706.96",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000004432928035",
"quote_token_price_base_token": "2255845.32847207",
"address": "0xa32a077a3e9d1ce561ec2a4b136db701a3166195455da4d8d364d6189443afe1",
"name": "ROBINPEPE / WETH",
"pool_created_at": "2026-09-25T16:33:59Z",
"fdv_usd": "1201927.817",
"market_cap_usd": "1201927.817",
"price_change_percentage": {
"m5": "-1.207",
"m15": "-3.423",
"m30": "-6.483",
"h1": "-6.098",
"h6": "-27.373",
"h24": "-32.389"
},
"transactions": {
"m5": {
"buys": 20,
"sells": 14,
"buyers": 16,
"sellers": 13
},
"m15": {
"buys": 132,
"sells": 139,
"buyers": 79,
"sellers": 84
},
"m30": {
"buys": 354,
"sells": 364,
"buyers": 175,
"sellers": 175
},
"h1": {
"buys": 772,
"sells": 843,
"buyers": 368,
"sellers": 383
},
"h6": {
"buys": 4789,
"sells": 4452,
"buyers": 2004,
"sellers": 1986
},
"h24": {
"buys": 17750,
"sells": 16474,
"buyers": 8347,
"sellers": 8751
}
},
"volume_usd": {
"m5": "2040.9864112498",
"m15": "13557.8237190923",
"m30": "49661.4354636527",
"h1": "109333.686694212",
"h6": "945464.049633995",
"h24": "4177263.72351591"
},
"reserve_in_usd": "89229.922"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xa241395adcdf456f6dc04d1bc02b18e6f4c4052c",
"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_0x91e9823a895a2d05a2c853fbd1619da089b36054f0a342039a0e8046608bbece",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000303812563789887",
"base_token_price_native_currency": "0.000000112344591136009",
"quote_token_price_usd": "2706.96",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000001123445911",
"quote_token_price_base_token": "8901185.09389881",
"address": "0x91e9823a895a2d05a2c853fbd1619da089b36054f0a342039a0e8046608bbece",
"name": "ROO / WETH",
"pool_created_at": "2026-09-23T04:00:40Z",
"fdv_usd": "303812.5638",
"market_cap_usd": "303812.5638",
"price_change_percentage": {
"m5": "8.886",
"m15": "2.576",
"m30": "-3.699",
"h1": "-11.097",
"h6": "35.483",
"h24": "-2.838"
},
"transactions": {
"m5": {
"buys": 59,
"sells": 70,
"buyers": 47,
"sellers": 64
},
"m15": {
"buys": 157,
"sells": 197,
"buyers": 125,
"sellers": 166
},
"m30": {
"buys": 344,
"sells": 385,
"buyers": 237,
"sellers": 304
},
"h1": {
"buys": 607,
"sells": 605,
"buyers": 345,
"sellers": 404
},
"h6": {
"buys": 2797,
"sells": 2548,
"buyers": 1584,
"sellers": 1615
},
"h24": {
"buys": 14568,
"sells": 13523,
"buyers": 9032,
"sellers": 9274
}
},
"volume_usd": {
"m5": "5801.6322933671",
"m15": "15297.0653210039",
"m30": "49025.8395206304",
"h1": "92881.3656788284",
"h6": "294922.482796765",
"h24": "1247803.40776049"
},
"reserve_in_usd": "41986.3031"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x3458e003f6ed93df0f537b8acac6fbe08e41247f",
"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_0x2a4e49b6f4026be2d9c4cc273f389d986256e27b18950a8967d1daa095b27978",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000271261691736251",
"base_token_price_native_currency": "0.000000101004198172814",
"quote_token_price_usd": "2706.96",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000001010041982",
"quote_token_price_base_token": "9900578.57089308",
"address": "0x2a4e49b6f4026be2d9c4cc273f389d986256e27b18950a8967d1daa095b27978",
"name": "AD / WETH 0.25%",
"pool_created_at": "2026-09-17T17:07:49Z",
"fdv_usd": "271261.6917",
"market_cap_usd": "271261.6917",
"price_change_percentage": {
"m5": "-0.641",
"m15": "1.574",
"m30": "0.911",
"h1": "6.082",
"h6": "68.46",
"h24": "57.558"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 1,
"buyers": 2,
"sellers": 1
},
"m15": {
"buys": 35,
"sells": 26,
"buyers": 12,
"sellers": 10
},
"m30": {
"buys": 98,
"sells": 94,
"buyers": 14,
"sellers": 13
},
"h1": {
"buys": 202,
"sells": 187,
"buyers": 29,
"sellers": 17
},
"h6": {
"buys": 979,
"sells": 976,
"buyers": 58,
"sellers": 57
},
"h24": {
"buys": 3877,
"sells": 4197,
"buyers": 224,
"sellers": 185
}
},
"volume_usd": {
"m5": "107.0682965447",
"m15": "1974.6081886586",
"m30": "6940.3854781067",
"h1": "12372.7121108235",
"h6": "75785.0077933557",
"h24": "563397.88506431"
},
"reserve_in_usd": "66494.0361"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x63ffd4aa844f4befcee1b4606e467d1d209a926b",
"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_0x3430fe00a00c586c9e879ce5ba3ab7b76a2fc3843ca63d84c0c5fa9879ebc0b6",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000377680067499685",
"base_token_price_native_currency": "0.000000138647134371002",
"quote_token_price_usd": "2707.17",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000001386471344",
"quote_token_price_base_token": "7212554.40681614",
"address": "0x3430fe00a00c586c9e879ce5ba3ab7b76a2fc3843ca63d84c0c5fa9879ebc0b6",
"name": "TALIS / WETH",
"pool_created_at": "2026-09-25T14:37:30Z",
"fdv_usd": "369691.686985586",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "-4.015",
"m15": "9.656",
"m30": "90.136",
"h1": "92.656",
"h6": "-13.341",
"h24": "-66.769"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 11,
"buyers": 1,
"sellers": 10
},
"m15": {
"buys": 11,
"sells": 41,
"buyers": 11,
"sellers": 33
},
"m30": {
"buys": 33,
"sells": 95,
"buyers": 26,
"sellers": 64
},
"h1": {
"buys": 57,
"sells": 110,
"buyers": 44,
"sellers": 73
},
"h6": {
"buys": 502,
"sells": 468,
"buyers": 239,
"sellers": 206
},
"h24": {
"buys": 5637,
"sells": 4540,
"buyers": 2683,
"sellers": 2938
}
},
"volume_usd": {
"m5": "1132.2763255689",
"m15": "6496.3186519672",
"m30": "24191.4680647847",
"h1": "26952.4635405392",
"h6": "105197.613452716",
"h24": "909352.357812588"
},
"reserve_in_usd": "58588.0325"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xd5d26bac627e8d9b67517be63dd418acb3a2d8e2",
"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": "bsc_0x15a2b965709e66de2120e34aaf295a82eff640b0",
"type": "pool",
"attributes": {
"base_token_price_usd": "340.199640135521",
"base_token_price_native_currency": "0.439159941310408",
"quote_token_price_usd": "0.0000252694330978904",
"quote_token_price_native_currency": "0.0000000326200308495216",
"base_token_price_quote_token": "13462891.6611478",
"quote_token_price_base_token": "0.00000007427824758",
"address": "0x15a2b965709e66de2120e34aaf295a82eff640b0",
"name": "AAPLB / BG人生",
"pool_created_at": "2026-09-26T11:53:31Z",
"fdv_usd": "5678746.54974211",
"market_cap_usd": "5678505.18415807",
"price_change_percentage": {
"m5": "-0.484",
"m15": "0.53",
"m30": "-0.4",
"h1": "0.469",
"h6": "0.501",
"h24": "-0.443"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 0,
"buyers": 2,
"sellers": 0
},
"m15": {
"buys": 7,
"sells": 2,
"buyers": 6,
"sellers": 2
},
"m30": {
"buys": 11,
"sells": 7,
"buyers": 10,
"sellers": 7
},
"h1": {
"buys": 25,
"sells": 23,
"buyers": 21,
"sellers": 20
},
"h6": {
"buys": 276,
"sells": 574,
"buyers": 220,
"sellers": 204
},
"h24": {
"buys": 4946,
"sells": 7381,
"buyers": 3025,
"sellers": 2111
}
},
"volume_usd": {
"m5": "30.7544491369",
"m15": "277.857421504",
"m30": "763.1813889487",
"h1": "1919.5153073759",
"h6": "19876.1494440905",
"h24": "587307.362463111"
},
"reserve_in_usd": "15167.2231"
},
"relationships": {
"base_token": {
"data": {
"id": "bsc_0x431a3bee82e2ca41e49895cbece5bb0f76a89b7a",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "bsc_0xe1bc4812dabd9b99fe093bb814085f8f550c7777",
"type": "token"
}
},
"network": {
"data": {
"id": "bsc",
"type": "network"
}
},
"dex": {
"data": {
"id": "pancakeswap_v2",
"type": "dex"
}
}
}
},
{
"id": "solana_6e3jZLtf4tQbWZm3f7A66jF8tfZn6MRQVrbDFgcNWarA",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0256672477538140814000618362800162480274794288717977076004458619",
"base_token_price_native_currency": "0.000206911868059612",
"quote_token_price_usd": "121.251212877906186687722938835766242166151677761",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0002069118681",
"quote_token_price_base_token": "4832.975553205",
"address": "6e3jZLtf4tQbWZm3f7A66jF8tfZn6MRQVrbDFgcNWarA",
"name": "PAID / SOL",
"pool_created_at": "2026-09-15T19:22:24Z",
"fdv_usd": "24033489.7200318",
"market_cap_usd": "24122015.7341616",
"price_change_percentage": {
"m5": "-5.874",
"m15": "-21.95",
"m30": "-24.316",
"h1": "-21.04",
"h6": "-28.778",
"h24": "-46.955"
},
"transactions": {
"m5": {
"buys": 288,
"sells": 96,
"buyers": 141,
"sellers": 74
},
"m15": {
"buys": 1143,
"sells": 520,
"buyers": 420,
"sellers": 248
},
"m30": {
"buys": 1265,
"sells": 609,
"buyers": 445,
"sellers": 294
},
"h1": {
"buys": 1587,
"sells": 916,
"buyers": 572,
"sellers": 432
},
"h6": {
"buys": 9036,
"sells": 6714,
"buyers": 2545,
"sellers": 2428
},
"h24": {
"buys": 45409,
"sells": 37159,
"buyers": 11477,
"sellers": 10664
}
},
"volume_usd": {
"m5": "182136.34141481",
"m15": "616337.097754671",
"m30": "663100.021061505",
"h1": "804203.496592317",
"h6": "4933598.81089553",
"h24": "23052337.9033016"
},
"reserve_in_usd": "1147722.1896"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_98kfF7rmsg1QDUEoCqNE7g7M1FdrTt92TEp2CLzypump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_Bd4wKg3xEBKJ4Xrw8skXMmJ4W65gk3x8yd7AovuBJisZ",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000472692473977613198028033937264166411986932270483755164787133655",
"base_token_price_native_currency": "0.00000384556419660064",
"quote_token_price_usd": "121.236440608338960002307314521541613636163214885",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000003845564197",
"quote_token_price_base_token": "260039.866421673",
"address": "Bd4wKg3xEBKJ4Xrw8skXMmJ4W65gk3x8yd7AovuBJisZ",
"name": "PEPENOM / SOL",
"pool_created_at": "2026-09-11T00:55:05Z",
"fdv_usd": "279659.622402372",
"market_cap_usd": "279688.913103127",
"price_change_percentage": {
"m5": "0.021",
"m15": "-0.421",
"m30": "0.023",
"h1": "2.053",
"h6": "0.081",
"h24": "2.552"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 1,
"buyers": 2,
"sellers": 1
},
"m15": {
"buys": 9,
"sells": 4,
"buyers": 8,
"sellers": 4
},
"m30": {
"buys": 24,
"sells": 8,
"buyers": 23,
"sellers": 8
},
"h1": {
"buys": 44,
"sells": 15,
"buyers": 43,
"sellers": 15
},
"h6": {
"buys": 310,
"sells": 126,
"buyers": 307,
"sellers": 117
},
"h24": {
"buys": 1159,
"sells": 453,
"buyers": 1145,
"sellers": 401
}
},
"volume_usd": {
"m5": "55.18115024",
"m15": "810.8115943057",
"m30": "1852.0783645289",
"h1": "3031.7188854006",
"h6": "19043.780843209",
"h24": "52050.3656802777"
},
"reserve_in_usd": "146681.8064"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_EpEfnZxQyiBXppSKi8sncc8w4corn1UJbF9G91fQpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x43fea2e267164122909aa6336cd89142df28027aba8ed0c81d414a4e953e86e8",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00300767130922416",
"base_token_price_native_currency": "0.00000110874083525064",
"quote_token_price_usd": "2707.12",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001108740835",
"quote_token_price_base_token": "901924.027876128",
"address": "0x43fea2e267164122909aa6336cd89142df28027aba8ed0c81d414a4e953e86e8",
"name": "CASHED / WETH",
"pool_created_at": "2026-09-18T20:09:43Z",
"fdv_usd": "2769933.38179311",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "1.669",
"m15": "-10.438",
"m30": "-15.159",
"h1": "-11.952",
"h6": "12.905",
"h24": "271.593"
},
"transactions": {
"m5": {
"buys": 10,
"sells": 10,
"buyers": 8,
"sellers": 9
},
"m15": {
"buys": 36,
"sells": 40,
"buyers": 29,
"sellers": 35
},
"m30": {
"buys": 38,
"sells": 60,
"buyers": 30,
"sellers": 50
},
"h1": {
"buys": 74,
"sells": 105,
"buyers": 56,
"sellers": 82
},
"h6": {
"buys": 752,
"sells": 802,
"buyers": 304,
"sellers": 455
},
"h24": {
"buys": 10868,
"sells": 9382,
"buyers": 1745,
"sellers": 2076
}
},
"volume_usd": {
"m5": "2433.5924937855",
"m15": "18121.7270907872",
"m30": "20712.6294482197",
"h1": "32677.8286072795",
"h6": "289427.836172316",
"h24": "4803973.69478625"
},
"reserve_in_usd": "121956.9396"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x6249519883b8d7ccf915dfcd6c0442984dae9d24",
"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": "eth_0xcf14dfcf39de6849af062d611c2f4395a5558b63",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00186771638791319",
"base_token_price_native_currency": "0.000000699707495654055",
"quote_token_price_usd": "2703.96",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000006997074957",
"quote_token_price_base_token": "1429168.62576303",
"address": "0xcf14dfcf39de6849af062d611c2f4395a5558b63",
"name": "ASE / WETH",
"pool_created_at": "2026-05-10T20:08:11Z",
"fdv_usd": "1826112.309",
"market_cap_usd": "758506.009876335",
"price_change_percentage": {
"m5": "0",
"m15": "0",
"m30": "0",
"h1": "-2.095",
"h6": "-8.868",
"h24": "-11.889"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m15": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m30": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"h1": {
"buys": 2,
"sells": 1,
"buyers": 2,
"sellers": 1
},
"h6": {
"buys": 10,
"sells": 9,
"buyers": 8,
"sellers": 9
},
"h24": {
"buys": 50,
"sells": 24,
"buyers": 29,
"sellers": 20
}
},
"volume_usd": {
"m5": "0.0",
"m15": "0.0",
"m30": "0.0",
"h1": "3532.9221396195",
"h6": "6565.664556904",
"h24": "12443.6402397824"
},
"reserve_in_usd": "193209.8913"
},
"relationships": {
"base_token": {
"data": {
"id": "eth_0x041ff0e49f6f774e7dc7bd10ee4a14c00b1d80b2",
"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_39e3inYn9tDu4GAeBJ4L1MZrRW8hMhu2yqJ59vhPeCai",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000133306151390662062925013617779798123283565409282075211927849426",
"base_token_price_native_currency": "0.00000109936440076074",
"quote_token_price_usd": "121.251041420046557139030415629596029367106885274",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001099364401",
"quote_token_price_base_token": "909616.501414834",
"address": "39e3inYn9tDu4GAeBJ4L1MZrRW8hMhu2yqJ59vhPeCai",
"name": "CACKLE / SOL",
"pool_created_at": "2026-08-18T03:38:14Z",
"fdv_usd": "133134.3579",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "0.647",
"m15": "2.693",
"m30": "1.11",
"h1": "1.437",
"h6": "2.364",
"h24": "11.659"
},
"transactions": {
"m5": {
"buys": 26,
"sells": 6,
"buyers": 11,
"sellers": 6
},
"m15": {
"buys": 66,
"sells": 20,
"buyers": 50,
"sellers": 20
},
"m30": {
"buys": 141,
"sells": 50,
"buyers": 117,
"sellers": 50
},
"h1": {
"buys": 471,
"sells": 159,
"buyers": 431,
"sellers": 159
},
"h6": {
"buys": 1152,
"sells": 369,
"buyers": 1112,
"sellers": 369
},
"h24": {
"buys": 1168,
"sells": 396,
"buyers": 1126,
"sellers": 393
}
},
"volume_usd": {
"m5": "147.0076073574",
"m15": "371.7720168422",
"m30": "748.5645772267",
"h1": "2863.735055314",
"h6": "20066.4718707988",
"h24": "21378.8632115505"
},
"reserve_in_usd": "48915.5923"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_BQJfL1yiHbJQ8AciHLcKxaCbQrWP2ws8oZHHYgbBpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_4JAnKFddd5fFTk5PxDj3PpTWJuTEfSWQEjZJcgKQ9KwW",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00444706735121049716351184428703100811627941536116791793155364119",
"base_token_price_native_currency": "0.0000367702362520105",
"quote_token_price_usd": "121.251212877906186687722938835766242166151677761",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00003677023625",
"quote_token_price_base_token": "27195.9090267015",
"address": "4JAnKFddd5fFTk5PxDj3PpTWJuTEfSWQEjZJcgKQ9KwW",
"name": "e/acc / SOL",
"pool_created_at": "2026-09-25T21:15:15Z",
"fdv_usd": "4361501.35722807",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "-6.211",
"m15": "-8.099",
"m30": "-22.437",
"h1": "-25.192",
"h6": "-62.471",
"h24": "-79.931"
},
"transactions": {
"m5": {
"buys": 127,
"sells": 92,
"buyers": 76,
"sellers": 62
},
"m15": {
"buys": 743,
"sells": 634,
"buyers": 366,
"sellers": 291
},
"m30": {
"buys": 1238,
"sells": 1015,
"buyers": 509,
"sellers": 453
},
"h1": {
"buys": 1969,
"sells": 1572,
"buyers": 786,
"sellers": 688
},
"h6": {
"buys": 17694,
"sells": 14154,
"buyers": 5240,
"sellers": 4959
},
"h24": {
"buys": 77703,
"sells": 64459,
"buyers": 20043,
"sellers": 18493
}
},
"volume_usd": {
"m5": "69200.3667177277",
"m15": "353618.796084704",
"m30": "575660.089782206",
"h1": "855186.280127327",
"h6": "6461348.37179873",
"h24": "27151984.2838645"
},
"reserve_in_usd": "308313.3999"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_CbcyNo7m1amFWqEQm2m4PLv1UNvpcL3C1Ujm6AkzpKoU",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "base_0xef256e214c45aab706ca54d6e2c5d0ca42b87895a43e97b382ea012d13e78e49",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0000241948561059984",
"base_token_price_native_currency": "0.00000000893866761105954",
"quote_token_price_usd": "2706.37",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000000008938667611",
"quote_token_price_base_token": "111873496.533502",
"address": "0xef256e214c45aab706ca54d6e2c5d0ca42b87895a43e97b382ea012d13e78e49",
"name": "boar / WETH",
"pool_created_at": "2026-09-26T02:58:01Z",
"fdv_usd": "2419485.611",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "2.209",
"m15": "-1.875",
"m30": "-13.219",
"h1": "-9.284",
"h6": "-5.947",
"h24": "8898.511"
},
"transactions": {
"m5": {
"buys": 17,
"sells": 6,
"buyers": 16,
"sellers": 6
},
"m15": {
"buys": 37,
"sells": 32,
"buyers": 31,
"sellers": 31
},
"m30": {
"buys": 70,
"sells": 71,
"buyers": 52,
"sellers": 62
},
"h1": {
"buys": 173,
"sells": 191,
"buyers": 99,
"sellers": 134
},
"h6": {
"buys": 1298,
"sells": 1196,
"buyers": 331,
"sellers": 408
},
"h24": {
"buys": 23565,
"sells": 16873,
"buyers": 2761,
"sellers": 2303
}
},
"volume_usd": {
"m5": "3939.0425330614",
"m15": "19643.3827476493",
"m30": "42799.9507383624",
"h1": "152585.545857792",
"h6": "766953.174663659",
"h24": "11102120.6462728"
},
"reserve_in_usd": "630463.7765"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x0cbf291ba052174879d90bf781df1a5f2bc5bb07",
"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": "robinhood_0x7f3a6dcfd793c2b86659587a64f2add34f5bf21dad10968abf751b69ac1ac0d4",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000950083590745971",
"base_token_price_native_currency": "0.000000353535326569666",
"quote_token_price_usd": "2707.23",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000003535353266",
"quote_token_price_base_token": "2828571.64431896",
"address": "0x7f3a6dcfd793c2b86659587a64f2add34f5bf21dad10968abf751b69ac1ac0d4",
"name": "AEVA / WETH",
"pool_created_at": "2026-09-25T15:56:07Z",
"fdv_usd": "913980.364902588",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "-0.386",
"m15": "-0.615",
"m30": "-0.226",
"h1": "25.998",
"h6": "19.438",
"h24": "1.568"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 2,
"buyers": 3,
"sellers": 2
},
"m15": {
"buys": 4,
"sells": 3,
"buyers": 4,
"sellers": 3
},
"m30": {
"buys": 6,
"sells": 5,
"buyers": 6,
"sellers": 4
},
"h1": {
"buys": 29,
"sells": 7,
"buyers": 23,
"sellers": 6
},
"h6": {
"buys": 153,
"sells": 54,
"buyers": 96,
"sellers": 43
},
"h24": {
"buys": 891,
"sells": 501,
"buyers": 353,
"sellers": 284
}
},
"volume_usd": {
"m5": "618.3971125721",
"m15": "922.7875038623",
"m30": "1057.8856099971",
"h1": "11915.9916641873",
"h6": "54718.8230961294",
"h24": "373870.104477852"
},
"reserve_in_usd": "121147.4596"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xe8729dc9dca85167e06b7e9c66a58b22457c5f30",
"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_0x94bbe853481f40d049d98eb830c57276d9727e5b",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0154200823339857",
"base_token_price_native_currency": "0.00000574330488839258",
"quote_token_price_usd": "2706.96",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000005743304888",
"quote_token_price_base_token": "174115.778185664",
"address": "0x94bbe853481f40d049d98eb830c57276d9727e5b",
"name": "SI / WETH 0.01%",
"pool_created_at": "2026-09-25T00:48:57Z",
"fdv_usd": "15546896.6",
"market_cap_usd": "15546896.6",
"price_change_percentage": {
"m5": "5.435",
"m15": "-1.299",
"m30": "-15.223",
"h1": "-16.975",
"h6": "70.104",
"h24": "-8.405"
},
"transactions": {
"m5": {
"buys": 51,
"sells": 18,
"buyers": 51,
"sellers": 17
},
"m15": {
"buys": 141,
"sells": 49,
"buyers": 133,
"sellers": 46
},
"m30": {
"buys": 260,
"sells": 91,
"buyers": 174,
"sellers": 75
},
"h1": {
"buys": 377,
"sells": 149,
"buyers": 250,
"sellers": 125
},
"h6": {
"buys": 2086,
"sells": 1191,
"buyers": 471,
"sellers": 383
},
"h24": {
"buys": 12627,
"sells": 5904,
"buyers": 1604,
"sellers": 877
}
},
"volume_usd": {
"m5": "80897.7658161127",
"m15": "239221.72284268",
"m30": "415116.886613856",
"h1": "586852.398095864",
"h6": "2984844.38581509",
"h24": "13370831.6373092"
},
"reserve_in_usd": "258221.2455"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xe0cd4e72769e7317891d1e49905878b7b14c67ac",
"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_0x40a433930370f6cdf0a78debc2c6dd599c23bd428c0d67dd8b5373e4f101557f",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0000818676164013546",
"base_token_price_native_currency": "0.0000000330775869857578",
"quote_token_price_usd": "750.357528302403",
"quote_token_price_native_currency": "0.278062676844038",
"base_token_price_quote_token": "0.0000001189573062",
"quote_token_price_base_token": "8406377.31415424",
"address": "0x40a433930370f6cdf0a78debc2c6dd599c23bd428c0d67dd8b5373e4f101557f",
"name": "musebook / META",
"pool_created_at": "2026-09-16T05:51:12Z",
"fdv_usd": "8072356.09717612",
"market_cap_usd": "8072591.17",
"price_change_percentage": {
"m5": "0",
"m15": "-0.704",
"m30": "-0.564",
"h1": "-6.329",
"h6": "4.235",
"h24": "-12.399"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 2,
"buyers": 1,
"sellers": 1
},
"m15": {
"buys": 13,
"sells": 14,
"buyers": 12,
"sellers": 12
},
"m30": {
"buys": 20,
"sells": 24,
"buyers": 15,
"sellers": 16
},
"h1": {
"buys": 29,
"sells": 36,
"buyers": 24,
"sellers": 27
},
"h6": {
"buys": 253,
"sells": 423,
"buyers": 174,
"sellers": 199
},
"h24": {
"buys": 1137,
"sells": 1810,
"buyers": 597,
"sellers": 642
}
},
"volume_usd": {
"m5": "2.7099998397",
"m15": "5639.8792300748",
"m30": "6982.6175969401",
"h1": "23270.90918519",
"h6": "168247.952153786",
"h24": "615032.962286217"
},
"reserve_in_usd": "2941943.6181"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x91a2dae9699f0b82540b5886b0d8759c22820ba3",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0xc0d6457c16cc70d6790dd43521c899c87ce02f35",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "bankr-robinhood",
"type": "dex"
}
}
}
},
{
"id": "solana_7sY6BrhDBkJdcYFrDd1M49hinSXrqk2bzS3rT6Juanch",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000444840883281714826766143990658669692580491907079774873553551809",
"base_token_price_native_currency": "0.0000036180478863811",
"quote_token_price_usd": "775.81418651805151518428296252146875049054096575457063724961071",
"quote_token_price_native_currency": "6.39514388489209",
"base_token_price_quote_token": "0.0000005657492547",
"quote_token_price_base_token": "1767567.50759558",
"address": "7sY6BrhDBkJdcYFrDd1M49hinSXrqk2bzS3rT6Juanch",
"name": "CAT / SPYx",
"pool_created_at": "2026-09-21T15:53:21Z",
"fdv_usd": "444837.069578775",
"market_cap_usd": "444837.069578774",
"price_change_percentage": {
"m5": "0",
"m15": "0.054",
"m30": "0.054",
"h1": "3.416",
"h6": "-8.469",
"h24": "71.463"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m15": {
"buys": 2,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m30": {
"buys": 2,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"h1": {
"buys": 6,
"sells": 3,
"buyers": 5,
"sellers": 3
},
"h6": {
"buys": 26,
"sells": 56,
"buyers": 23,
"sellers": 40
},
"h24": {
"buys": 308,
"sells": 309,
"buyers": 204,
"sellers": 196
}
},
"volume_usd": {
"m5": "0.0",
"m15": "0.9798617977",
"m30": "0.9798617977",
"h1": "469.7164625922",
"h6": "5888.1815796566",
"h24": "38845.6414737337"
},
"reserve_in_usd": "58100.6921"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_8erE7RkkoiGYJtCyQdfwMpnNA8cAkY14Xe6RYjjHAdKP",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_XsoCS1TfEyfFhfvj8EtZ528L3CaKBDBRqRapnBbDF2W",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "raydium",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x06e308b77bdafd691d179645296ce8c40e33c6af4a879a913efc7eedc402581c",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0652507476176627",
"base_token_price_native_currency": "0.0000233582501811509",
"quote_token_price_usd": "2706.96",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00002335825018",
"quote_token_price_base_token": "42811.4260376814",
"address": "0x06e308b77bdafd691d179645296ce8c40e33c6af4a879a913efc7eedc402581c",
"name": "BUN / WETH",
"pool_created_at": "2026-09-02T15:37:05Z",
"fdv_usd": "65250220.1794346",
"market_cap_usd": "18799076.7656889",
"price_change_percentage": {
"m5": "0",
"m15": "-0.511",
"m30": "2.154",
"h1": "11.274",
"h6": "-8.892",
"h24": "0.133"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m15": {
"buys": 1,
"sells": 7,
"buyers": 1,
"sellers": 4
},
"m30": {
"buys": 18,
"sells": 17,
"buyers": 11,
"sellers": 11
},
"h1": {
"buys": 66,
"sells": 34,
"buyers": 43,
"sellers": 18
},
"h6": {
"buys": 349,
"sells": 206,
"buyers": 197,
"sellers": 98
},
"h24": {
"buys": 1176,
"sells": 1328,
"buyers": 489,
"sellers": 465
}
},
"volume_usd": {
"m5": "457.8167412382",
"m15": "1687.0826676614",
"m30": "9689.7845336902",
"h1": "55862.8945463761",
"h6": "317056.168210874",
"h24": "1347360.82863585"
},
"reserve_in_usd": "764159.3783"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x07ebb29a38fbcb41563817e5e19f2cec619c90d2",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0000000000000000000000000000000000000000",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "pons-v2-dex",
"type": "dex"
}
}
}
},
{
"id": "solana_DGvB8KyD79wFBJ7Kr7mW54qSfi7Yk3UrhJkcnTSd6frb",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0001180286932305976127827988139272606558637797303772726113743860256",
"base_token_price_native_currency": "0.000000957878206905525",
"quote_token_price_usd": "393.7182140430498779385496209088854926043245803476195405278284",
"quote_token_price_native_currency": "3.24712968952135",
"base_token_price_quote_token": "0.000000294992285",
"quote_token_price_base_token": "3389919.16311717",
"address": "DGvB8KyD79wFBJ7Kr7mW54qSfi7Yk3UrhJkcnTSd6frb",
"name": "JIANCO / GLDx",
"pool_created_at": "2026-09-26T00:06:55Z",
"fdv_usd": "107430.634362785",
"market_cap_usd": "107430.634362785",
"price_change_percentage": {
"m5": "0",
"m15": "5.995",
"m30": "4.874",
"h1": "6.617",
"h6": "6.037",
"h24": "205.874"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m15": {
"buys": 20,
"sells": 2,
"buyers": 18,
"sellers": 2
},
"m30": {
"buys": 22,
"sells": 14,
"buyers": 20,
"sellers": 14
},
"h1": {
"buys": 35,
"sells": 21,
"buyers": 32,
"sellers": 21
},
"h6": {
"buys": 274,
"sells": 130,
"buyers": 230,
"sellers": 104
},
"h24": {
"buys": 3289,
"sells": 1065,
"buyers": 2117,
"sellers": 827
}
},
"volume_usd": {
"m5": "196.2194074228",
"m15": "1043.0466880881",
"m30": "1408.9743293626",
"h1": "2827.1920357513",
"h6": "14920.1865598839",
"h24": "106490.191342804"
},
"reserve_in_usd": "52628.9038"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_BdzaE3T7uU59pBVDBHZVZh3yWrrpo4oPrXdv4nPDpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_Xsv9hRk1z5ystj9MhnA7Lq4vjSsLwzL2nxrwmwtD3re",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_3QaH1ifhQgUXHQdX3DHi9oMrWzTQfKLcomoCyeRRLMh6",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000241133970208100860559714576133260352819658743767806521868663006",
"base_token_price_native_currency": "0.00000199472292973413",
"quote_token_price_usd": "121.251041420046557139030415629596029367106885274",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000199472293",
"quote_token_price_base_token": "501322.757709155",
"address": "3QaH1ifhQgUXHQdX3DHi9oMrWzTQfKLcomoCyeRRLMh6",
"name": "KARDASHEV / SOL",
"pool_created_at": "2026-09-26T07:26:05Z",
"fdv_usd": "241862.0492",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "1.812",
"m15": "-10.266",
"m30": "-14.661",
"h1": "-21.514",
"h6": "-77.482",
"h24": "390.921"
},
"transactions": {
"m5": {
"buys": 6,
"sells": 8,
"buyers": 6,
"sellers": 8
},
"m15": {
"buys": 116,
"sells": 88,
"buyers": 81,
"sellers": 73
},
"m30": {
"buys": 208,
"sells": 185,
"buyers": 127,
"sellers": 137
},
"h1": {
"buys": 340,
"sells": 335,
"buyers": 178,
"sellers": 218
},
"h6": {
"buys": 2827,
"sells": 2575,
"buyers": 1129,
"sellers": 1261
},
"h24": {
"buys": 54625,
"sells": 46751,
"buyers": 12688,
"sellers": 11138
}
},
"volume_usd": {
"m5": "1541.8052251461",
"m15": "17509.5180503075",
"m30": "32329.2720727085",
"h1": "52785.8687988947",
"h6": "564827.021810515",
"h24": "10940546.4409747"
},
"reserve_in_usd": "53710.5385"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_5wW9mhbwq1HTFh341iimpmrqBB4mfxdXiYhdYBL7hUnp",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xed50bdeea8adc232f159486192a4157281d722ff",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.614489939650875",
"base_token_price_native_currency": "0.000227006217246429",
"quote_token_price_usd": "2706.93",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0002270062172",
"quote_token_price_base_token": "4405.165691627",
"address": "0xed50bdeea8adc232f159486192a4157281d722ff",
"name": "PONS / WETH 0.3%",
"pool_created_at": "2026-07-16T15:39:37Z",
"fdv_usd": "420034042.134034",
"market_cap_usd": "420068017.129373",
"price_change_percentage": {
"m5": "-0.621",
"m15": "-0.575",
"m30": "0.007",
"h1": "-0.453",
"h6": "-2.826",
"h24": "-4.226"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 6,
"buyers": 1,
"sellers": 6
},
"m15": {
"buys": 8,
"sells": 11,
"buyers": 8,
"sellers": 11
},
"m30": {
"buys": 18,
"sells": 61,
"buyers": 18,
"sellers": 58
},
"h1": {
"buys": 24,
"sells": 77,
"buyers": 24,
"sellers": 72
},
"h6": {
"buys": 549,
"sells": 876,
"buyers": 350,
"sellers": 271
},
"h24": {
"buys": 2698,
"sells": 3417,
"buyers": 789,
"sellers": 851
}
},
"volume_usd": {
"m5": "2.7388186024",
"m15": "4451.923193061",
"m30": "66170.5801649457",
"h1": "80376.5961235333",
"h6": "1090725.41588034",
"h24": "4533007.7165406"
},
"reserve_in_usd": "5582532.0566"
},
"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"
}
}
}
}
]
}
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 中。使用者可以根據使用情況,透過免費或付費方案存取超過 47 百萬種貨幣和代幣的鏈上和聚合市場資料。
-
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 取得超過 47 百萬種鏈上代幣的價格和流動性資料。此外,您還可以取得網路上流動性池資料(熱門礦池等)
-
CoinGecko API 資料多久更新或刷新一次?
-
端點的緩存時間介於 20 秒到 5 分鐘之間,除非我們的 文檔另有說明,否則大多數資料預計都會以類似的時間間隔更新。 付費 API 方案的更新頻率更快,即 /simple/price 端點每 20 秒更新一次。
具體來說,在區塊鏈上確認交易後,鏈上資料的更新速度快達 2-3 秒,取決於是否有網路。
我們建議使用者適當地限制回應,以便高效地調用我們的 API(即避免因過於頻繁調用而浪費頻寬)。