DeFiプロジェクトと開発者向けのオンチェーンDEXトークン&マーケットデータ API
2014年以来、世界最大の独立系仮想通貨データ配信実績を持つCoinGecko APIキー
で、仮想通貨市場をすべて網羅できます。
で、仮想通貨市場をすべて網羅できます。
データ提供元
業界をリードするWeb3プロジェクトに信頼されています
幅広く信頼性の高い、オンチェーンDEXデータAPI
当社の信頼性高く、幅広いDEXデータAPIにより、Uniswap、PancakeSwap、Orca、Curveなど、主要ネットワーク上のDEXのオンチェーンマーケットデータにアクセスできます。
38M+
コイン&トークン
200+
ネットワーク
1,500+
DEX
DeFiプロジェクトを効果的にスケールする
包括的で詳細な報道
トークン、ネットワーク、DEX、流動性プールの広範なオンチェーンカバレッジ
- 38M+ トークン
- 200+ イーサリアム、BNBチェーン、Pulsechain、Arbitrumなどのネットワーク
- 1,000+ Uniswap、Pancakeswap、Orca、Raydium、CurveなどのDEXes
- 41M+ 流動性プール
企業グレード&信頼性
仮想通貨のスペシャリストからなる熟練のチームが、クラス最高レベルの仮想通貨データとエンドポイントの改善に努めています
- 2014年初頭から稼働中
- 稼働率99.9%
- エンタープライズのお客様向け24時間サポート
リアルタイムで正確なデータ
- データは2~3秒ごとに更新されます(ネットワークの利用状況によって変動します)。
- すべてのエンドポイントのキャッシュ(10秒から)は異なり、一部のエンドポイントはキャッシュレス(リアルタイム)です。
仮想通貨、NFT、DEXデータ用の統一されたAPI
統合プロセスを1つに統合された仮想通貨データAPIで簡素化し、完全なカバレッジを提供します
| エンドポイントカテゴリー | 概要 |
|---|---|
| /onchain/simple/*/token_price/* | トークンアドレスを使用して、ネットワーク上のトークンの最新米ドル価格を取得する最も簡単な方法です |
| /onchain/networks | 対応ネットワーク一覧を取得する |
| /onchain/network/*dexes | ネットワーク上でサポートされているDEXの全リストを取得する |
| /onchains/network/*/pools/* | 人気のプール、新規プール、価格、リザーブ、時価総額、トランザクション、取引高などのマーケットデータなど、流動性プールのデータを入手できます。検索用エンドポイントで、ネットワーク上のプールを検索することもできます。 |
| /onchains/network/*/tokens/* | トッププール、価格、FDV、リザーブ、取引高、時価総額、Geckoterminalスコア、Coingecko API IDなどのトークン関連データを取得します。画像、ウェブサイト、詳細、ソーシャルメディアリンクなどのメタデータも利用可能です。 |
| /onchains/network/*/ohlcvs/* | 流動性プールのOHLCVヒストリカルチャートデータの取得 |
| /onchains/network/*/trades | 流動性プールから最新300件のトランザクションを入手する |
// 流動性プールの価格とマーケットデータを取得する
{
"data": {
"id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.998407520193008",
"base_token_price_native_currency": "0.000425204750078189",
"quote_token_price_usd": "2345.76501726046",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0004252047501",
"quote_token_price_base_token": "2351.808157872",
"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": "4420427527.99182",
"market_cap_usd": "4416997684.40635",
"price_change_percentage": {
"m5": "0",
"m15": "0.006",
"m30": "-0.067",
"h1": "0.108",
"h6": "-0.305",
"h24": "-0.199"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m15": {
"buys": 13,
"sells": 9,
"buyers": 12,
"sellers": 6
},
"m30": {
"buys": 23,
"sells": 20,
"buyers": 22,
"sellers": 11
},
"h1": {
"buys": 31,
"sells": 29,
"buyers": 28,
"sellers": 20
},
"h6": {
"buys": 174,
"sells": 155,
"buyers": 125,
"sellers": 94
},
"h24": {
"buys": 509,
"sells": 488,
"buyers": 359,
"sellers": 295
}
},
"volume_usd": {
"m5": "912.8661954218",
"m15": "14656.7789279802",
"m30": "34321.6595801226",
"h1": "45546.7126722984",
"h6": "238574.250451325",
"h24": "442262.737790572"
},
"reserve_in_usd": "2110516.923",
"locked_liquidity_percentage": null
},
"relationships": {
"base_token": {
"data": {
"id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"type": "token"
}
},
"dex": {
"data": {
"id": "uniswap_v3",
"type": "dex"
}
}
}
}
}
// 人気のプールを見つける
{
"data": [
{
"id": "solana_4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.113971395481394886261445759418905912166691158991577432909993466",
"base_token_price_native_currency": "0.00118624829559381",
"quote_token_price_usd": "95.622153854434346217160909139462033751082766222",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.001186248296",
"quote_token_price_base_token": "842.99383503",
"address": "4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
"name": "TROLL / SOL",
"pool_created_at": "2025-04-20T18:30:26Z",
"fdv_usd": "113436821.709626",
"market_cap_usd": "113436822.930708",
"price_change_percentage": {
"m5": "2.429",
"m15": "1.892",
"m30": "9.46",
"h1": "9.04",
"h6": "25.814",
"h24": "104.02"
},
"transactions": {
"m5": {
"buys": 63,
"sells": 101,
"buyers": 43,
"sellers": 60
},
"m15": {
"buys": 388,
"sells": 237,
"buyers": 176,
"sellers": 146
},
"m30": {
"buys": 578,
"sells": 622,
"buyers": 249,
"sellers": 252
},
"h1": {
"buys": 764,
"sells": 796,
"buyers": 337,
"sellers": 331
},
"h6": {
"buys": 8040,
"sells": 6055,
"buyers": 2040,
"sellers": 1563
},
"h24": {
"buys": 21887,
"sells": 18932,
"buyers": 4454,
"sellers": 3396
}
},
"volume_usd": {
"m5": "116654.832596674",
"m15": "329866.154948536",
"m30": "662587.530489639",
"h1": "837556.920612433",
"h6": "7565956.57647704",
"h24": "20595160.2669452"
},
"reserve_in_usd": "4146042.9998"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_5UUH9RTDiSpq6HKS6bp4NdU9PNJpXRXuiw6ShBTBhgH2",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "eth_0x7dfc9dd51638573a812b39d33eded20df468e7bc",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00576316242602174",
"base_token_price_native_currency": "0.00000245023770533853",
"quote_token_price_usd": "2345.60793963674",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000002450237705",
"quote_token_price_base_token": "408123.668091965",
"address": "0x7dfc9dd51638573a812b39d33eded20df468e7bc",
"name": "ASTEROID / WETH",
"pool_created_at": "2024-09-10T10:05:35Z",
"fdv_usd": "5763153.99437324",
"market_cap_usd": "5763162.426",
"price_change_percentage": {
"m5": "0.581",
"m15": "1.06",
"m30": "7.396",
"h1": "9.006",
"h6": "10.322",
"h24": "-11.233"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 2,
"buyers": 2,
"sellers": 2
},
"m15": {
"buys": 8,
"sells": 6,
"buyers": 6,
"sellers": 5
},
"m30": {
"buys": 21,
"sells": 12,
"buyers": 13,
"sellers": 11
},
"h1": {
"buys": 29,
"sells": 15,
"buyers": 20,
"sellers": 14
},
"h6": {
"buys": 101,
"sells": 86,
"buyers": 77,
"sellers": 68
},
"h24": {
"buys": 837,
"sells": 651,
"buyers": 472,
"sellers": 373
}
},
"volume_usd": {
"m5": "166.3731941471",
"m15": "2225.3030364571",
"m30": "12158.6040970545",
"h1": "15659.5337368783",
"h6": "80470.7118739878",
"h24": "901829.865280553"
},
"reserve_in_usd": "396537.6885"
},
"relationships": {
"base_token": {
"data": {
"id": "eth_0xaff2565091e7207191dbe340b8528d02fa78d044",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"type": "token"
}
},
"network": {
"data": {
"id": "eth",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap_v2",
"type": "dex"
}
}
}
},
{
"id": "base_0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000150802923305545",
"base_token_price_native_currency": "0.0000000653571728066294",
"quote_token_price_usd": "2348.52",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000006535717281",
"quote_token_price_base_token": "15300539.4367145",
"address": "0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
"name": "LFI / WETH",
"pool_created_at": "2026-05-01T16:42:23Z",
"fdv_usd": "15080292.33",
"market_cap_usd": "9500565.93496264",
"price_change_percentage": {
"m5": "0.271",
"m15": "1.249",
"m30": "0.765",
"h1": "3.677",
"h6": "15.773",
"h24": "64.901"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 6,
"buyers": 4,
"sellers": 6
},
"m15": {
"buys": 11,
"sells": 18,
"buyers": 10,
"sellers": 16
},
"m30": {
"buys": 20,
"sells": 28,
"buyers": 19,
"sellers": 25
},
"h1": {
"buys": 36,
"sells": 48,
"buyers": 30,
"sellers": 40
},
"h6": {
"buys": 663,
"sells": 872,
"buyers": 227,
"sellers": 337
},
"h24": {
"buys": 1285,
"sells": 1762,
"buyers": 394,
"sellers": 586
}
},
"volume_usd": {
"m5": "657.0396869922",
"m15": "2122.6099257527",
"m30": "4002.6380276985",
"h1": "7496.5940126453",
"h6": "308948.277314482",
"h24": "621836.77048472"
},
"reserve_in_usd": "949397.4298"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x3722264ab15a1dfce5a5af89e6547f7949a8aba3",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x4200000000000000000000000000000000000006",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-base",
"type": "dex"
}
}
}
},
{
"id": "solana_69vfYvsbZcgfbKiqQwSXmUHaqT2A1zuXYvWZAvzpQHVM",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000925712916080390800082604961715590256680443941757777723467607368",
"base_token_price_native_currency": "0.00000977464176308311",
"quote_token_price_usd": "95.622153854434346217160909139462033751082766222",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000009774641763",
"quote_token_price_base_token": "102305.53960318",
"address": "69vfYvsbZcgfbKiqQwSXmUHaqT2A1zuXYvWZAvzpQHVM",
"name": "GAYTES / SOL",
"pool_created_at": "2026-05-08T12:02:11Z",
"fdv_usd": "912836.181785203",
"market_cap_usd": "912836.190757817",
"price_change_percentage": {
"m5": "-1.322",
"m15": "-3.686",
"m30": "-2.587",
"h1": "-11.274",
"h6": "-7.636",
"h24": "149.465"
},
"transactions": {
"m5": {
"buys": 109,
"sells": 23,
"buyers": 99,
"sellers": 21
},
"m15": {
"buys": 300,
"sells": 72,
"buyers": 268,
"sellers": 62
},
"m30": {
"buys": 626,
"sells": 187,
"buyers": 505,
"sellers": 144
},
"h1": {
"buys": 1388,
"sells": 652,
"buyers": 969,
"sellers": 503
},
"h6": {
"buys": 9616,
"sells": 6590,
"buyers": 3041,
"sellers": 2508
},
"h24": {
"buys": 18815,
"sells": 15477,
"buyers": 4795,
"sellers": 4473
}
},
"volume_usd": {
"m5": "1707.9640586781",
"m15": "8632.8308017116",
"m30": "26066.6085698667",
"h1": "111012.748609073",
"h6": "1177880.93883502",
"h24": "3015548.04166377"
},
"reserve_in_usd": "105060.4764"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_HSznAnNhSFgyRWiZh4m7pBmtjHsSLi4Dbmjp18zppump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "eth_0x0c63b69cd55a4bda633ab304119ee57c875718fc75b783f240b9e8c1d70868f2",
"type": "pool",
"attributes": {
"base_token_price_usd": "4.25802554412486",
"base_token_price_native_currency": "0.00181311086891894",
"quote_token_price_usd": "2350.05708100009",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.001813110869",
"quote_token_price_base_token": "551.538252372",
"address": "0x0c63b69cd55a4bda633ab304119ee57c875718fc75b783f240b9e8c1d70868f2",
"name": "LO0P / ETH",
"pool_created_at": "2026-05-10T02:24:23Z",
"fdv_usd": "4260914.03593106",
"market_cap_usd": "4260914.0361",
"price_change_percentage": {
"m5": "-0.444",
"m15": "-2.209",
"m30": "-3.916",
"h1": "-3.142",
"h6": "44.028",
"h24": "9085.127"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 3,
"buyers": 3,
"sellers": 3
},
"m15": {
"buys": 9,
"sells": 12,
"buyers": 9,
"sellers": 10
},
"m30": {
"buys": 12,
"sells": 47,
"buyers": 12,
"sellers": 37
},
"h1": {
"buys": 26,
"sells": 77,
"buyers": 22,
"sellers": 62
},
"h6": {
"buys": 789,
"sells": 788,
"buyers": 374,
"sellers": 423
},
"h24": {
"buys": 8180,
"sells": 5672,
"buyers": 2849,
"sellers": 2178
}
},
"volume_usd": {
"m5": "1818.4047336499",
"m15": "11762.8012582438",
"m30": "26246.0173046881",
"h1": "71134.063224729",
"h6": "1103455.118118",
"h24": "11775665.453573"
},
"reserve_in_usd": "704356.0532"
},
"relationships": {
"base_token": {
"data": {
"id": "eth_0x20ea861b3acec90d3a15b4755d9a1cf1f161496e",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "eth_0x0000000000000000000000000000000000000000",
"type": "token"
}
},
"network": {
"data": {
"id": "eth",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-ethereum",
"type": "dex"
}
}
}
},
{
"id": "solana_Fej6xTZ4w2EgTUtAsDe7Dzdtq3T1oRDfGeQbXeWAw37w",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000718432619024538009935882165852700686712242699619772537935119382",
"base_token_price_native_currency": "0.00000745819740361627",
"quote_token_price_usd": "95.622153854434346217160909139462033751082766222",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000007458197404",
"quote_token_price_base_token": "134080.655939078",
"address": "Fej6xTZ4w2EgTUtAsDe7Dzdtq3T1oRDfGeQbXeWAw37w",
"name": "AGI / SOL",
"pool_created_at": "2026-05-09T19:18:35Z",
"fdv_usd": "692782.7572",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "5.739",
"m15": "-5.312",
"m30": "-7.834",
"h1": "7.602",
"h6": "4.67",
"h24": "-42.883"
},
"transactions": {
"m5": {
"buys": 16,
"sells": 20,
"buyers": 13,
"sellers": 20
},
"m15": {
"buys": 83,
"sells": 69,
"buyers": 58,
"sellers": 63
},
"m30": {
"buys": 129,
"sells": 142,
"buyers": 89,
"sellers": 120
},
"h1": {
"buys": 415,
"sells": 513,
"buyers": 262,
"sellers": 353
},
"h6": {
"buys": 5042,
"sells": 4966,
"buyers": 1904,
"sellers": 2163
},
"h24": {
"buys": 21622,
"sells": 15767,
"buyers": 5100,
"sellers": 5814
}
},
"volume_usd": {
"m5": "3100.7285772423",
"m15": "19034.022959412",
"m30": "30799.9368261986",
"h1": "100726.913714005",
"h6": "1249786.12564604",
"h24": "3435112.4111942"
},
"reserve_in_usd": "87593.4992"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_4ZEzC3aX7yLv8VEBiuoT6PgEMPEoxGB7WS3Qt3iPpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_9ViX1VductEoC2wERTSp2TuDxXPwAf69aeET8ENPJpsN",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0318782045589998150983889292120130411905350625",
"base_token_price_native_currency": "0.000333823263753921",
"quote_token_price_usd": "95.492910739369787964606295125",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0003338232638",
"quote_token_price_base_token": "2995.597097562",
"address": "9ViX1VductEoC2wERTSp2TuDxXPwAf69aeET8ENPJpsN",
"name": "aura / SOL",
"pool_created_at": "2024-05-30T20:01:08Z",
"fdv_usd": "30617887.4015647",
"market_cap_usd": "30617887.4185495",
"price_change_percentage": {
"m5": "0.002",
"m15": "0.382",
"m30": "0.63",
"h1": "5.81",
"h6": "-5.15",
"h24": "-8.807"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 17,
"buyers": 4,
"sellers": 17
},
"m15": {
"buys": 59,
"sells": 56,
"buyers": 17,
"sellers": 38
},
"m30": {
"buys": 89,
"sells": 95,
"buyers": 43,
"sellers": 68
},
"h1": {
"buys": 180,
"sells": 272,
"buyers": 95,
"sellers": 138
},
"h6": {
"buys": 1977,
"sells": 1778,
"buyers": 581,
"sellers": 592
},
"h24": {
"buys": 9753,
"sells": 9425,
"buyers": 1984,
"sellers": 2192
}
},
"volume_usd": {
"m5": "2687.8670481269",
"m15": "20890.8987663909",
"m30": "49894.879784386",
"h1": "92671.1907609777",
"h6": "842516.061204873",
"h24": "4336420.14229306"
},
"reserve_in_usd": "2439521.9341"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_DtR4D9FtVoTX2569gaL837ZgrB6wNjj6tkmnX9Rdk9B2",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "raydium",
"type": "dex"
}
}
}
},
{
"id": "eth_0xaae63df9a86f9a682507c922db38fae5e777a606",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00212136532194828",
"base_token_price_native_currency": "0.000000907701174194261573170061048278186184878",
"quote_token_price_usd": "0.997784549459245",
"quote_token_price_native_currency": "0.00042535490319328",
"base_token_price_quote_token": "0.002133985449",
"quote_token_price_base_token": "468.6067565913",
"address": "0xaae63df9a86f9a682507c922db38fae5e777a606",
"name": "SWEAT / USDC 0.3%",
"pool_created_at": "2022-09-13T08:18:51Z",
"fdv_usd": "3873691.99115899",
"market_cap_usd": "18178815.6462515",
"price_change_percentage": {
"m5": "-0.519",
"m15": "-1.356",
"m30": "-2.961",
"h1": "-13.916",
"h6": "-29.719",
"h24": "185.924"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 3,
"buyers": 0,
"sellers": 3
},
"m15": {
"buys": 4,
"sells": 11,
"buyers": 4,
"sellers": 8
},
"m30": {
"buys": 8,
"sells": 21,
"buyers": 7,
"sellers": 12
},
"h1": {
"buys": 38,
"sells": 78,
"buyers": 24,
"sellers": 32
},
"h6": {
"buys": 225,
"sells": 288,
"buyers": 88,
"sellers": 101
},
"h24": {
"buys": 1318,
"sells": 1192,
"buyers": 301,
"sellers": 282
}
},
"volume_usd": {
"m5": "1232.8368959445",
"m15": "7852.3453388868",
"m30": "15789.5693910048",
"h1": "76116.2006507714",
"h6": "307312.258614257",
"h24": "2198387.57854778"
},
"reserve_in_usd": "535642.1512"
},
"relationships": {
"base_token": {
"data": {
"id": "eth_0xb4b9dc1c77bdbb135ea907fd5a08094d98883a35",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "eth_0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"type": "token"
}
},
"network": {
"data": {
"id": "eth",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap_v3",
"type": "dex"
}
}
}
},
{
"id": "solana_4qryQZJ1UK8ekpSvjTr4rMjdBQsUFTU8XeD6tw73Xb8z",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0025929539848787082090016100288387081101251162297580615178538765",
"base_token_price_native_currency": "0.000027408770854031",
"quote_token_price_usd": "95.563303461360429703458773649083923399689788718",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00002740877085",
"quote_token_price_base_token": "36484.671469787",
"address": "4qryQZJ1UK8ekpSvjTr4rMjdBQsUFTU8XeD6tw73Xb8z",
"name": "HANTA / SOL",
"pool_created_at": "2026-05-03T21:27:40Z",
"fdv_usd": "2592677.22295514",
"market_cap_usd": "2592680.3890801",
"price_change_percentage": {
"m5": "-0.003",
"m15": "-3.762",
"m30": "-3.886",
"h1": "-2.081",
"h6": "-25.119",
"h24": "-23.943"
},
"transactions": {
"m5": {
"buys": 7,
"sells": 6,
"buyers": 6,
"sellers": 6
},
"m15": {
"buys": 55,
"sells": 32,
"buyers": 38,
"sellers": 31
},
"m30": {
"buys": 140,
"sells": 163,
"buyers": 94,
"sellers": 135
},
"h1": {
"buys": 328,
"sells": 347,
"buyers": 198,
"sellers": 251
},
"h6": {
"buys": 3159,
"sells": 2622,
"buyers": 1173,
"sellers": 1312
},
"h24": {
"buys": 9868,
"sells": 8028,
"buyers": 2853,
"sellers": 2972
}
},
"volume_usd": {
"m5": "498.5709379269",
"m15": "9165.5561304605",
"m30": "33721.7176405106",
"h1": "76181.5968005664",
"h6": "716085.89062789",
"h24": "2152395.64179126"
},
"reserve_in_usd": "221011.7748"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_2tXpgu2DLTsPUf9zFmuZmA4xrYxXKBTpVq9wAM7hzs9y",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "base_0x336ad40640593281d9c519fa0994986817fce079a0c493ea08f7ed9cac55ff19",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00000646673707127827",
"base_token_price_native_currency": "0.00000000275112587942693",
"quote_token_price_usd": "2349.03",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000000002751125879",
"quote_token_price_base_token": "363487547.944663",
"address": "0x336ad40640593281d9c519fa0994986817fce079a0c493ea08f7ed9cac55ff19",
"name": "HermesOS / WETH",
"pool_created_at": "2026-04-13T20:49:25Z",
"fdv_usd": "646673.7071",
"market_cap_usd": "646673.7071",
"price_change_percentage": {
"m5": "1.35",
"m15": "6.915",
"m30": "7.098",
"h1": "4.009",
"h6": "-14.985",
"h24": "22.081"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 1,
"buyers": 1,
"sellers": 1
},
"m15": {
"buys": 5,
"sells": 6,
"buyers": 3,
"sellers": 5
},
"m30": {
"buys": 11,
"sells": 9,
"buyers": 9,
"sellers": 8
},
"h1": {
"buys": 15,
"sells": 16,
"buyers": 13,
"sellers": 15
},
"h6": {
"buys": 241,
"sells": 309,
"buyers": 101,
"sellers": 160
},
"h24": {
"buys": 1784,
"sells": 2086,
"buyers": 409,
"sellers": 585
}
},
"volume_usd": {
"m5": "77.7858792551",
"m15": "3689.2993639211",
"m30": "5323.0243084908",
"h1": "8926.5124219789",
"h6": "80118.5949820726",
"h24": "518153.064823123"
},
"reserve_in_usd": "294184.5305"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x95ccfd2b81a9667b0cc979992632f98fc853eba3",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x4200000000000000000000000000000000000006",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-base",
"type": "dex"
}
}
}
},
{
"id": "base_0x3f0296bf652e19bca772ec3df08b32732f93014a",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.913686379742487",
"base_token_price_native_currency": "0.00038918693429014",
"quote_token_price_usd": "2348.46",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0003891869343",
"quote_token_price_base_token": "2569.459331475",
"address": "0x3f0296bf652e19bca772ec3df08b32732f93014a",
"name": "VIRTUAL / WETH 0.05%",
"pool_created_at": "2025-01-06T20:15:25Z",
"fdv_usd": "454518250.044862",
"market_cap_usd": "600132610.390339",
"price_change_percentage": {
"m5": "0.143",
"m15": "0.57",
"m30": "1.517",
"h1": "1.994",
"h6": "-0.779",
"h24": "-1.994"
},
"transactions": {
"m5": {
"buys": 27,
"sells": 18,
"buyers": 6,
"sellers": 4
},
"m15": {
"buys": 81,
"sells": 79,
"buyers": 13,
"sellers": 32
},
"m30": {
"buys": 220,
"sells": 210,
"buyers": 41,
"sellers": 59
},
"h1": {
"buys": 363,
"sells": 414,
"buyers": 57,
"sellers": 117
},
"h6": {
"buys": 2469,
"sells": 2554,
"buyers": 458,
"sellers": 411
},
"h24": {
"buys": 8906,
"sells": 8925,
"buyers": 1664,
"sellers": 1292
}
},
"volume_usd": {
"m5": "18087.9530171469",
"m15": "62819.9624301631",
"m30": "163202.787148791",
"h1": "293479.487223222",
"h6": "1904713.14770401",
"h24": "6588777.79488426"
},
"reserve_in_usd": "733608.6015"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x4200000000000000000000000000000000000006",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "aerodrome-slipstream",
"type": "dex"
}
}
}
},
{
"id": "base_0x01784ef301d79e4b2df3a21ad9a536d4cf09a5ce",
"type": "pool",
"attributes": {
"base_token_price_usd": "14.7075974141143",
"base_token_price_native_currency": "0.0062582539165569",
"quote_token_price_usd": "2350.11",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.006258253917",
"quote_token_price_base_token": "159.788978417",
"address": "0x01784ef301d79e4b2df3a21ad9a536d4cf09a5ce",
"name": "VVV / WETH",
"pool_created_at": "2025-01-27T16:44:59Z",
"fdv_usd": "1175173036.67406",
"market_cap_usd": "676618366.372435",
"price_change_percentage": {
"m5": "0.013",
"m15": "0.363",
"m30": "0.738",
"h1": "0.693",
"h6": "-1.707",
"h24": "-11.306"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 0,
"buyers": 2,
"sellers": 0
},
"m15": {
"buys": 20,
"sells": 7,
"buyers": 4,
"sellers": 1
},
"m30": {
"buys": 32,
"sells": 59,
"buyers": 5,
"sellers": 18
},
"h1": {
"buys": 101,
"sells": 65,
"buyers": 21,
"sellers": 23
},
"h6": {
"buys": 678,
"sells": 470,
"buyers": 148,
"sellers": 108
},
"h24": {
"buys": 3094,
"sells": 2345,
"buyers": 350,
"sellers": 347
}
},
"volume_usd": {
"m5": "59.5356509853",
"m15": "6050.1205913927",
"m30": "24853.3997583357",
"h1": "44297.2628273314",
"h6": "363476.63530915",
"h24": "1976678.51765361"
},
"reserve_in_usd": "9595417.5812"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0xacfe6019ed1a7dc6f7b508c02d1b04ec88cc21bf",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x4200000000000000000000000000000000000006",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "aerodrome-base",
"type": "dex"
}
}
}
},
{
"id": "base_0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0000625448367371505",
"base_token_price_native_currency": "0.000000026051038800697",
"quote_token_price_usd": "2344.24",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000000260510388",
"quote_token_price_base_token": "38386185.1978526",
"address": "0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
"name": "GITLAWB / WETH",
"pool_created_at": "2026-03-11T02:00:07Z",
"fdv_usd": "6254483.674",
"market_cap_usd": "6254483.674",
"price_change_percentage": {
"m5": "0",
"m15": "0",
"m30": "0.406",
"h1": "2.665",
"h6": "-1.545",
"h24": "-12.722"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m15": {
"buys": 1,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m30": {
"buys": 3,
"sells": 3,
"buyers": 3,
"sellers": 2
},
"h1": {
"buys": 5,
"sells": 4,
"buyers": 5,
"sellers": 3
},
"h6": {
"buys": 91,
"sells": 46,
"buyers": 66,
"sellers": 40
},
"h24": {
"buys": 382,
"sells": 238,
"buyers": 236,
"sellers": 175
}
},
"volume_usd": {
"m5": "0.0",
"m15": "83.599118674",
"m30": "801.8777089115",
"h1": "918.115765002",
"h6": "94185.3486993948",
"h24": "392907.784741707"
},
"reserve_in_usd": "1860436.2731"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x5f980dcfc4c0fa3911554cf5ab288ed0eb13dba3",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x4200000000000000000000000000000000000006",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-base",
"type": "dex"
}
}
}
},
{
"id": "solana_BJt1j9BqcGGHLmFMmCwYvD5aapSEut1MvFCR64xmrAYV",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0168151919250957276650948568037570348107318572457232305634108746",
"base_token_price_native_currency": "0.0001763668024301",
"quote_token_price_usd": "95.622153854434346217160909139462033751082766222",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0001763668024",
"quote_token_price_base_token": "5670.001305355",
"address": "BJt1j9BqcGGHLmFMmCwYvD5aapSEut1MvFCR64xmrAYV",
"name": "Goblin / SOL",
"pool_created_at": "2026-04-25T15:37:06Z",
"fdv_usd": "12168992.0127673",
"market_cap_usd": "12172435.4801329",
"price_change_percentage": {
"m5": "4.601",
"m15": "8.837",
"m30": "11.2",
"h1": "-9.544",
"h6": "113.017",
"h24": "84.437"
},
"transactions": {
"m5": {
"buys": 135,
"sells": 114,
"buyers": 82,
"sellers": 96
},
"m15": {
"buys": 256,
"sells": 265,
"buyers": 153,
"sellers": 185
},
"m30": {
"buys": 529,
"sells": 522,
"buyers": 283,
"sellers": 350
},
"h1": {
"buys": 2107,
"sells": 1708,
"buyers": 671,
"sellers": 803
},
"h6": {
"buys": 12682,
"sells": 10427,
"buyers": 3226,
"sellers": 3187
},
"h24": {
"buys": 16169,
"sells": 14042,
"buyers": 4040,
"sellers": 4286
}
},
"volume_usd": {
"m5": "118422.742411256",
"m15": "164355.688799107",
"m30": "315408.903538641",
"h1": "892157.875358822",
"h6": "7419466.69513145",
"h24": "8621782.24409231"
},
"reserve_in_usd": "588802.3006"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_3KHMZhpthXuiCcgfTv7vVu9PpEz64KAEURFwi6Lopump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_4xxM4cdb6MEsCxM52xvYqkNbzvdeWWsPDZrBcTqVGUar",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00358666532828408500248043934638618497659951625",
"base_token_price_native_currency": "0.0000375529366520574",
"quote_token_price_usd": "95.492910739369787964606295125",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00003755293665",
"quote_token_price_base_token": "26629.07589",
"address": "4xxM4cdb6MEsCxM52xvYqkNbzvdeWWsPDZrBcTqVGUar",
"name": "GIGA / SOL",
"pool_created_at": "2024-01-04T22:40:41Z",
"fdv_usd": "34441821.1579896",
"market_cap_usd": "34442973.9198752",
"price_change_percentage": {
"m5": "-0.167",
"m15": "0.801",
"m30": "2.046",
"h1": "0.929",
"h6": "1.442",
"h24": "16.617"
},
"transactions": {
"m5": {
"buys": 10,
"sells": 3,
"buyers": 7,
"sellers": 3
},
"m15": {
"buys": 24,
"sells": 55,
"buyers": 18,
"sellers": 30
},
"m30": {
"buys": 115,
"sells": 136,
"buyers": 53,
"sellers": 53
},
"h1": {
"buys": 259,
"sells": 267,
"buyers": 90,
"sellers": 90
},
"h6": {
"buys": 2818,
"sells": 2540,
"buyers": 500,
"sellers": 380
},
"h24": {
"buys": 12207,
"sells": 12046,
"buyers": 1409,
"sellers": 1109
}
},
"volume_usd": {
"m5": "2204.3490553435",
"m15": "11172.548243088",
"m30": "43675.3797199462",
"h1": "86931.4897922232",
"h6": "878086.238710265",
"h24": "3998798.59655374"
},
"reserve_in_usd": "1891270.0231"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_63LfDmNb3MQ8mw9MtZ2To9bEA2M71kZUUGq5tiJxcqj9",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "raydium",
"type": "dex"
}
}
}
},
{
"id": "eth_0x3d66cd08b101711c61e0342d1b4539d54736b357b0587a7ee36413da1f89bf5e",
"type": "pool",
"attributes": {
"base_token_price_usd": "1.32401595495284",
"base_token_price_native_currency": "0.000575457348947521",
"quote_token_price_usd": "0.998830198982183",
"quote_token_price_native_currency": "0.000425023803488688",
"base_token_price_quote_token": "1.3539414598",
"quote_token_price_base_token": "0.7385843699",
"address": "0x3d66cd08b101711c61e0342d1b4539d54736b357b0587a7ee36413da1f89bf5e",
"name": "sato / USDT 1%",
"pool_created_at": "2026-05-03T15:47:47Z",
"fdv_usd": "0.0",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "0",
"m15": "-1.485",
"m30": "-1.027",
"h1": "2.25",
"h6": "-3.559",
"h24": "-12.719"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 1,
"buyers": 0,
"sellers": 1
},
"m15": {
"buys": 6,
"sells": 4,
"buyers": 5,
"sellers": 4
},
"m30": {
"buys": 15,
"sells": 4,
"buyers": 14,
"sellers": 4
},
"h1": {
"buys": 32,
"sells": 15,
"buyers": 29,
"sellers": 12
},
"h6": {
"buys": 192,
"sells": 185,
"buyers": 153,
"sellers": 139
},
"h24": {
"buys": 2061,
"sells": 1620,
"buyers": 1132,
"sellers": 1028
}
},
"volume_usd": {
"m5": "247.1931405488",
"m15": "7595.2287927894",
"m30": "13834.8582279844",
"h1": "44193.4970737624",
"h6": "397930.600637764",
"h24": "3479583.94616548"
},
"reserve_in_usd": "2255795.1165"
},
"relationships": {
"base_token": {
"data": {
"id": "eth_0x829f4b62eebe12af653b4dd4ffc480966f7d7f09",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "eth_0xdac17f958d2ee523a2206206994597c13d831ec7",
"type": "token"
}
},
"network": {
"data": {
"id": "eth",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-ethereum",
"type": "dex"
}
}
}
},
{
"id": "ton_EQCO9NDT4Il25_4ZpHIOgMAUbRJvpsI9pLzqhD8X7eTVB7X_",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0415151247362789",
"base_token_price_native_currency": "0.0173266656869874",
"quote_token_price_usd": "2.42",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.01732666569",
"quote_token_price_base_token": "57.714508842",
"address": "EQCO9NDT4Il25_4ZpHIOgMAUbRJvpsI9pLzqhD8X7eTVB7X_",
"name": "UTYA / TON",
"pool_created_at": "2024-04-11T17:23:13Z",
"fdv_usd": "41099958.9317918",
"market_cap_usd": "41515124.74",
"price_change_percentage": {
"m5": "3.199",
"m15": "4.205",
"m30": "5.573",
"h1": "5.699",
"h6": "-4.236",
"h24": "-9.831"
},
"transactions": {
"m5": {
"buys": 9,
"sells": 4,
"buyers": 6,
"sellers": 4
},
"m15": {
"buys": 13,
"sells": 4,
"buyers": 9,
"sellers": 4
},
"m30": {
"buys": 23,
"sells": 9,
"buyers": 16,
"sellers": 5
},
"h1": {
"buys": 52,
"sells": 20,
"buyers": 33,
"sellers": 11
},
"h6": {
"buys": 170,
"sells": 98,
"buyers": 67,
"sellers": 57
},
"h24": {
"buys": 370,
"sells": 204,
"buyers": 152,
"sellers": 117
}
},
"volume_usd": {
"m5": "13123.9667402777",
"m15": "14765.7737551797",
"m30": "42523.9544950927",
"h1": "75608.7187782692",
"h6": "274233.855843858",
"h24": "592384.788724688"
},
"reserve_in_usd": "1188465.9056"
},
"relationships": {
"base_token": {
"data": {
"id": "ton_EQBaCgUwOoc6gHCNln_oJzb0mVs79YG7wYoavh-o1ItaneLA",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
"type": "token"
}
},
"network": {
"data": {
"id": "ton",
"type": "network"
}
},
"dex": {
"data": {
"id": "stonfi",
"type": "dex"
}
}
}
},
{
"id": "base_0x7c84276e317f128b55bd270dbfba3ef94c84b984c124a1de7c4f72da90bfba45",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.180386896568199",
"base_token_price_native_currency": "0.0000773079985779991",
"quote_token_price_usd": "2348.46",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00007730799858",
"quote_token_price_base_token": "12935.2721373463",
"address": "0x7c84276e317f128b55bd270dbfba3ef94c84b984c124a1de7c4f72da90bfba45",
"name": "POD / ETH 1%",
"pool_created_at": "2026-03-02T17:54:15Z",
"fdv_usd": "90871160.3",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "0.586",
"m15": "5.138",
"m30": "-5.291",
"h1": "-11.976",
"h6": "19.026",
"h24": "4.972"
},
"transactions": {
"m5": {
"buys": 6,
"sells": 0,
"buyers": 6,
"sellers": 0
},
"m15": {
"buys": 29,
"sells": 7,
"buyers": 27,
"sellers": 7
},
"m30": {
"buys": 70,
"sells": 18,
"buyers": 56,
"sellers": 16
},
"h1": {
"buys": 152,
"sells": 44,
"buyers": 111,
"sellers": 31
},
"h6": {
"buys": 885,
"sells": 303,
"buyers": 323,
"sellers": 183
},
"h24": {
"buys": 1214,
"sells": 739,
"buyers": 435,
"sellers": 323
}
},
"volume_usd": {
"m5": "7664.8559169276",
"m15": "49939.616233187",
"m30": "319772.870656528",
"h1": "638877.411824522",
"h6": "1745768.51561341",
"h24": "2653980.28479129"
},
"reserve_in_usd": "2626840.7567"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0xed664536023d8e4b1640c394777d34abaff1df8f",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x0000000000000000000000000000000000000000",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-base",
"type": "dex"
}
}
}
},
{
"id": "bsc_0x673dbd89b4de73f139ccca01f515536d386bc993c35efb3abf0a4d4b02b6dd20",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.12423425172816",
"base_token_price_native_currency": "0.00018845072041366",
"quote_token_price_usd": "0.999234339734518",
"quote_token_price_native_currency": "0.00151800176078766",
"base_token_price_quote_token": "0.1241439406",
"quote_token_price_base_token": "8.0551656022",
"address": "0x673dbd89b4de73f139ccca01f515536d386bc993c35efb3abf0a4d4b02b6dd20",
"name": "BILL / USDT 0.007%",
"pool_created_at": "2026-05-03T11:42:10Z",
"fdv_usd": "23778361.9671289",
"market_cap_usd": "301466992.3816",
"price_change_percentage": {
"m5": "-1.087",
"m15": "2.045",
"m30": "0.836",
"h1": "1.855",
"h6": "-1.293",
"h24": "-1.876"
},
"transactions": {
"m5": {
"buys": 226,
"sells": 290,
"buyers": 100,
"sellers": 148
},
"m15": {
"buys": 757,
"sells": 933,
"buyers": 255,
"sellers": 314
},
"m30": {
"buys": 1283,
"sells": 1445,
"buyers": 358,
"sellers": 402
},
"h1": {
"buys": 2291,
"sells": 2477,
"buyers": 499,
"sellers": 556
},
"h6": {
"buys": 17746,
"sells": 18186,
"buyers": 1301,
"sellers": 1359
},
"h24": {
"buys": 78833,
"sells": 79377,
"buyers": 3270,
"sellers": 3346
}
},
"volume_usd": {
"m5": "115749.041549477",
"m15": "424874.772033733",
"m30": "715357.9907481",
"h1": "1419516.75706386",
"h6": "9842835.94695248",
"h24": "39758825.6418951"
},
"reserve_in_usd": "2115875.232"
},
"relationships": {
"base_token": {
"data": {
"id": "bsc_0xdf24f8c21cb404b3031a450d8e049d6e39fc1fa5",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "bsc_0x55d398326f99059ff775485246999027b3197955",
"type": "token"
}
},
"network": {
"data": {
"id": "bsc",
"type": "network"
}
},
"dex": {
"data": {
"id": "pancakeswap-infinity-clmm",
"type": "dex"
}
}
}
},
{
"id": "base_0x377feeed4820b3b28d1ab429509e7a0789824fca",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000756352485604595",
"base_token_price_native_currency": "0.000000323014009293633",
"quote_token_price_usd": "2348.59",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000003230140093",
"quote_token_price_base_token": "3095840.95806495",
"address": "0x377feeed4820b3b28d1ab429509e7a0789824fca",
"name": "KEYCAT / WETH",
"pool_created_at": "2024-03-26T02:40:03Z",
"fdv_usd": "7563394.48410264",
"market_cap_usd": "7563524.856",
"price_change_percentage": {
"m5": "-0.608",
"m15": "0.318",
"m30": "1.961",
"h1": "2.43",
"h6": "1.724",
"h24": "42.398"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 7,
"buyers": 1,
"sellers": 7
},
"m15": {
"buys": 7,
"sells": 9,
"buyers": 4,
"sellers": 9
},
"m30": {
"buys": 13,
"sells": 12,
"buyers": 5,
"sellers": 12
},
"h1": {
"buys": 26,
"sells": 38,
"buyers": 11,
"sellers": 24
},
"h6": {
"buys": 658,
"sells": 760,
"buyers": 242,
"sellers": 272
},
"h24": {
"buys": 2704,
"sells": 3177,
"buyers": 569,
"sellers": 696
}
},
"volume_usd": {
"m5": "382.0936034252",
"m15": "1773.4802791022",
"m30": "4460.6519167846",
"h1": "14927.3769967739",
"h6": "336618.783813377",
"h24": "1349698.27486687"
},
"reserve_in_usd": "864046.7319"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x9a26f5433671751c3276a065f57e5a02d2817973",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x4200000000000000000000000000000000000006",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v2-base",
"type": "dex"
}
}
}
}
]
}
対応ネットワーク
複数のチェーンに対応した広範なカバレッジ
メジャーなブロックチェーンから新規参入のものまで、200+ 以上のネットワークから仮想通貨の価格とマーケット情報を取得します。
Web3プロジェクトがCoinGeckoを使用する理由
「CoinGeckoのDEX APIは、高速かつ高精度で、堅牢なDEX価格データを提供してくれます。CoinGeckoのDEX APIは幅広いデータをカバーし、使いやすく、高い信頼性を持っています。CoinGeckoのDEX APIは、Supraが分散型取引所からのデータを集約するために利用する、多くの主要なDEX価格フィードの1つとなっています。」
Joshua Tobkin
Co-founder & CEO, Supra
「CoinGecko の DEX API は、私たちの開発プロセスに不可欠なものとなり、私たちでは管理しきれない多くの細かいタスクを巧みに処理してくれます。これにより、私たちのワークフローは大幅に合理化化され、コア開発に集中できるようになりました。」
Bruce
CEO, EtherDrops
「CoinGeckoのDEX APIは広範囲をカバーし、最大のチェーン数をサポートしており、高い可用性を備えています。」
Sher
Co-founder, Kontos
よくある質問
-
GeckoTerminalにはAPIがありますか?
- 以前ベータ版であったGeckoTerminal APIは、現在CoinGecko APIに統合されています。ユーザーは、 3800万以上のコインとトークンのオンチェーンデータと集計されたマーケットデータに、利用状況に応じて無料または有料プランでアクセスすることができます。
-
CoinGecko APIとGeckoTerminal APIは同じものですか?
- はい、GeckoTerminal APIのDEXデータエンドポイントは、2024年2月よりCoinGecko APIに統合されました。ユーザーや開発者はCoinGecko APIをコールすることで、これまで入手可能だった、集約されたリアルタイムおよび過去の仮想通貨価格、マーケットデータ、メタデータなどに加え、トークン価格やDEXの流動性などのオンチェーンマーケットデータを取得することができます。
-
CoinGecko APIはどこからデータを取得しているのですか?
-
CoinGeckoは1000以上の中央集権型および分散型取引所の価格とマーケットデータを集約し、GeckoTerminalは200以上のネットワークの分散型取引所のオンチェーントークンとマーケットデータを追跡しています。
CoinGeckoとGeckoTerminalのデータは、世界中で数百万人のユーザーに信頼されています。当社の 方法論 と評価指標の計算・評価方法について、リンクから詳しくご覧ください。 -
CoinGecko APIからどのようなオンチェーンデータを取得できますか?
- CoinGecko APIを使用すると、3800万以上のトークンの価格と流動性データをオンチェーンで取得できます。さらに、ネットワーク上の流動性プール(トッププール、人気のプールなど)のデータを取得できます。
-
CoinGecko APIのデータはどのくらいの頻度で更新されますか?
-
エンドポイントは20秒~5分間隔でキャッシュされ、ドキュメントに別段の記載がない限り、ほとんどのデータは基本的に同様の間隔で更新されます。 有料APIプランでは、更新頻度がより高くなっています(/simple/priceエンドポイントの場合は20秒)。
特にオンチェーンデータの場合、ブロックチェーン上でトランザクションが確認されてから2~3秒でデータが更新されます(ネットワークの可用性によって変化)。
APIを効率的に呼び出すために、相応にレスポンスを調整することが推奨されます(過度に頻繁な呼び出しによる帯域幅の無駄遣いを避ける)。
Ethereum Mainnet
Base Mainnet
BNB Smart Chain
Arbitrum
Avalanche
Fantom
Flare
Gnosis
Linea
Optimism
Polygon
Polygon zkEVM
Scroll
Stellar
Story
Syscoin
Telos
X Layer
Xai