DeFiプロジェクトと開発者向けのオンチェーンDEXトークン&マーケットデータ API
2014年以来世界最大の独立系仮想通貨データ配信実績を持つCoinGecko APIで、仮想通貨市場をすべて網羅できます。
データ提供元
業界をリードするWeb3プロジェクトに信頼されています
幅広く信頼性の高い、オンチェーンDEXデータAPI
当社の信頼性高く、幅広いDEXデータAPIにより、Uniswap、PancakeSwap、Orca、Curveなど、主要ネットワーク上のDEXのオンチェーンマーケットデータにアクセスできます。
43M+
コイン&トークン
240+
ネットワーク
1,900+
DEX
DeFiプロジェクトを効果的にスケールする
包括的で詳細な報道
トークン、ネットワーク、DEX、流動性プールの広範なオンチェーンカバレッジ
- 43M+ トークン
- 240+ イーサリアム、BNBチェーン、Pulsechain、Arbitrumなどのネットワーク
- 1,000+ Uniswap、Pancakeswap、Orca、Raydium、CurveなどのDEXes
- 47M+ 流動性プール
企業グレード&信頼性
仮想通貨のスペシャリストからなる熟練のチームが、クラス最高レベルの仮想通貨データとエンドポイントの改善に努めています
- 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": "1.00135351067691",
"base_token_price_native_currency": "0.000395938952296222",
"quote_token_price_usd": "2518.09",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0003959389523",
"quote_token_price_base_token": "2525.641880397",
"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": "4585418633.31366",
"market_cap_usd": "4583820432.80112",
"price_change_percentage": {
"m5": "0.189",
"m15": "0.062",
"m30": "0.097",
"h1": "0.073",
"h6": "0.335",
"h24": "0.243"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 1,
"buyers": 3,
"sellers": 1
},
"m15": {
"buys": 9,
"sells": 2,
"buyers": 9,
"sellers": 2
},
"m30": {
"buys": 19,
"sells": 7,
"buyers": 17,
"sellers": 6
},
"h1": {
"buys": 40,
"sells": 19,
"buyers": 32,
"sellers": 15
},
"h6": {
"buys": 315,
"sells": 239,
"buyers": 190,
"sellers": 155
},
"h24": {
"buys": 968,
"sells": 803,
"buyers": 525,
"sellers": 431
}
},
"volume_usd": {
"m5": "450.5358922992",
"m15": "1963.452236825",
"m30": "3960.723214686",
"h1": "8610.7259246865",
"h6": "164424.203919911",
"h24": "522904.698152394"
},
"reserve_in_usd": "1059343.5613",
"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_0xfd7c2011444e8105249df4b1f2986d13304dfa2ade3ebed0b6e168f259f6c956",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000377479617250776",
"base_token_price_native_currency": "0.000000149563466381894",
"quote_token_price_usd": "2518.99",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000001495634664",
"quote_token_price_base_token": "6686124.78829963",
"address": "0xfd7c2011444e8105249df4b1f2986d13304dfa2ade3ebed0b6e168f259f6c956",
"name": "OBS / WETH",
"pool_created_at": "2026-08-21T20:18:13Z",
"fdv_usd": "377479.6173",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "0.102",
"m15": "-7.097",
"m30": "-13.244",
"h1": "6.834",
"h6": "2.711",
"h24": "376.544"
},
"transactions": {
"m5": {
"buys": 9,
"sells": 7,
"buyers": 9,
"sellers": 4
},
"m15": {
"buys": 15,
"sells": 17,
"buyers": 12,
"sellers": 11
},
"m30": {
"buys": 51,
"sells": 50,
"buyers": 39,
"sellers": 28
},
"h1": {
"buys": 110,
"sells": 120,
"buyers": 70,
"sellers": 69
},
"h6": {
"buys": 1939,
"sells": 1346,
"buyers": 845,
"sellers": 831
},
"h24": {
"buys": 3083,
"sells": 2320,
"buyers": 1263,
"sellers": 1162
}
},
"volume_usd": {
"m5": "2398.6229092325",
"m15": "3947.1426430731",
"m30": "15521.6498630971",
"h1": "36433.5003614972",
"h6": "221635.434676628",
"h24": "757530.411618576"
},
"reserve_in_usd": "42301.3143"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xfe242d1da8fd04f6a1f80b6d3d807b02e062ad4e",
"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_0xd42a491087a15e5afd51feb3606066cc152d2b09",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.131759655844521",
"base_token_price_native_currency": "0.0000526283793431887",
"quote_token_price_usd": "2518.84",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00005262837934",
"quote_token_price_base_token": "19001.1551273319",
"address": "0xd42a491087a15e5afd51feb3606066cc152d2b09",
"name": "CASHCAT / WETH 0.3%",
"pool_created_at": "2026-07-01T19:38:42Z",
"fdv_usd": "130730359.484758",
"market_cap_usd": "130730367.8305",
"price_change_percentage": {
"m5": "1.805",
"m15": "4.797",
"m30": "7.914",
"h1": "6.644",
"h6": "-0.306",
"h24": "4.291"
},
"transactions": {
"m5": {
"buys": 127,
"sells": 28,
"buyers": 24,
"sellers": 25
},
"m15": {
"buys": 372,
"sells": 125,
"buyers": 47,
"sellers": 95
},
"m30": {
"buys": 646,
"sells": 269,
"buyers": 80,
"sellers": 150
},
"h1": {
"buys": 822,
"sells": 516,
"buyers": 136,
"sellers": 239
},
"h6": {
"buys": 4092,
"sells": 3853,
"buyers": 508,
"sellers": 760
},
"h24": {
"buys": 17406,
"sells": 15562,
"buyers": 1386,
"sellers": 1530
}
},
"volume_usd": {
"m5": "47197.3679230163",
"m15": "219985.972170053",
"m30": "380163.960172245",
"h1": "552258.002341347",
"h6": "3140148.35575902",
"h24": "15521691.5874882"
},
"reserve_in_usd": "1834482.003"
},
"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": "solana_HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.060884848878738958618834234488580112140079558989652719648393356",
"base_token_price_native_currency": "0.000625807892911148",
"quote_token_price_usd": "96.934858399621651176428642746589831442882545595",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0006258078929",
"quote_token_price_base_token": "1597.934464118",
"address": "HMzvsEEmtzHhvZNw9uwbaG85HCTmFnkbhzUx16cy7ca3",
"name": "CATE / SOL",
"pool_created_at": "2026-07-26T16:32:43Z",
"fdv_usd": "58883604.945684",
"market_cap_usd": "58896391.4837633",
"price_change_percentage": {
"m5": "0.953",
"m15": "0.533",
"m30": "0.098",
"h1": "-2.502",
"h6": "27.895",
"h24": "58.044"
},
"transactions": {
"m5": {
"buys": 171,
"sells": 345,
"buyers": 136,
"sellers": 204
},
"m15": {
"buys": 594,
"sells": 548,
"buyers": 386,
"sellers": 333
},
"m30": {
"buys": 1395,
"sells": 927,
"buyers": 700,
"sellers": 588
},
"h1": {
"buys": 2747,
"sells": 1853,
"buyers": 1336,
"sellers": 1148
},
"h6": {
"buys": 25771,
"sells": 17115,
"buyers": 10005,
"sellers": 7746
},
"h24": {
"buys": 60380,
"sells": 42896,
"buyers": 18640,
"sellers": 16156
}
},
"volume_usd": {
"m5": "104584.841540733",
"m15": "210318.201932374",
"m30": "433688.048681026",
"h1": "871013.378335439",
"h6": "7896262.32878125",
"h24": "20683956.5827558"
},
"reserve_in_usd": "1959503.9906"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_Ai66LHZG9MCzg1WKdawwqduVAXpNDUuV8M3uyq5ppump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_D4J77RpC5k8Nkh6h8bUw2CJBJrykSRqMuNz49f2Fbx3a",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00917902147356676",
"base_token_price_native_currency": "0.0000946474041372603",
"quote_token_price_usd": "1.00086973632001",
"quote_token_price_native_currency": "0.0103171810774148",
"base_token_price_quote_token": "0.009173765918",
"quote_token_price_base_token": "109.006487515",
"address": "D4J77RpC5k8Nkh6h8bUw2CJBJrykSRqMuNz49f2Fbx3a",
"name": "PENGU / USDC",
"pool_created_at": "2026-06-16T19:29:38Z",
"fdv_usd": "704240634.218305",
"market_cap_usd": "576996925.574256",
"price_change_percentage": {
"m5": "-1.294",
"m15": "-0.586",
"m30": "1.593",
"h1": "2.393",
"h6": "8.109",
"h24": "23.894"
},
"transactions": {
"m5": {
"buys": 67,
"sells": 28,
"buyers": 27,
"sellers": 27
},
"m15": {
"buys": 108,
"sells": 116,
"buyers": 49,
"sellers": 86
},
"m30": {
"buys": 165,
"sells": 171,
"buyers": 79,
"sellers": 128
},
"h1": {
"buys": 295,
"sells": 275,
"buyers": 111,
"sellers": 195
},
"h6": {
"buys": 1697,
"sells": 2231,
"buyers": 485,
"sellers": 995
},
"h24": {
"buys": 6519,
"sells": 7968,
"buyers": 1445,
"sellers": 2813
}
},
"volume_usd": {
"m5": "10047.0850955207",
"m15": "23665.2333677831",
"m30": "42268.3930147512",
"h1": "67176.5616770166",
"h6": "432280.676280638",
"h24": "1483017.14624859"
},
"reserve_in_usd": "30925.1873"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "zerofi",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xcbdfea90430a30ee4469c9902e120a77e7c7e4711d5643671c1d1957f2f1ce27",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0178661008792886",
"base_token_price_native_currency": "0.00000706118227430868",
"quote_token_price_usd": "216.770203355739",
"quote_token_price_native_currency": "0.0859963753399818",
"base_token_price_quote_token": "0.00008211023135",
"quote_token_price_base_token": "12178.7502431243",
"address": "0xcbdfea90430a30ee4469c9902e120a77e7c7e4711d5643671c1d1957f2f1ce27",
"name": "AI / NVDA",
"pool_created_at": "2026-07-14T17:48:31Z",
"fdv_usd": "17866100.88",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-0.122",
"m15": "-0.344",
"m30": "-1.42",
"h1": "-3.103",
"h6": "-7.765",
"h24": "15.457"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 2,
"buyers": 1,
"sellers": 2
},
"m15": {
"buys": 2,
"sells": 5,
"buyers": 2,
"sellers": 5
},
"m30": {
"buys": 7,
"sells": 20,
"buyers": 6,
"sellers": 18
},
"h1": {
"buys": 17,
"sells": 43,
"buyers": 15,
"sellers": 37
},
"h6": {
"buys": 269,
"sells": 431,
"buyers": 120,
"sellers": 217
},
"h24": {
"buys": 1512,
"sells": 2670,
"buyers": 450,
"sellers": 788
}
},
"volume_usd": {
"m5": "310.0469857507",
"m15": "925.1505410593",
"m30": "14619.1722228102",
"h1": "25096.9217602433",
"h6": "272030.529423741",
"h24": "1954996.56931957"
},
"reserve_in_usd": "2742386.0843"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x2e8c31162b855a2ffa90f6f8634643ad6f111e18",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0xd0601ce157db5bdc3162bbac2a2c8af5320d9eec",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "bankr-robinhood",
"type": "dex"
}
}
}
},
{
"id": "base_0x5116773e18a9c7bb03ebb961b38678e45e238923",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00013958958013416",
"base_token_price_native_currency": "0.0000000554554556574551",
"quote_token_price_usd": "2517.23",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000005545545566",
"quote_token_price_base_token": "18032490.9090449",
"address": "0x5116773e18a9c7bb03ebb961b38678e45e238923",
"name": "DRB / WETH 1%",
"pool_created_at": "2025-03-07T09:58:57Z",
"fdv_usd": "13775358.2913376",
"market_cap_usd": "13958958.01",
"price_change_percentage": {
"m5": "-1.975",
"m15": "-0.195",
"m30": "-1.564",
"h1": "0.798",
"h6": "-6.36",
"h24": "63.157"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 4,
"buyers": 2,
"sellers": 4
},
"m15": {
"buys": 4,
"sells": 8,
"buyers": 4,
"sellers": 8
},
"m30": {
"buys": 11,
"sells": 14,
"buyers": 9,
"sellers": 14
},
"h1": {
"buys": 41,
"sells": 38,
"buyers": 29,
"sellers": 36
},
"h6": {
"buys": 405,
"sells": 438,
"buyers": 224,
"sellers": 281
},
"h24": {
"buys": 2244,
"sells": 2631,
"buyers": 824,
"sellers": 1026
}
},
"volume_usd": {
"m5": "607.6104460376",
"m15": "1445.4928254301",
"m30": "7217.3264592149",
"h1": "31889.8919163159",
"h6": "411593.497850771",
"h24": "3008429.49445149"
},
"reserve_in_usd": "1248650.2933"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x4200000000000000000000000000000000000006",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v3-base",
"type": "dex"
}
}
}
},
{
"id": "base_0x215b2146c3164aba3f5b18e8619b737c7f7dd11e5ba693646dcd9a336c5a30ba",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0340477187021687",
"base_token_price_native_currency": "0.0000135209941955235",
"quote_token_price_usd": "2518.16",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000135209942",
"quote_token_price_base_token": "73959.0584493467",
"address": "0x215b2146c3164aba3f5b18e8619b737c7f7dd11e5ba693646dcd9a336c5a30ba",
"name": "Basecat / ETH",
"pool_created_at": "2026-08-15T18:03:49Z",
"fdv_usd": "34036398.69",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "1.339",
"m15": "-4.517",
"m30": "-7.132",
"h1": "-5.404",
"h6": "19.677",
"h24": "296.457"
},
"transactions": {
"m5": {
"buys": 28,
"sells": 22,
"buyers": 26,
"sellers": 18
},
"m15": {
"buys": 53,
"sells": 76,
"buyers": 39,
"sellers": 51
},
"m30": {
"buys": 120,
"sells": 119,
"buyers": 68,
"sellers": 80
},
"h1": {
"buys": 231,
"sells": 202,
"buyers": 102,
"sellers": 133
},
"h6": {
"buys": 3931,
"sells": 2901,
"buyers": 1105,
"sellers": 932
},
"h24": {
"buys": 15259,
"sells": 14838,
"buyers": 3310,
"sellers": 3137
}
},
"volume_usd": {
"m5": "35308.620523502",
"m15": "59146.4497907085",
"m30": "85937.750905231",
"h1": "148116.573081304",
"h6": "2949945.69307673",
"h24": "18291749.3269314"
},
"reserve_in_usd": "865888.2675"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0xb2000000000000000000004c27f6523082f41d01",
"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": "robinhood_0x1c58f34088e33ff14bac3715986d40f296aec7da19f5ed14ad882bcc2a71d63d",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000609364429464643",
"base_token_price_native_currency": "0.000000226844940369884",
"quote_token_price_usd": "2518.84",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000002268449404",
"quote_token_price_base_token": "4408297.57264782",
"address": "0x1c58f34088e33ff14bac3715986d40f296aec7da19f5ed14ad882bcc2a71d63d",
"name": "1B / WETH",
"pool_created_at": "2026-08-21T20:56:24Z",
"fdv_usd": "593933.0255",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "4.622",
"m15": "-10.586",
"m30": "-18.111",
"h1": "-21.892",
"h6": "124.807",
"h24": "1060.797"
},
"transactions": {
"m5": {
"buys": 33,
"sells": 32,
"buyers": 21,
"sellers": 19
},
"m15": {
"buys": 116,
"sells": 99,
"buyers": 58,
"sellers": 55
},
"m30": {
"buys": 162,
"sells": 165,
"buyers": 68,
"sellers": 86
},
"h1": {
"buys": 371,
"sells": 413,
"buyers": 141,
"sellers": 191
},
"h6": {
"buys": 4819,
"sells": 4586,
"buyers": 935,
"sellers": 943
},
"h24": {
"buys": 8484,
"sells": 7641,
"buyers": 1635,
"sellers": 1461
}
},
"volume_usd": {
"m5": "3848.4239913326",
"m15": "16323.2934752175",
"m30": "25279.9624293765",
"h1": "76076.2902485351",
"h6": "943142.13830093",
"h24": "1754809.14380223"
},
"reserve_in_usd": "68303.4439"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x0977fa2139b773732da455926660b3d22c8cab7f",
"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_sDHDad1WveSBsYka6ypwZZVPBwnd6GhfTbh3xDnTVJS",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000177642945747368458239828088295902551811622657164876342268362988",
"base_token_price_native_currency": "0.00000183147480091685",
"quote_token_price_usd": "96.928922349639154439702890908661607012509433426",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001831474801",
"quote_token_price_base_token": "546008.058368803",
"address": "sDHDad1WveSBsYka6ypwZZVPBwnd6GhfTbh3xDnTVJS",
"name": "BULLBALLS / SOL",
"pool_created_at": "2026-08-20T07:18:09Z",
"fdv_usd": "176969.558158454",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "-5.136",
"m15": "-0.989",
"m30": "-5.273",
"h1": "0.914",
"h6": "-12.211",
"h24": "-98.953"
},
"transactions": {
"m5": {
"buys": 127,
"sells": 57,
"buyers": 22,
"sellers": 28
},
"m15": {
"buys": 388,
"sells": 151,
"buyers": 40,
"sellers": 43
},
"m30": {
"buys": 578,
"sells": 235,
"buyers": 61,
"sellers": 73
},
"h1": {
"buys": 642,
"sells": 289,
"buyers": 123,
"sellers": 126
},
"h6": {
"buys": 13846,
"sells": 1279,
"buyers": 3989,
"sellers": 905
},
"h24": {
"buys": 83002,
"sells": 17308,
"buyers": 11796,
"sellers": 6493
}
},
"volume_usd": {
"m5": "2512.6085025642",
"m15": "7343.6697857514",
"m30": "13806.3507414472",
"h1": "23196.4827420941",
"h6": "164287.968038921",
"h24": "4192079.42422349"
},
"reserve_in_usd": "38840.0957"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_897wEhKQtCKXuxxoDA8BH9LWnSpdTKLVzqh1J8xFpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x590dcb6a87828bf688b48089a62239b693378f1fb64d2286e6a399ed8c005fdf",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00132170527594235",
"base_token_price_native_currency": "0.000000526047385196566",
"quote_token_price_usd": "2518.97",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000005260473852",
"quote_token_price_base_token": "1900969.43382075",
"address": "0x590dcb6a87828bf688b48089a62239b693378f1fb64d2286e6a399ed8c005fdf",
"name": "HOOKR / WETH 0.25%",
"pool_created_at": "2026-08-06T04:20:57Z",
"fdv_usd": "1321767.99070657",
"market_cap_usd": "1322216.256",
"price_change_percentage": {
"m5": "1.125",
"m15": "-1.561",
"m30": "-1.177",
"h1": "0.821",
"h6": "-6.582",
"h24": "-7.478"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 4,
"buyers": 2,
"sellers": 3
},
"m15": {
"buys": 8,
"sells": 10,
"buyers": 8,
"sellers": 4
},
"m30": {
"buys": 12,
"sells": 19,
"buyers": 12,
"sellers": 7
},
"h1": {
"buys": 24,
"sells": 38,
"buyers": 23,
"sellers": 12
},
"h6": {
"buys": 294,
"sells": 346,
"buyers": 141,
"sellers": 158
},
"h24": {
"buys": 1441,
"sells": 1568,
"buyers": 471,
"sellers": 587
}
},
"volume_usd": {
"m5": "986.2752983065",
"m15": "7542.4186788912",
"m30": "8614.2659466058",
"h1": "12164.6180454312",
"h6": "121991.942965742",
"h24": "693858.458964435"
},
"reserve_in_usd": "215564.8881"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x18e674231a58c239dc7daedcffe15ec3a24cff5c",
"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": "eth_0x241fc1cdbf9f741933e5fa515c5b884da93b81b6",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0502656981677208",
"base_token_price_native_currency": "0.0000199520744887245",
"quote_token_price_usd": "2517.15",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00001995207449",
"quote_token_price_base_token": "50120.1015746573",
"address": "0x241fc1cdbf9f741933e5fa515c5b884da93b81b6",
"name": "Pin / WETH 1%",
"pool_created_at": "2024-11-27T02:54:11Z",
"fdv_usd": "4964829.98492368",
"market_cap_usd": "5026569.817",
"price_change_percentage": {
"m5": "0.72",
"m15": "2.681",
"m30": "5.424",
"h1": "5.126",
"h6": "8.473",
"h24": "78.116"
},
"transactions": {
"m5": {
"buys": 8,
"sells": 0,
"buyers": 3,
"sellers": 0
},
"m15": {
"buys": 13,
"sells": 2,
"buyers": 7,
"sellers": 2
},
"m30": {
"buys": 14,
"sells": 8,
"buyers": 8,
"sellers": 4
},
"h1": {
"buys": 35,
"sells": 16,
"buyers": 18,
"sellers": 8
},
"h6": {
"buys": 115,
"sells": 68,
"buyers": 70,
"sellers": 39
},
"h24": {
"buys": 280,
"sells": 125,
"buyers": 160,
"sellers": 58
}
},
"volume_usd": {
"m5": "1371.570699824",
"m15": "4307.1932152065",
"m30": "5001.8902632701",
"h1": "6826.9199224246",
"h6": "58297.3170208686",
"h24": "177635.048030683"
},
"reserve_in_usd": "499967.9119"
},
"relationships": {
"base_token": {
"data": {
"id": "eth_0x2e44f3f609ff5aa4819b323fd74690f07c3607c4",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"type": "token"
}
},
"network": {
"data": {
"id": "eth",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap_v3",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xa70fc67c9f69da90b63a0e4c05d229954574e313",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.132562467024798",
"base_token_price_native_currency": "0.0000526283793431887",
"quote_token_price_usd": "2518.84",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00005262837934",
"quote_token_price_base_token": "19001.1551273319",
"address": "0xa70fc67c9f69da90b63a0e4c05d229954574e313",
"name": "CASHCAT / WETH 1%",
"pool_created_at": "2026-06-29T07:00:49Z",
"fdv_usd": "130764356.959978",
"market_cap_usd": "130764365.307891",
"price_change_percentage": {
"m5": "3.259",
"m15": "3.191",
"m30": "8.647",
"h1": "5.388",
"h6": "-1.044",
"h24": "3.716"
},
"transactions": {
"m5": {
"buys": 70,
"sells": 1,
"buyers": 22,
"sellers": 1
},
"m15": {
"buys": 134,
"sells": 1,
"buyers": 27,
"sellers": 1
},
"m30": {
"buys": 254,
"sells": 8,
"buyers": 41,
"sellers": 7
},
"h1": {
"buys": 288,
"sells": 80,
"buyers": 48,
"sellers": 42
},
"h6": {
"buys": 810,
"sells": 746,
"buyers": 173,
"sellers": 259
},
"h24": {
"buys": 4415,
"sells": 2533,
"buyers": 639,
"sellers": 585
}
},
"volume_usd": {
"m5": "20130.1050861124",
"m15": "51871.9473730521",
"m30": "101959.726202776",
"h1": "146282.118169497",
"h6": "722936.780043857",
"h24": "3313832.20960316"
},
"reserve_in_usd": "3996910.6581"
},
"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_0x4c020a30b1ebc8f964bf6902f35acfe814e47a87",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00548476049323565",
"base_token_price_native_currency": "0.0000021633902971548",
"quote_token_price_usd": "2518.84",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000002163390297",
"quote_token_price_base_token": "462237.443384653",
"address": "0x4c020a30b1ebc8f964bf6902f35acfe814e47a87",
"name": "MOONCOIN / WETH",
"pool_created_at": "2026-08-18T07:27:31Z",
"fdv_usd": "5482943.176",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-5.83",
"m15": "-19.706",
"m30": "-37.021",
"h1": "-48.737",
"h6": "-54.589",
"h24": "285.268"
},
"transactions": {
"m5": {
"buys": 114,
"sells": 37,
"buyers": 92,
"sellers": 37
},
"m15": {
"buys": 351,
"sells": 115,
"buyers": 246,
"sellers": 115
},
"m30": {
"buys": 751,
"sells": 223,
"buyers": 329,
"sellers": 223
},
"h1": {
"buys": 1204,
"sells": 336,
"buyers": 514,
"sellers": 336
},
"h6": {
"buys": 6683,
"sells": 2053,
"buyers": 2148,
"sellers": 2053
},
"h24": {
"buys": 29641,
"sells": 8252,
"buyers": 12572,
"sellers": 8239
}
},
"volume_usd": {
"m5": "251533.003463162",
"m15": "848936.138351737",
"m30": "1945852.47098426",
"h1": "3296551.3180118",
"h6": "19316617.8524338",
"h24": "57483034.5623087"
},
"reserve_in_usd": "723467.5219"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x82da7c5d756210ec89d139defd430549018dc68d",
"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_0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0117555896279265",
"base_token_price_native_currency": "0.00000472157446404914",
"quote_token_price_usd": "2518.84",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000004721574464",
"quote_token_price_base_token": "211793.758123306",
"address": "0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
"name": "HMM / WETH 1%",
"pool_created_at": "2026-07-19T07:54:03Z",
"fdv_usd": "11841983.8185551",
"market_cap_usd": "11989371.65",
"price_change_percentage": {
"m5": "2.061",
"m15": "2.666",
"m30": "2.984",
"h1": "4.43",
"h6": "-8.465",
"h24": "2.991"
},
"transactions": {
"m5": {
"buys": 5,
"sells": 3,
"buyers": 5,
"sellers": 2
},
"m15": {
"buys": 21,
"sells": 14,
"buyers": 19,
"sellers": 9
},
"m30": {
"buys": 41,
"sells": 28,
"buyers": 33,
"sellers": 17
},
"h1": {
"buys": 67,
"sells": 71,
"buyers": 42,
"sellers": 37
},
"h6": {
"buys": 472,
"sells": 477,
"buyers": 147,
"sellers": 184
},
"h24": {
"buys": 2148,
"sells": 2195,
"buyers": 521,
"sellers": 599
}
},
"volume_usd": {
"m5": "1036.7040516018",
"m15": "12899.4612965308",
"m30": "25486.3250996177",
"h1": "43286.7607593141",
"h6": "375635.020482386",
"h24": "1651172.45252496"
},
"reserve_in_usd": "640942.5963"
},
"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": "robinhood_0x52e65b17fb6e5ba00ed806f37afcd2daa50271ca",
"type": "pool",
"attributes": {
"base_token_price_usd": "1.00101228386133",
"base_token_price_native_currency": "0.000397407109644885",
"quote_token_price_usd": "2518.84",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0003974071096",
"quote_token_price_base_token": "2516.311298239",
"address": "0x52e65b17fb6e5ba00ed806f37afcd2daa50271ca",
"name": "USDG / WETH 0.01%",
"pool_created_at": "2026-07-02T20:51:08Z",
"fdv_usd": "408470681.232357",
"market_cap_usd": "3432763068.65938",
"price_change_percentage": {
"m5": "0.03",
"m15": "0.093",
"m30": "0.027",
"h1": "0.391",
"h6": "0.016",
"h24": "0.103"
},
"transactions": {
"m5": {
"buys": 300,
"sells": 293,
"buyers": 188,
"sellers": 142
},
"m15": {
"buys": 1016,
"sells": 1043,
"buyers": 452,
"sellers": 377
},
"m30": {
"buys": 1983,
"sells": 1998,
"buyers": 743,
"sellers": 578
},
"h1": {
"buys": 4304,
"sells": 4014,
"buyers": 1251,
"sellers": 1023
},
"h6": {
"buys": 38242,
"sells": 39546,
"buyers": 4513,
"sellers": 4403
},
"h24": {
"buys": 162913,
"sells": 160812,
"buyers": 13106,
"sellers": 12038
}
},
"volume_usd": {
"m5": "269295.425318028",
"m15": "993045.854943956",
"m30": "1713787.32608655",
"h1": "3310427.11377009",
"h6": "42392259.4959845",
"h24": "196744466.7473"
},
"reserve_in_usd": "5435145.1436"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
"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_0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0375201426418297",
"base_token_price_native_currency": "0.0000148624643559015",
"quote_token_price_usd": "2524.49",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00001486246436",
"quote_token_price_base_token": "67283.592818369",
"address": "0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
"name": "PONS / WETH 1%",
"pool_created_at": "2026-07-13T20:42:21Z",
"fdv_usd": "26866427.3893602",
"market_cap_usd": "26868428.2847666",
"price_change_percentage": {
"m5": "0",
"m15": "-0.079",
"m30": "-0.342",
"h1": "-2.476",
"h6": "5.355",
"h24": "-1.001"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m15": {
"buys": 0,
"sells": 9,
"buyers": 0,
"sellers": 9
},
"m30": {
"buys": 2,
"sells": 12,
"buyers": 2,
"sellers": 12
},
"h1": {
"buys": 27,
"sells": 16,
"buyers": 5,
"sellers": 16
},
"h6": {
"buys": 261,
"sells": 53,
"buyers": 54,
"sellers": 37
},
"h24": {
"buys": 1045,
"sells": 293,
"buyers": 197,
"sellers": 186
}
},
"volume_usd": {
"m5": "0.0",
"m15": "1822.7417650184",
"m30": "5923.9356420905",
"h1": "7736.8173309772",
"h6": "124268.038917739",
"h24": "638140.552202504"
},
"reserve_in_usd": "1193680.0695"
},
"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": "robinhood_0x59f95461e68e0c77605299791e1449f175165b54",
"type": "pool",
"attributes": {
"base_token_price_usd": "489.09741985488",
"base_token_price_native_currency": "0.194129297128968",
"quote_token_price_usd": "1.00163123930164",
"quote_token_price_native_currency": "0.000397408056348626",
"base_token_price_quote_token": "488.4885800067",
"quote_token_price_base_token": "0.002047130764",
"address": "0x59f95461e68e0c77605299791e1449f175165b54",
"name": "NET / USDG",
"pool_created_at": "2026-07-16T17:32:50Z",
"fdv_usd": "23360216.900217",
"market_cap_usd": "2674006.66229913",
"price_change_percentage": {
"m5": "0.685",
"m15": "1.336",
"m30": "-1.268",
"h1": "4.974",
"h6": "19.273",
"h24": "45.971"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 2,
"buyers": 3,
"sellers": 2
},
"m15": {
"buys": 6,
"sells": 6,
"buyers": 6,
"sellers": 6
},
"m30": {
"buys": 15,
"sells": 12,
"buyers": 11,
"sellers": 11
},
"h1": {
"buys": 35,
"sells": 25,
"buyers": 26,
"sellers": 21
},
"h6": {
"buys": 163,
"sells": 118,
"buyers": 115,
"sellers": 77
},
"h24": {
"buys": 437,
"sells": 380,
"buyers": 272,
"sellers": 185
}
},
"volume_usd": {
"m5": "1393.6993744908",
"m15": "2332.6131962535",
"m30": "11378.9474932518",
"h1": "24752.1305001527",
"h6": "223862.989214878",
"h24": "580235.907294288"
},
"reserve_in_usd": "473656.1866"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xca9c78dd337a67f6e0077f65f5e9218719d30edf",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "robinhood_0x5fc5360d0400a0fd4f2af552add042d716f1d168",
"type": "token"
}
},
"network": {
"data": {
"id": "robinhood",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v2-robinhood",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xcd2937592f73968ebaa916f37e5f6c1b27713469",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000834462895169697",
"base_token_price_native_currency": "0.000000330767456587372",
"quote_token_price_usd": "2518.84",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000003307674566",
"quote_token_price_base_token": "3023272.03019699",
"address": "0xcd2937592f73968ebaa916f37e5f6c1b27713469",
"name": "CLOCKIN / WETH 0.3%",
"pool_created_at": "2026-08-20T05:10:01Z",
"fdv_usd": "833199.915428271",
"market_cap_usd": "833199.9155",
"price_change_percentage": {
"m5": "1.701",
"m15": "1.877",
"m30": "0.852",
"h1": "6.251",
"h6": "-2.641",
"h24": "-3.043"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 2,
"buyers": 4,
"sellers": 2
},
"m15": {
"buys": 9,
"sells": 5,
"buyers": 9,
"sellers": 5
},
"m30": {
"buys": 14,
"sells": 14,
"buyers": 13,
"sellers": 14
},
"h1": {
"buys": 44,
"sells": 39,
"buyers": 30,
"sellers": 38
},
"h6": {
"buys": 395,
"sells": 375,
"buyers": 205,
"sellers": 276
},
"h24": {
"buys": 1804,
"sells": 1491,
"buyers": 649,
"sellers": 801
}
},
"volume_usd": {
"m5": "848.1418307307",
"m15": "2356.9612888948",
"m30": "4221.4473571968",
"h1": "11671.662205837",
"h6": "109480.979979982",
"h24": "513954.115981808"
},
"reserve_in_usd": "230041.4719"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xa5be0eeb82a013dc7867b9e020c36a69da666666",
"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_0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0148317483181825",
"base_token_price_native_currency": "0.00000588757312481098",
"quote_token_price_usd": "2518.84",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000005887573125",
"quote_token_price_base_token": "169849.270455066",
"address": "0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
"name": "STONKBROKER / WETH 1%",
"pool_created_at": "2026-07-18T03:50:03Z",
"fdv_usd": "34731435.7401574",
"market_cap_usd": "22084945.4086457",
"price_change_percentage": {
"m5": "-2.353",
"m15": "-0.213",
"m30": "0.095",
"h1": "1.922",
"h6": "-1.117",
"h24": "-4.884"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 7,
"buyers": 7,
"sellers": 4
},
"m15": {
"buys": 11,
"sells": 11,
"buyers": 11,
"sellers": 11
},
"m30": {
"buys": 21,
"sells": 21,
"buyers": 21,
"sellers": 21
},
"h1": {
"buys": 52,
"sells": 45,
"buyers": 44,
"sellers": 52
},
"h6": {
"buys": 357,
"sells": 315,
"buyers": 274,
"sellers": 312
},
"h24": {
"buys": 986,
"sells": 822,
"buyers": 612,
"sellers": 643
}
},
"volume_usd": {
"m5": "3030.3629309525",
"m15": "4708.622471668",
"m30": "9324.8690131811",
"h1": "33716.2433242124",
"h6": "251316.966696519",
"h24": "1558564.49712386"
},
"reserve_in_usd": "4819326.63"
},
"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": "solana_6tMVLioTrzW65RWRAftNWPSf1JikYWRVsP87w9h9em2a",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00155711884638006255613229920213340237499664664139184719365558368",
"base_token_price_native_currency": "0.0000161262850247434",
"quote_token_price_usd": "97.021101045488582624343724398196865866390983176",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00001612628502",
"quote_token_price_base_token": "62010.5621639235",
"address": "6tMVLioTrzW65RWRAftNWPSf1JikYWRVsP87w9h9em2a",
"name": "PANTS / SOL",
"pool_created_at": "2026-08-19T09:28:40Z",
"fdv_usd": "1528003.74534783",
"market_cap_usd": "1528003.74553973",
"price_change_percentage": {
"m5": "3.281",
"m15": "5.944",
"m30": "4.63",
"h1": "1.482",
"h6": "29.233",
"h24": "916.688"
},
"transactions": {
"m5": {
"buys": 14,
"sells": 21,
"buyers": 11,
"sellers": 21
},
"m15": {
"buys": 56,
"sells": 48,
"buyers": 43,
"sellers": 45
},
"m30": {
"buys": 105,
"sells": 88,
"buyers": 77,
"sellers": 79
},
"h1": {
"buys": 239,
"sells": 207,
"buyers": 159,
"sellers": 184
},
"h6": {
"buys": 3757,
"sells": 3281,
"buyers": 1762,
"sellers": 1716
},
"h24": {
"buys": 18459,
"sells": 14595,
"buyers": 6014,
"sellers": 5395
}
},
"volume_usd": {
"m5": "2419.9377216954",
"m15": "7855.8151783301",
"m30": "17215.9928114358",
"h1": "30157.2247942494",
"h6": "684049.866910213",
"h24": "3759729.59065246"
},
"reserve_in_usd": "123942.8774"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_FtateF34Xzawa91bpbVNdX72hZYo9cymRDYqBreHHbJi",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
}
]
}
対応ネットワーク
複数のチェーンに対応した広範なカバレッジ
メジャーなブロックチェーンから新規参入のものまで、240+ 以上のネットワークから仮想通貨の価格とマーケット情報を取得します。
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に統合されています。ユーザーは、 4300万以上のコインとトークンのオンチェーンデータと集計されたマーケットデータに、利用状況に応じて無料または有料プランでアクセスすることができます。
-
CoinGecko APIとGeckoTerminal APIは同じものですか?
- はい、GeckoTerminal APIのDEXデータエンドポイントは、2024年2月よりCoinGecko APIに統合されました。ユーザーや開発者はCoinGecko APIをコールすることで、これまで入手可能だった、集約されたリアルタイムおよび過去の仮想通貨価格、マーケットデータ、メタデータなどに加え、トークン価格やDEXの流動性などのオンチェーンマーケットデータを取得することができます。
-
CoinGecko APIはどこからデータを取得しているのですか?
-
CoinGeckoは1000以上の中央集権型および分散型取引所の価格とマーケットデータを集約し、GeckoTerminalは240以上のネットワークの分散型取引所のオンチェーントークンとマーケットデータを追跡しています。
CoinGeckoとGeckoTerminalのデータは、世界中で数百万人のユーザーに信頼されています。当社の 方法論 と評価指標の計算・評価方法について、リンクから詳しくご覧ください。 -
CoinGecko APIからどのようなオンチェーンデータを取得できますか?
- CoinGecko APIを使用すると、4300万以上のトークンの価格と流動性データをオンチェーンで取得できます。さらに、ネットワーク上の流動性プール(トッププール、人気のプールなど)のデータを取得できます。
-
CoinGecko APIのデータはどのくらいの頻度で更新されますか?
-
エンドポイントは20秒~5分間隔でキャッシュされ、ドキュメントに別段の記載がない限り、ほとんどのデータは基本的に同様の間隔で更新されます。 有料APIプランでは、更新頻度がより高くなっています(/simple/priceエンドポイントの場合は20秒)。
特にオンチェーンデータの場合、ブロックチェーン上でトランザクションが確認されてから2~3秒でデータが更新されます(ネットワークの可用性によって変化)。
APIを効率的に呼び出すために、相応にレスポンスを調整することが推奨されます(過度に頻繁な呼び出しによる帯域幅の無駄遣いを避ける)。