面向 DeFi 專案和開發者的鏈上去中心化交易平台代幣和市場資料 API
CoinGecko API 提供加密貨幣市場的完整資訊,CoinGecko API 自 2014 年以來,一直是全球最大獨立加密貨幣資料權威機構。
資料來源:
深受各大領先 Web3 專案的信賴
覆蓋廣泛且可靠的鏈上去中心化交易平台資料 API
透過我們覆蓋廣泛且可靠的去中心化交易平台資料 API,存取來自 Uniswap、PancakeSwap、Orca、Curve 等主要網路去中心化交易平台的鏈上市場資料。
43M+
貨幣和代幣
250+
網路
1,900+
去中心化交易平台
高效擴充您的 DeFi 專案
全面覆蓋、深度發掘
廣泛覆蓋
- 43M 鏈上代幣、網路、去中心化交易平台和流動性礦池,包括以太坊
- 250、BNB 鏈、Pulsechain、Arbitrum 等,以及去中心化交易平台
- 1,000,如 Uniswap、PancakeSwap、Orca、Raydium、Curve 等,加上流動性礦池。
- 47M
企業級別、穩定可靠
精通加密貨幣的專家團隊可提供一流的加密貨幣資料和端點改進方案
- 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": "1.00095632109866",
"base_token_price_native_currency": "0.000530069512196176",
"quote_token_price_usd": "1886.06",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0005300695122",
"quote_token_price_base_token": "1886.545022853",
"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": "4578509494.38842",
"market_cap_usd": "4579156713.54497",
"price_change_percentage": {
"m5": "0.169",
"m15": "0.018",
"m30": "0.057",
"h1": "0.196",
"h6": "0.051",
"h24": "0.124"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 2,
"buyers": 1,
"sellers": 2
},
"m15": {
"buys": 4,
"sells": 7,
"buyers": 2,
"sellers": 6
},
"m30": {
"buys": 6,
"sells": 15,
"buyers": 3,
"sellers": 12
},
"h1": {
"buys": 12,
"sells": 24,
"buyers": 6,
"sellers": 18
},
"h6": {
"buys": 78,
"sells": 121,
"buyers": 39,
"sellers": 78
},
"h24": {
"buys": 439,
"sells": 460,
"buyers": 240,
"sellers": 237
}
},
"volume_usd": {
"m5": "498.1697249406",
"m15": "4339.9569025365",
"m30": "6304.8154354359",
"h1": "8736.2234175192",
"h6": "38419.0102353077",
"h24": "169378.415432948"
},
"reserve_in_usd": "913416.4061",
"locked_liquidity_percentage": null
},
"relationships": {
"base_token": {
"data": {
"id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"type": "token"
}
},
"dex": {
"data": {
"id": "uniswap_v3",
"type": "dex"
}
}
}
}
}
// 探索熱門礦池
{
"data": [
{
"id": "robinhood_0x274e7bbef7aac7fe19ba8e43fc561f1449e492cc",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000074000485618171",
"base_token_price_native_currency": "0.0000000390858948226685",
"quote_token_price_usd": "1885.78",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000003908589482",
"quote_token_price_base_token": "25584677.1459876",
"address": "0x274e7bbef7aac7fe19ba8e43fc561f1449e492cc",
"name": "KEP / WETH",
"pool_created_at": "2026-08-08T01:54:31Z",
"fdv_usd": "74000.48562",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "-2.175",
"m15": "-9.916",
"m30": "-5.016",
"h1": "22.84",
"h6": "-39.392",
"h24": "-72.684"
},
"transactions": {
"m5": {
"buys": 10,
"sells": 14,
"buyers": 5,
"sellers": 10
},
"m15": {
"buys": 41,
"sells": 55,
"buyers": 15,
"sellers": 21
},
"m30": {
"buys": 84,
"sells": 120,
"buyers": 26,
"sellers": 29
},
"h1": {
"buys": 161,
"sells": 223,
"buyers": 44,
"sellers": 47
},
"h6": {
"buys": 1084,
"sells": 1491,
"buyers": 263,
"sellers": 298
},
"h24": {
"buys": 5651,
"sells": 7570,
"buyers": 794,
"sellers": 783
}
},
"volume_usd": {
"m5": "1667.3610065563",
"m15": "6451.5839918942",
"m30": "13693.4696818696",
"h1": "26984.8242143771",
"h6": "172148.045855208",
"h24": "1616653.12702275"
},
"reserve_in_usd": "30395.5678"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x5cd3da2892b4ad15f110d6ee3a8f635cc0abbb19",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v2-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xbb3535466eab9df38d47ed3175d290136750904d",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0000000161229858982822",
"base_token_price_native_currency": "0.00000000000848153124495109",
"quote_token_price_usd": "1884.21",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000000000008481531245",
"quote_token_price_base_token": "117903238356.315",
"address": "0xbb3535466eab9df38d47ed3175d290136750904d",
"name": "BUB / WETH",
"pool_created_at": "2026-08-11T18:10:05Z",
"fdv_usd": "16122.9859",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "0",
"m15": "-1.075",
"m30": "-3.796",
"h1": "-5.685",
"h6": "-8.897",
"h24": "-57.828"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 1,
"buyers": 0,
"sellers": 1
},
"m15": {
"buys": 0,
"sells": 2,
"buyers": 0,
"sellers": 2
},
"m30": {
"buys": 0,
"sells": 4,
"buyers": 0,
"sellers": 4
},
"h1": {
"buys": 3,
"sells": 5,
"buyers": 3,
"sellers": 5
},
"h6": {
"buys": 18,
"sells": 24,
"buyers": 14,
"sellers": 20
},
"h24": {
"buys": 1684,
"sells": 967,
"buyers": 908,
"sellers": 559
}
},
"volume_usd": {
"m5": "69.1770487455",
"m15": "70.6024727936",
"m30": "201.7726666977",
"h1": "230.4725329288",
"h6": "1145.912845232",
"h24": "210336.597949774"
},
"reserve_in_usd": "11780.0756"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xd4e9852451241732c0017faacf9ca5a499080b4b",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v2-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x7e05ca6a3692be972f331e6388e09c6bb1379a23953d7a4589eac077c5c82205",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0000262180030834919",
"base_token_price_native_currency": "0.0000000137185801585108",
"quote_token_price_usd": "1885.27",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000001371858016",
"quote_token_price_base_token": "72893840.9402095",
"address": "0x7e05ca6a3692be972f331e6388e09c6bb1379a23953d7a4589eac077c5c82205",
"name": "ELVES / WETH",
"pool_created_at": "2026-08-12T03:54:06Z",
"fdv_usd": "26218.00308",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "12.968",
"m15": "17.839",
"m30": "48.18",
"h1": "25.909",
"h6": "-14.114",
"h24": "-29.712"
},
"transactions": {
"m5": {
"buys": 5,
"sells": 4,
"buyers": 4,
"sellers": 2
},
"m15": {
"buys": 13,
"sells": 11,
"buyers": 12,
"sellers": 5
},
"m30": {
"buys": 22,
"sells": 20,
"buyers": 20,
"sellers": 10
},
"h1": {
"buys": 43,
"sells": 46,
"buyers": 35,
"sellers": 26
},
"h6": {
"buys": 245,
"sells": 256,
"buyers": 139,
"sellers": 122
},
"h24": {
"buys": 4121,
"sells": 3600,
"buyers": 2141,
"sellers": 2047
}
},
"volume_usd": {
"m5": "482.2281034122",
"m15": "933.8624770908",
"m30": "1756.7539414919",
"h1": "3465.3398573196",
"h6": "21874.9155281987",
"h24": "389266.711113586"
},
"reserve_in_usd": "12957.6492"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x1ec72a220d35854b4ec348435b37a100c58d6698",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0000000000000000000000000000000000000000",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "pons-v2-dex",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x3b2ccee56e7360f958c2972a770503094549460f",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0000681056016599421",
"base_token_price_native_currency": "0.0000000370190549433429",
"quote_token_price_usd": "1882.04",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000003701905494",
"quote_token_price_base_token": "27013115.3140048",
"address": "0x3b2ccee56e7360f958c2972a770503094549460f",
"name": "WENCAT / WETH 1%",
"pool_created_at": "2026-08-12T02:49:46Z",
"fdv_usd": "68105.60166",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-2.255",
"m15": "-2.946",
"m30": "-10.712",
"h1": "10.415",
"h6": "1.828",
"h24": "-24.594"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 1,
"buyers": 1,
"sellers": 1
},
"m15": {
"buys": 5,
"sells": 6,
"buyers": 5,
"sellers": 6
},
"m30": {
"buys": 18,
"sells": 18,
"buyers": 13,
"sellers": 17
},
"h1": {
"buys": 63,
"sells": 46,
"buyers": 33,
"sellers": 34
},
"h6": {
"buys": 221,
"sells": 166,
"buyers": 110,
"sellers": 119
},
"h24": {
"buys": 2945,
"sells": 1453,
"buyers": 776,
"sellers": 712
}
},
"volume_usd": {
"m5": "54.3549718863",
"m15": "1303.6573885505",
"m30": "1972.6056374382",
"h1": "6212.727780516",
"h6": "21605.1005684585",
"h24": "290969.382114162"
},
"reserve_in_usd": "24480.5772"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xb86c8358f7753e188e588411e9f04e4488ce850e",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v3-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xce4b64e140bc707ab88335ba35790bab9be44c97",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000014297000079655",
"base_token_price_native_currency": "0.00000000754846081001893",
"quote_token_price_usd": "1885.7",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000000754846081",
"quote_token_price_base_token": "132477338.780473",
"address": "0xce4b64e140bc707ab88335ba35790bab9be44c97",
"name": "CHILLCAT / WETH 1%",
"pool_created_at": "2026-08-12T12:56:09Z",
"fdv_usd": "14297.00008",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "0.473",
"m15": "2.108",
"m30": "-22.897",
"h1": "-24.364",
"h6": "-40.725",
"h24": "420.009"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 0,
"buyers": 2,
"sellers": 0
},
"m15": {
"buys": 4,
"sells": 2,
"buyers": 4,
"sellers": 2
},
"m30": {
"buys": 6,
"sells": 16,
"buyers": 6,
"sellers": 16
},
"h1": {
"buys": 15,
"sells": 22,
"buyers": 10,
"sellers": 20
},
"h6": {
"buys": 132,
"sells": 128,
"buyers": 89,
"sellers": 107
},
"h24": {
"buys": 1426,
"sells": 1026,
"buyers": 647,
"sellers": 565
}
},
"volume_usd": {
"m5": "26.7715534106",
"m15": "102.6199330271",
"m30": "1047.0092432708",
"h1": "1589.9408116152",
"h6": "17782.6027114087",
"h24": "133911.295823538"
},
"reserve_in_usd": "9646.8801"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x7f42ec7bcc9e89f33929d6b809cc8b90dc9fe85d",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v3-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0228882649844607",
"base_token_price_native_currency": "0.0000119709827025455",
"quote_token_price_usd": "1885.74",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000119709827",
"quote_token_price_base_token": "83535.3307951369",
"address": "0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
"name": "HMM / WETH 1%",
"pool_created_at": "2026-07-19T07:54:03Z",
"fdv_usd": "22606894.7931864",
"market_cap_usd": "22888264.98",
"price_change_percentage": {
"m5": "1.838",
"m15": "5.217",
"m30": "0.632",
"h1": "19.482",
"h6": "-11.182",
"h24": "26.076"
},
"transactions": {
"m5": {
"buys": 11,
"sells": 2,
"buyers": 10,
"sellers": 2
},
"m15": {
"buys": 30,
"sells": 20,
"buyers": 21,
"sellers": 18
},
"m30": {
"buys": 77,
"sells": 76,
"buyers": 47,
"sellers": 65
},
"h1": {
"buys": 160,
"sells": 173,
"buyers": 85,
"sellers": 126
},
"h6": {
"buys": 1515,
"sells": 1332,
"buyers": 385,
"sellers": 439
},
"h24": {
"buys": 5750,
"sells": 4724,
"buyers": 989,
"sellers": 1077
}
},
"volume_usd": {
"m5": "3807.6016703751",
"m15": "13763.1310099545",
"m30": "70761.0265224669",
"h1": "160069.733227243",
"h6": "1171031.51971695",
"h24": "3595863.18832709"
},
"reserve_in_usd": "583699.0717"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x7fe995a80075df3dc8ae11a9b82c7fe4202cd87f",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "pons-dot-family",
"type": "dex"
}
}
}
},
{
"id": "solana_7eYEZSesE86FWqkVxbwP9wKhC3L5UKp4oEt6zUu3f9MD",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000002320558394842631336457732663447367096030102641281538285",
"base_token_price_native_currency": "0.0000000304936050579908",
"quote_token_price_usd": "76.137889773373057788950708591073277586579944209",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000003049360506",
"quote_token_price_base_token": "32793761.1213323",
"address": "7eYEZSesE86FWqkVxbwP9wKhC3L5UKp4oEt6zUu3f9MD",
"name": "FOMEOW / SOL",
"pool_created_at": "2026-08-11T21:05:54Z",
"fdv_usd": "2281.1795540238",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "0",
"m15": "0",
"m30": "0",
"h1": "0",
"h6": "-5.823",
"h24": "-98.44"
},
"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": 0,
"sells": 1,
"buyers": 0,
"sellers": 1
},
"h6": {
"buys": 4,
"sells": 22,
"buyers": 4,
"sellers": 18
},
"h24": {
"buys": 10805,
"sells": 19422,
"buyers": 10349,
"sellers": 8495
}
},
"volume_usd": {
"m5": "0.0",
"m15": "0.0",
"m30": "0.9282233579",
"h1": "0.9282233579",
"h6": "63.2648048325",
"h24": "832710.751783048"
},
"reserve_in_usd": "2456.5291"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_5qHUGTgkRaDrSNGgQg5wQxb5tDrzEW5ewuGpSS3jpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xa70fc67c9f69da90b63a0e4c05d229954574e313",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.158736760953029",
"base_token_price_native_currency": "0.0000841799428082222",
"quote_token_price_usd": "1885.74",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00008417994281",
"quote_token_price_base_token": "11879.3143193051",
"address": "0xa70fc67c9f69da90b63a0e4c05d229954574e313",
"name": "CASHCAT / WETH 1%",
"pool_created_at": "2026-06-29T07:00:49Z",
"fdv_usd": "156943171.292117",
"market_cap_usd": "156944468.720967",
"price_change_percentage": {
"m5": "0.148",
"m15": "-0.194",
"m30": "-2.372",
"h1": "-2.806",
"h6": "3.857",
"h24": "14.364"
},
"transactions": {
"m5": {
"buys": 5,
"sells": 5,
"buyers": 2,
"sellers": 5
},
"m15": {
"buys": 13,
"sells": 12,
"buyers": 6,
"sellers": 11
},
"m30": {
"buys": 28,
"sells": 59,
"buyers": 10,
"sellers": 32
},
"h1": {
"buys": 61,
"sells": 68,
"buyers": 15,
"sellers": 40
},
"h6": {
"buys": 1038,
"sells": 482,
"buyers": 216,
"sellers": 217
},
"h24": {
"buys": 4378,
"sells": 2583,
"buyers": 521,
"sellers": 823
}
},
"volume_usd": {
"m5": "2232.0493743191",
"m15": "10543.6516115037",
"m30": "21197.2949564527",
"h1": "34773.9186566358",
"h6": "477961.06094858",
"h24": "2591362.36342196"
},
"reserve_in_usd": "4232047.1032"
},
"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_0xebc250ae14467403029d4943ca4ad4b53b511f34",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00251522559636113",
"base_token_price_native_currency": "0.00000133614127957659",
"quote_token_price_usd": "1885.7",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000133614128",
"quote_token_price_base_token": "748423.849547475",
"address": "0xebc250ae14467403029d4943ca4ad4b53b511f34",
"name": "YARD / WETH 1%",
"pool_created_at": "2026-08-12T02:21:05Z",
"fdv_usd": "2433920.69674323",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "0",
"m15": "-0.304",
"m30": "-2.753",
"h1": "-2.309",
"h6": "-18.469",
"h24": "-40.434"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 1,
"buyers": 0,
"sellers": 1
},
"m15": {
"buys": 0,
"sells": 16,
"buyers": 0,
"sellers": 16
},
"m30": {
"buys": 2,
"sells": 27,
"buyers": 2,
"sellers": 26
},
"h1": {
"buys": 15,
"sells": 65,
"buyers": 14,
"sellers": 52
},
"h6": {
"buys": 298,
"sells": 360,
"buyers": 203,
"sellers": 259
},
"h24": {
"buys": 1732,
"sells": 1697,
"buyers": 822,
"sellers": 1159
}
},
"volume_usd": {
"m5": "834.3594016358",
"m15": "1614.4429160837",
"m30": "3427.2818712982",
"h1": "15902.5006256459",
"h6": "191996.655642684",
"h24": "1091441.73597671"
},
"reserve_in_usd": "792283.455"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xe3fa12da7fa026b21817f16622e8ae48fa785166",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "up-v3",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00540851549826126",
"base_token_price_native_currency": "0.00000285252327497122",
"quote_token_price_usd": "1885.74",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000002852523275",
"quote_token_price_base_token": "350566.815273432",
"address": "0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
"name": "FRONG / WETH 0.25%",
"pool_created_at": "2026-07-30T20:16:59Z",
"fdv_usd": "5386873.58961487",
"market_cap_usd": "5408515.498",
"price_change_percentage": {
"m5": "-0.262",
"m15": "0.447",
"m30": "-2.325",
"h1": "-1.43",
"h6": "-20.933",
"h24": "39.087"
},
"transactions": {
"m5": {
"buys": 6,
"sells": 5,
"buyers": 6,
"sellers": 5
},
"m15": {
"buys": 17,
"sells": 17,
"buyers": 17,
"sellers": 14
},
"m30": {
"buys": 78,
"sells": 45,
"buyers": 67,
"sellers": 37
},
"h1": {
"buys": 139,
"sells": 95,
"buyers": 100,
"sellers": 75
},
"h6": {
"buys": 1983,
"sells": 1591,
"buyers": 731,
"sellers": 668
},
"h24": {
"buys": 10037,
"sells": 9682,
"buyers": 2213,
"sellers": 2264
}
},
"volume_usd": {
"m5": "3357.6493078067",
"m15": "6448.6106312116",
"m30": "37130.9839496471",
"h1": "65507.0864865342",
"h6": "1195085.19557527",
"h24": "6177885.0614562"
},
"reserve_in_usd": "594028.2774"
},
"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_0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0252480346050148",
"base_token_price_native_currency": "0.0000133802898625761",
"quote_token_price_usd": "1885.74",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00001338028986",
"quote_token_price_base_token": "74736.7964573729",
"address": "0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
"name": "STONKBROKER / WETH 1%",
"pool_created_at": "2026-07-18T03:50:03Z",
"fdv_usd": "61092479.1324868",
"market_cap_usd": "39754264.1124161",
"price_change_percentage": {
"m5": "0.216",
"m15": "1.941",
"m30": "0.831",
"h1": "-5.753",
"h6": "-9.923",
"h24": "-30.493"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 0,
"buyers": 0,
"sellers": 3
},
"m15": {
"buys": 3,
"sells": 7,
"buyers": 6,
"sellers": 3
},
"m30": {
"buys": 8,
"sells": 17,
"buyers": 15,
"sellers": 7
},
"h1": {
"buys": 21,
"sells": 34,
"buyers": 30,
"sellers": 19
},
"h6": {
"buys": 766,
"sells": 479,
"buyers": 299,
"sellers": 444
},
"h24": {
"buys": 1543,
"sells": 1232,
"buyers": 669,
"sellers": 765
}
},
"volume_usd": {
"m5": "1906.8101387431",
"m15": "10256.291848011",
"m30": "27192.2051741146",
"h1": "96956.6928893052",
"h6": "1466055.16374946",
"h24": "3559068.40696389"
},
"reserve_in_usd": "5607230.164"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xe934e36a439c94017b64a3fece66af12099abf50",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0000000000000000000000000000000000000000",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00271514089844905",
"base_token_price_native_currency": "0.0000014423759540623",
"quote_token_price_usd": "1885.78",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001442375954",
"quote_token_price_base_token": "693300.520702391",
"address": "0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
"name": "HOODRAT / WETH",
"pool_created_at": "2026-07-02T17:52:44Z",
"fdv_usd": "2715140.898",
"market_cap_usd": "2715140.898",
"price_change_percentage": {
"m5": "-0.522",
"m15": "-0.811",
"m30": "-5.815",
"h1": "-2.257",
"h6": "-19.986",
"h24": "135.111"
},
"transactions": {
"m5": {
"buys": 6,
"sells": 6,
"buyers": 6,
"sellers": 6
},
"m15": {
"buys": 13,
"sells": 10,
"buyers": 12,
"sellers": 9
},
"m30": {
"buys": 37,
"sells": 21,
"buyers": 33,
"sellers": 19
},
"h1": {
"buys": 52,
"sells": 59,
"buyers": 41,
"sellers": 52
},
"h6": {
"buys": 741,
"sells": 605,
"buyers": 229,
"sellers": 288
},
"h24": {
"buys": 4605,
"sells": 4338,
"buyers": 924,
"sellers": 1150
}
},
"volume_usd": {
"m5": "1259.4906124955",
"m15": "2902.799161106",
"m30": "11644.5111359652",
"h1": "22147.4222335243",
"h6": "261154.610728111",
"h24": "1985808.76326265"
},
"reserve_in_usd": "287480.9379"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x8e62f281f282686fca6dcb39288069a93fc23f1c",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v2-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0504736241182943",
"base_token_price_native_currency": "0.000027328101523819",
"quote_token_price_usd": "1885.7",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00002732810152",
"quote_token_price_base_token": "36592.369913746",
"address": "0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
"name": "PONS / WETH 1%",
"pool_created_at": "2026-07-13T20:42:21Z",
"fdv_usd": "36726219.1509493",
"market_cap_usd": "36728343.7708942",
"price_change_percentage": {
"m5": "-1.889",
"m15": "-1.756",
"m30": "-1.777",
"h1": "-0.257",
"h6": "9.395",
"h24": "18.11"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 1,
"buyers": 3,
"sellers": 1
},
"m15": {
"buys": 6,
"sells": 2,
"buyers": 3,
"sellers": 2
},
"m30": {
"buys": 13,
"sells": 6,
"buyers": 6,
"sellers": 6
},
"h1": {
"buys": 60,
"sells": 15,
"buyers": 28,
"sellers": 12
},
"h6": {
"buys": 405,
"sells": 410,
"buyers": 190,
"sellers": 240
},
"h24": {
"buys": 1463,
"sells": 1068,
"buyers": 405,
"sellers": 544
}
},
"volume_usd": {
"m5": "1749.2115490394",
"m15": "1819.1921179358",
"m30": "2596.7644236618",
"h1": "13881.4648634033",
"h6": "373799.830667645",
"h24": "1307717.1278818"
},
"reserve_in_usd": "1407325.4412"
},
"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_J3hKH2nE88wRie1ShpE53Jd7KE12E2LMG7CNLb4BJFTN",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0014442052415743447772054401133977513342344332108488188740355603",
"base_token_price_native_currency": "0.0000190776012158149",
"quote_token_price_usd": "76.22655133810032704367015189869141025282243161",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00001907760122",
"quote_token_price_base_token": "52417.4915225203",
"address": "J3hKH2nE88wRie1ShpE53Jd7KE12E2LMG7CNLb4BJFTN",
"name": "Plumber / SOL",
"pool_created_at": "2026-08-11T05:39:59Z",
"fdv_usd": "1380729.25219165",
"market_cap_usd": "1380729.25219392",
"price_change_percentage": {
"m5": "3.963",
"m15": "6.177",
"m30": "2.288",
"h1": "23.858",
"h6": "-13.404",
"h24": "-54.368"
},
"transactions": {
"m5": {
"buys": 29,
"sells": 30,
"buyers": 27,
"sellers": 24
},
"m15": {
"buys": 82,
"sells": 70,
"buyers": 68,
"sellers": 58
},
"m30": {
"buys": 250,
"sells": 199,
"buyers": 165,
"sellers": 136
},
"h1": {
"buys": 1205,
"sells": 1144,
"buyers": 520,
"sellers": 503
},
"h6": {
"buys": 5822,
"sells": 5251,
"buyers": 1908,
"sellers": 2187
},
"h24": {
"buys": 26775,
"sells": 22938,
"buyers": 7750,
"sellers": 8557
}
},
"volume_usd": {
"m5": "3409.3807815916",
"m15": "10064.6616002769",
"m30": "37456.705858336",
"h1": "345633.210237549",
"h6": "1500742.59520888",
"h24": "5865907.13251733"
},
"reserve_in_usd": "125780.5867"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_GCa9TZMK9Q3VUSkhZgX76YAQBjqQd1dPxkBnZojFpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x588b0785f50063260003b7790c42f1ef74902746",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00372943959300653",
"base_token_price_native_currency": "0.00000201741839022251",
"quote_token_price_usd": "1885.7",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000201741839",
"quote_token_price_base_token": "495683.000039325",
"address": "0x588b0785f50063260003b7790c42f1ef74902746",
"name": "JUGGERNAUT / WETH 1%",
"pool_created_at": "2026-06-29T09:12:54Z",
"fdv_usd": "3524532.98402575",
"market_cap_usd": "3729439.593",
"price_change_percentage": {
"m5": "-1.871",
"m15": "-0.586",
"m30": "-0.906",
"h1": "-2.741",
"h6": "-3.388",
"h24": "-12.227"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 1,
"buyers": 1,
"sellers": 1
},
"m15": {
"buys": 10,
"sells": 4,
"buyers": 9,
"sellers": 4
},
"m30": {
"buys": 13,
"sells": 15,
"buyers": 12,
"sellers": 12
},
"h1": {
"buys": 22,
"sells": 26,
"buyers": 19,
"sellers": 21
},
"h6": {
"buys": 245,
"sells": 240,
"buyers": 121,
"sellers": 136
},
"h24": {
"buys": 1268,
"sells": 1143,
"buyers": 388,
"sellers": 429
}
},
"volume_usd": {
"m5": "308.7431053922",
"m15": "3408.7065143523",
"m30": "9635.4559471598",
"h1": "15055.8022252896",
"h6": "183217.805155339",
"h24": "860381.378142169"
},
"reserve_in_usd": "390463.4134"
},
"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": "robinhood_0x237609918f330add285b8bc5f8f2922283d1c4c5",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0180782935336517",
"base_token_price_native_currency": "0.0000094178825626296",
"quote_token_price_usd": "1885.74",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000009417882563",
"quote_token_price_base_token": "106180.979997354",
"address": "0x237609918f330add285b8bc5f8f2922283d1c4c5",
"name": "TENDIES / WETH 1%",
"pool_created_at": "2026-06-29T14:05:37Z",
"fdv_usd": "17340900.113944",
"market_cap_usd": "18078293.53",
"price_change_percentage": {
"m5": "1.614",
"m15": "1.92",
"m30": "1.407",
"h1": "8.748",
"h6": "0.75",
"h24": "-9.657"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 2,
"buyers": 1,
"sellers": 2
},
"m15": {
"buys": 9,
"sells": 12,
"buyers": 9,
"sellers": 12
},
"m30": {
"buys": 28,
"sells": 26,
"buyers": 22,
"sellers": 24
},
"h1": {
"buys": 80,
"sells": 55,
"buyers": 57,
"sellers": 46
},
"h6": {
"buys": 1075,
"sells": 1005,
"buyers": 376,
"sellers": 363
},
"h24": {
"buys": 2478,
"sells": 2353,
"buyers": 735,
"sellers": 846
}
},
"volume_usd": {
"m5": "1713.277296085",
"m15": "10521.1197951575",
"m30": "30072.8460509449",
"h1": "68848.8799026075",
"h6": "489503.992036344",
"h24": "1515942.69380323"
},
"reserve_in_usd": "834794.2805"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x45242320dbb855eea8fd36804c6487e10e97fcf9",
"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_0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000500504430041633",
"base_token_price_native_currency": "0.000000267168039838065",
"quote_token_price_usd": "1884.03",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000002671680398",
"quote_token_price_base_token": "3742962.67100704",
"address": "0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
"name": "POOLS / WETH 0.25%",
"pool_created_at": "2026-07-30T16:41:56Z",
"fdv_usd": "500504.43",
"market_cap_usd": "500504.43",
"price_change_percentage": {
"m5": "-0.557",
"m15": "-0.658",
"m30": "-5.002",
"h1": "-5.988",
"h6": "-2.026",
"h24": "10.219"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 1,
"buyers": 1,
"sellers": 1
},
"m15": {
"buys": 12,
"sells": 7,
"buyers": 12,
"sellers": 7
},
"m30": {
"buys": 27,
"sells": 21,
"buyers": 22,
"sellers": 21
},
"h1": {
"buys": 58,
"sells": 37,
"buyers": 45,
"sellers": 33
},
"h6": {
"buys": 436,
"sells": 319,
"buyers": 263,
"sellers": 218
},
"h24": {
"buys": 1665,
"sells": 1322,
"buyers": 680,
"sellers": 631
}
},
"volume_usd": {
"m5": "23.3745043938",
"m15": "4227.8679291567",
"m30": "7060.3381694454",
"h1": "14149.8046249551",
"h6": "120179.453896604",
"h24": "486089.349875773"
},
"reserve_in_usd": "187440.0723"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x385b36ff682ab4c76e7c37a66b96aabc466471d5",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0000000000000000000000000000000000000000",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x2a004148be6efee250420d93a1ac6393e32d2d60",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00000303815959207956",
"base_token_price_native_currency": "0.00000000157896823190584",
"quote_token_price_usd": "1885.74",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000000001578968232",
"quote_token_price_base_token": "633324964.868346",
"address": "0x2a004148be6efee250420d93a1ac6393e32d2d60",
"name": "WOOF / WETH 1%",
"pool_created_at": "2026-07-27T22:57:08Z",
"fdv_usd": "3038159.592",
"market_cap_usd": "3038159.592",
"price_change_percentage": {
"m5": "2.13",
"m15": "1.104",
"m30": "1.284",
"h1": "3.583",
"h6": "10.121",
"h24": "14.04"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 3,
"buyers": 2,
"sellers": 3
},
"m15": {
"buys": 10,
"sells": 11,
"buyers": 10,
"sellers": 11
},
"m30": {
"buys": 24,
"sells": 28,
"buyers": 24,
"sellers": 27
},
"h1": {
"buys": 70,
"sells": 59,
"buyers": 63,
"sellers": 56
},
"h6": {
"buys": 541,
"sells": 602,
"buyers": 287,
"sellers": 359
},
"h24": {
"buys": 2359,
"sells": 2491,
"buyers": 610,
"sellers": 666
}
},
"volume_usd": {
"m5": "286.683537799",
"m15": "2711.2851529327",
"m30": "4995.3305596621",
"h1": "10501.3218913804",
"h6": "196922.639950357",
"h24": "721850.59114623"
},
"reserve_in_usd": "239459.3616"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xe15db7c8547a0add11eb26a700246cca08aefce5",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v3-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x52fcb1d83191e06ef2d2d9f460609ca22a923558",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00713664503069695",
"base_token_price_native_currency": "0.00000378391828462083",
"quote_token_price_usd": "1885.7",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000003783918285",
"quote_token_price_base_token": "264276.320147914",
"address": "0x52fcb1d83191e06ef2d2d9f460609ca22a923558",
"name": "YOLO / WETH 1%",
"pool_created_at": "2026-07-15T07:15:15Z",
"fdv_usd": "6922545.66707501",
"market_cap_usd": "7136645.031",
"price_change_percentage": {
"m5": "3.539",
"m15": "0.392",
"m30": "0.644",
"h1": "-8.068",
"h6": "49.559",
"h24": "59.796"
},
"transactions": {
"m5": {
"buys": 7,
"sells": 4,
"buyers": 7,
"sellers": 4
},
"m15": {
"buys": 10,
"sells": 14,
"buyers": 10,
"sellers": 13
},
"m30": {
"buys": 56,
"sells": 40,
"buyers": 45,
"sellers": 34
},
"h1": {
"buys": 89,
"sells": 60,
"buyers": 62,
"sellers": 46
},
"h6": {
"buys": 1019,
"sells": 808,
"buyers": 297,
"sellers": 357
},
"h24": {
"buys": 1673,
"sells": 1503,
"buyers": 479,
"sellers": 556
}
},
"volume_usd": {
"m5": "3567.3745431525",
"m15": "7255.2075821891",
"m30": "53120.8035789896",
"h1": "76703.9357320717",
"h6": "643983.593994331",
"h24": "1129101.63897217"
},
"reserve_in_usd": "340910.2345"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x62c71cd34a52c30d894419cbcc55db2afa8032ea",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v3-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x50136d4174129585ec766eacf2f00cd1856690ca",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000578502975197979",
"base_token_price_native_currency": "0.000000312811223769681",
"quote_token_price_usd": "1885.74",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000003128112238",
"quote_token_price_base_token": "3196816.23935683",
"address": "0x50136d4174129585ec766eacf2f00cd1856690ca",
"name": "sushicat / WETH 1%",
"pool_created_at": "2026-08-11T11:43:19Z",
"fdv_usd": "578502.9752",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "1.4",
"m15": "16.067",
"m30": "17.856",
"h1": "2.945",
"h6": "-1.266",
"h24": "-48.153"
},
"transactions": {
"m5": {
"buys": 7,
"sells": 7,
"buyers": 6,
"sellers": 7
},
"m15": {
"buys": 20,
"sells": 28,
"buyers": 14,
"sellers": 23
},
"m30": {
"buys": 39,
"sells": 40,
"buyers": 27,
"sellers": 34
},
"h1": {
"buys": 93,
"sells": 82,
"buyers": 62,
"sellers": 60
},
"h6": {
"buys": 693,
"sells": 527,
"buyers": 323,
"sellers": 307
},
"h24": {
"buys": 3076,
"sells": 2267,
"buyers": 916,
"sellers": 974
}
},
"volume_usd": {
"m5": "3822.46192848",
"m15": "15124.175415543",
"m30": "18395.6069478773",
"h1": "44000.4055173162",
"h6": "283442.436737437",
"h24": "1073771.57425372"
},
"reserve_in_usd": "144133.937"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x0ab8d01664d4bb625705f9f3c595a8a19b3dcfb0",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "sushiswap-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 中。使用者可以根據使用情況,透過免費或付費方案存取超過 43 百萬種貨幣和代幣的鏈上和聚合市場資料。
-
CoinGecko API 與 GeckoTerminal API 相同嗎?
- 兩者相同,自 2024 年 2 月起,GeckoTerminal API 的去中心化交易平台資料端點已集成到 CoinGecko API 中。使用者和開發者可以調用 CoinGecko API 來擷取鏈上市場資料(例如去中心化交易平台上的代幣價格和流動性),還可隨時透過 CoinGecko API 取得即時和歷史加密貨幣價格、市場資料、後設資料等匯總資訊。
-
CoinGecko API 從哪裡取得相關資料?
-
CoinGecko 匯總了 1,000 多個中心化和去中心化交易平台的加密貨幣價格和市場資料,而 GeckoTerminal 追蹤 250 多個網路的去中心化交易平台的鏈上代幣和市場資料。
CoinGecko 和 GeckoTerminal 的資料深受全球數百萬人的信賴。詳細瞭解我們的 方法 以及我們如何計算和評估指標。 -
我可以從 CoinGecko API 取得哪些鏈上資料?
- 您可以使用 CoinGecko API 取得超過 43 百萬種鏈上代幣的價格和流動性資料。此外,您還可以取得網路上流動性礦池資料(熱門礦池等)
-
CoinGecko API 資料多久更新或刷新一次?
-
端點的緩存時間介於 20 秒到 5 分鐘之間,除非我們的 文檔另有說明,否則大多數資料預計都會以類似的時間間隔更新。 付費 API 方案的更新頻率更快,即 /simple/price 端點每 20 秒更新一次。
具體來說,在區塊鏈上確認交易後,鏈上資料的更新速度快達 2-3 秒,取決於是否有網路。
我們建議使用者適當地限制回應,以便高效地調用我們的 API(即避免因過於頻繁調用而浪費頻寬)。