DeFiプロジェクトと開発者向けのオンチェーンDEXトークン&マーケットデータ API
2014年以来世界最大の独立系仮想通貨データ配信実績を持つCoinGecko APIで、仮想通貨市場をすべて網羅できます。
データ提供元
業界をリードするWeb3プロジェクトに信頼されています
幅広く信頼性の高い、オンチェーンDEXデータAPI
当社の信頼性高く、幅広いDEXデータAPIにより、Uniswap、PancakeSwap、Orca、Curveなど、主要ネットワーク上のDEXのオンチェーンマーケットデータにアクセスできます。
43M+
コイン&トークン
250+
ネットワーク
1,900+
DEX
DeFiプロジェクトを効果的にスケールする
包括的で詳細な報道
トークン、ネットワーク、DEX、流動性プールの広範なオンチェーンカバレッジ
- 43M+ トークン
- 250+ イーサリアム、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": "0.999025250655854",
"base_token_price_native_currency": "0.000533273825580663",
"quote_token_price_usd": "1875.25",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0005332738256",
"quote_token_price_base_token": "1875.209230288",
"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": "4576903288.35624",
"market_cap_usd": "4585214844.61818",
"price_change_percentage": {
"m5": "0.032",
"m15": "0.023",
"m30": "-0.022",
"h1": "0.063",
"h6": "0.09",
"h24": "0.059"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 0,
"buyers": 2,
"sellers": 0
},
"m15": {
"buys": 8,
"sells": 3,
"buyers": 8,
"sellers": 3
},
"m30": {
"buys": 13,
"sells": 3,
"buyers": 10,
"sellers": 3
},
"h1": {
"buys": 23,
"sells": 7,
"buyers": 18,
"sellers": 7
},
"h6": {
"buys": 78,
"sells": 63,
"buyers": 59,
"sellers": 44
},
"h24": {
"buys": 413,
"sells": 413,
"buyers": 241,
"sellers": 204
}
},
"volume_usd": {
"m5": "258.4564143986",
"m15": "885.5526895554",
"m30": "1284.3286755245",
"h1": "3133.0528390022",
"h6": "15861.3678813433",
"h24": "169486.746923896"
},
"reserve_in_usd": "911615.0162",
"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.000067323413621728",
"base_token_price_native_currency": "0.0000000357938971955306",
"quote_token_price_usd": "1876.1",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000000357938972",
"quote_token_price_base_token": "27937723.4207642",
"address": "0x274e7bbef7aac7fe19ba8e43fc561f1449e492cc",
"name": "KEP / WETH",
"pool_created_at": "2026-08-08T01:54:31Z",
"fdv_usd": "67323.41362",
"market_cap_usd": "67323.41362",
"price_change_percentage": {
"m5": "0",
"m15": "3.941",
"m30": "-0.177",
"h1": "1.928",
"h6": "65.692",
"h24": "-20.193"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m15": {
"buys": 3,
"sells": 6,
"buyers": 2,
"sellers": 6
},
"m30": {
"buys": 5,
"sells": 8,
"buyers": 4,
"sellers": 8
},
"h1": {
"buys": 14,
"sells": 19,
"buyers": 9,
"sellers": 18
},
"h6": {
"buys": 261,
"sells": 229,
"buyers": 99,
"sellers": 137
},
"h24": {
"buys": 2006,
"sells": 1750,
"buyers": 490,
"sellers": 565
}
},
"volume_usd": {
"m5": "0.0",
"m15": "524.1440263024",
"m30": "541.0682557886",
"h1": "878.5740540516",
"h6": "32550.2015186088",
"h24": "271335.608969938"
},
"reserve_in_usd": "4330.6037"
},
"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": "solana_FcPKN35MfLxBXd84oc6GEpNMTFNJoczV5swKeV2soSXN",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0000021273576301324210847093450420200411003323781608105988405",
"base_token_price_native_currency": "0.0000000298048263826059",
"quote_token_price_usd": "75.620180256358230695654199240626288268022755886",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000002980482638",
"quote_token_price_base_token": "33551612.9892171",
"address": "FcPKN35MfLxBXd84oc6GEpNMTFNJoczV5swKeV2soSXN",
"name": "BRAINOID / SOL",
"pool_created_at": "2026-08-12T21:55:29Z",
"fdv_usd": "2087.4139222278",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "0",
"m15": "0",
"m30": "-5.636",
"h1": "-5.636",
"h6": "-12.447",
"h24": "-98.839"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m15": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m30": {
"buys": 0,
"sells": 2,
"buyers": 0,
"sellers": 1
},
"h1": {
"buys": 0,
"sells": 2,
"buyers": 0,
"sellers": 1
},
"h6": {
"buys": 3,
"sells": 9,
"buyers": 2,
"sellers": 7
},
"h24": {
"buys": 10275,
"sells": 14584,
"buyers": 5746,
"sellers": 5323
}
},
"volume_usd": {
"m5": "0.0",
"m15": "0.0",
"m30": "106.518896061",
"h1": "106.518896061",
"h6": "166.0892814504",
"h24": "740834.930064329"
},
"reserve_in_usd": "2424.1042"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_CRjcw3uyqFjGwG7tsc4VBZ8W8xQ1XsMumx1Uor2mpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0x01fe057d1c5fb09a4ac02860758ddf26df9336b5",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00137666706368256",
"base_token_price_native_currency": "0.000000748841273939083",
"quote_token_price_usd": "1875.17",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000007488412739",
"quote_token_price_base_token": "1335396.47826803",
"address": "0x01fe057d1c5fb09a4ac02860758ddf26df9336b5",
"name": "LEMON.FUN / WETH 1%",
"pool_created_at": "2026-07-25T12:46:57Z",
"fdv_usd": "1362895.22206107",
"market_cap_usd": "1376667.064",
"price_change_percentage": {
"m5": "-0.021",
"m15": "-1.719",
"m30": "13.94",
"h1": "4.32",
"h6": "39.353",
"h24": "304.276"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 2,
"buyers": 1,
"sellers": 2
},
"m15": {
"buys": 10,
"sells": 12,
"buyers": 9,
"sellers": 9
},
"m30": {
"buys": 47,
"sells": 41,
"buyers": 31,
"sellers": 28
},
"h1": {
"buys": 98,
"sells": 97,
"buyers": 59,
"sellers": 56
},
"h6": {
"buys": 728,
"sells": 593,
"buyers": 216,
"sellers": 246
},
"h24": {
"buys": 3630,
"sells": 3198,
"buyers": 1319,
"sellers": 1367
}
},
"volume_usd": {
"m5": "22.5320044909",
"m15": "1423.1266462225",
"m30": "18353.376021974",
"h1": "43890.9805627672",
"h6": "212779.766588414",
"h24": "783818.53407745"
},
"reserve_in_usd": "118734.4518"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0xf0e17e54239cd945cd7bea471a3a2ca6a8c7f7a3",
"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.0143861036391359",
"base_token_price_native_currency": "0.00000806764836703921",
"quote_token_price_usd": "1875.17",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000008067648367",
"quote_token_price_base_token": "123951.857406868",
"address": "0x2b0d0183d017c58b924401ca8ac362f6e01f0e9e",
"name": "HMM / WETH 1%",
"pool_created_at": "2026-07-19T07:54:03Z",
"fdv_usd": "14209252.2852886",
"market_cap_usd": "14386103.64",
"price_change_percentage": {
"m5": "-0.625",
"m15": "-6.685",
"m30": "-5.935",
"h1": "-4.88",
"h6": "-34.43",
"h24": "-27.772"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 2,
"buyers": 0,
"sellers": 2
},
"m15": {
"buys": 20,
"sells": 17,
"buyers": 16,
"sellers": 15
},
"m30": {
"buys": 54,
"sells": 39,
"buyers": 45,
"sellers": 32
},
"h1": {
"buys": 113,
"sells": 165,
"buyers": 78,
"sellers": 80
},
"h6": {
"buys": 682,
"sells": 756,
"buyers": 284,
"sellers": 252
},
"h24": {
"buys": 2725,
"sells": 2591,
"buyers": 730,
"sellers": 782
}
},
"volume_usd": {
"m5": "1923.9396578913",
"m15": "18123.4093919182",
"m30": "62363.4760678099",
"h1": "112617.421907746",
"h6": "552707.337805941",
"h24": "2124828.37109565"
},
"reserve_in_usd": "546868.0157"
},
"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_0xe8c3c059c5c09c02f3ff9e01ac706b5473eb3606f71955dbd2cb94cd580cb6e3",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000189567192989919",
"base_token_price_native_currency": "0.00000010185182373957",
"quote_token_price_usd": "1875.55",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000001018518237",
"quote_token_price_base_token": "9818184.5281136",
"address": "0xe8c3c059c5c09c02f3ff9e01ac706b5473eb3606f71955dbd2cb94cd580cb6e3",
"name": "EQUITY / WETH",
"pool_created_at": "2026-08-12T22:32:08Z",
"fdv_usd": "181150.4096308",
"market_cap_usd": "165675.536732841",
"price_change_percentage": {
"m5": "-4.622",
"m15": "-7.191",
"m30": "-14.976",
"h1": "-27.202",
"h6": "-33.522",
"h24": "-63.914"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 5,
"buyers": 3,
"sellers": 5
},
"m15": {
"buys": 54,
"sells": 41,
"buyers": 52,
"sellers": 34
},
"m30": {
"buys": 81,
"sells": 65,
"buyers": 65,
"sellers": 48
},
"h1": {
"buys": 105,
"sells": 102,
"buyers": 76,
"sellers": 66
},
"h6": {
"buys": 419,
"sells": 494,
"buyers": 191,
"sellers": 244
},
"h24": {
"buys": 2362,
"sells": 2920,
"buyers": 831,
"sellers": 973
}
},
"volume_usd": {
"m5": "670.1670446013",
"m15": "10938.741843212",
"m30": "19323.3762015682",
"h1": "26156.3747965165",
"h6": "99664.0037581475",
"h24": "493745.348667949"
},
"reserve_in_usd": "35035.4616"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x9708efb3ba2e5d23e973cae1a8599606333cd4ad",
"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_0xaff8e2d7015c76fa6d9b2bedb72da7d6b305fd7b2140df3fca5c3c57e877ecfa",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0019081052315514",
"base_token_price_native_currency": "0.00000106688179760501",
"quote_token_price_usd": "1875.55",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001066881798",
"quote_token_price_base_token": "937310.958200665",
"address": "0xaff8e2d7015c76fa6d9b2bedb72da7d6b305fd7b2140df3fca5c3c57e877ecfa",
"name": "swappy / WETH 0.25%",
"pool_created_at": "2026-08-04T17:50:12Z",
"fdv_usd": "1908105.232",
"market_cap_usd": "1908105.232",
"price_change_percentage": {
"m5": "-0.423",
"m15": "-4.995",
"m30": "-10.302",
"h1": "-5.197",
"h6": "53.994",
"h24": "46.685"
},
"transactions": {
"m5": {
"buys": 5,
"sells": 4,
"buyers": 5,
"sellers": 4
},
"m15": {
"buys": 12,
"sells": 12,
"buyers": 12,
"sellers": 11
},
"m30": {
"buys": 20,
"sells": 27,
"buyers": 17,
"sellers": 21
},
"h1": {
"buys": 54,
"sells": 56,
"buyers": 36,
"sellers": 42
},
"h6": {
"buys": 472,
"sells": 421,
"buyers": 149,
"sellers": 198
},
"h24": {
"buys": 2114,
"sells": 1605,
"buyers": 581,
"sellers": 595
}
},
"volume_usd": {
"m5": "2682.6200597113",
"m15": "5772.5932558896",
"m30": "11455.6522522148",
"h1": "28845.6175529249",
"h6": "198125.230316946",
"h24": "840944.491200912"
},
"reserve_in_usd": "112001.2816"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x298348d5b2e45c774e3ee4f1a0924071dfbdc8c7",
"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_0xff1b8c5ce5c32bd90f6832a800e97129ff901b382b8717c8e73c4d729eac2929",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00170359737170032",
"base_token_price_native_currency": "0.000000861355803261213",
"quote_token_price_usd": "1875.55",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000008613558033",
"quote_token_price_base_token": "1160960.42566134",
"address": "0xff1b8c5ce5c32bd90f6832a800e97129ff901b382b8717c8e73c4d729eac2929",
"name": "PACK / WETH 2.5%",
"pool_created_at": "2026-08-12T22:17:31Z",
"fdv_usd": "1703597.372",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-0.155",
"m15": "0.945",
"m30": "0.883",
"h1": "-6.5",
"h6": "7.888",
"h24": "-70.352"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 1,
"buyers": 4,
"sellers": 1
},
"m15": {
"buys": 24,
"sells": 5,
"buyers": 20,
"sellers": 5
},
"m30": {
"buys": 31,
"sells": 12,
"buyers": 26,
"sellers": 12
},
"h1": {
"buys": 51,
"sells": 44,
"buyers": 42,
"sellers": 40
},
"h6": {
"buys": 641,
"sells": 562,
"buyers": 355,
"sellers": 373
},
"h24": {
"buys": 5303,
"sells": 3121,
"buyers": 1553,
"sellers": 1272
}
},
"volume_usd": {
"m5": "2149.2375415371",
"m15": "9192.7279796274",
"m30": "13462.5678585422",
"h1": "35143.6018145955",
"h6": "400498.359192394",
"h24": "3648441.29145613"
},
"reserve_in_usd": "240481.333"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x0145acbccefbed6f303c420beeaaac72e905430b",
"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_0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0446489759765618",
"base_token_price_native_currency": "0.0000237914700303524",
"quote_token_price_usd": "1876.68",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00002379147003",
"quote_token_price_base_token": "42031.8710329472",
"address": "0x10cc6bd38112cac182db90b6a71d8bb5939526ba",
"name": "PONS / WETH 1%",
"pool_created_at": "2026-07-13T20:42:21Z",
"fdv_usd": "32426562.8964563",
"market_cap_usd": "32426562.8964564",
"price_change_percentage": {
"m5": "0.109",
"m15": "0.534",
"m30": "2.579",
"h1": "3.007",
"h6": "8.442",
"h24": "-9.435"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 0,
"buyers": 3,
"sellers": 0
},
"m15": {
"buys": 8,
"sells": 1,
"buyers": 7,
"sellers": 1
},
"m30": {
"buys": 10,
"sells": 6,
"buyers": 8,
"sellers": 5
},
"h1": {
"buys": 38,
"sells": 26,
"buyers": 20,
"sellers": 22
},
"h6": {
"buys": 204,
"sells": 187,
"buyers": 81,
"sellers": 136
},
"h24": {
"buys": 794,
"sells": 652,
"buyers": 244,
"sellers": 389
}
},
"volume_usd": {
"m5": "1478.7070479097",
"m15": "8713.8256857144",
"m30": "12763.2865439078",
"h1": "26755.446635371",
"h6": "285434.855453133",
"h24": "896834.949636119"
},
"reserve_in_usd": "1339047.0246"
},
"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_0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0024585278556419",
"base_token_price_native_currency": "0.00000130613354122486",
"quote_token_price_usd": "1876.67",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001306133541",
"quote_token_price_base_token": "765618.497984689",
"address": "0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
"name": "HOODRAT / WETH",
"pool_created_at": "2026-07-02T17:52:44Z",
"fdv_usd": "2458527.856",
"market_cap_usd": "2458527.856",
"price_change_percentage": {
"m5": "-1.398",
"m15": "-0.408",
"m30": "-0.79",
"h1": "-1.772",
"h6": "-17.097",
"h24": "-20.024"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 3,
"buyers": 1,
"sellers": 3
},
"m15": {
"buys": 7,
"sells": 14,
"buyers": 7,
"sellers": 13
},
"m30": {
"buys": 10,
"sells": 16,
"buyers": 10,
"sellers": 15
},
"h1": {
"buys": 28,
"sells": 31,
"buyers": 25,
"sellers": 24
},
"h6": {
"buys": 249,
"sells": 208,
"buyers": 143,
"sellers": 138
},
"h24": {
"buys": 2542,
"sells": 2200,
"buyers": 622,
"sellers": 793
}
},
"volume_usd": {
"m5": "1179.1527412859",
"m15": "2933.5231479515",
"m30": "3158.9153813185",
"h1": "6026.2349639451",
"h6": "70044.5368050241",
"h24": "855060.715199343"
},
"reserve_in_usd": "274365.213"
},
"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_0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00471497088045301",
"base_token_price_native_currency": "0.00000245093387277153",
"quote_token_price_usd": "1875.55",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000002450933873",
"quote_token_price_base_token": "408007.743949939",
"address": "0xacea8920877840033f0275c37f9b61550b5326917e948bcf8339714d96f9521a",
"name": "FRONG / WETH 0.25%",
"pool_created_at": "2026-07-30T20:16:59Z",
"fdv_usd": "4696104.1516026",
"market_cap_usd": "4714970.88",
"price_change_percentage": {
"m5": "1.73",
"m15": "1.107",
"m30": "0.294",
"h1": "-0.64",
"h6": "0.981",
"h24": "-20.943"
},
"transactions": {
"m5": {
"buys": 13,
"sells": 12,
"buyers": 11,
"sellers": 10
},
"m15": {
"buys": 36,
"sells": 39,
"buyers": 32,
"sellers": 32
},
"m30": {
"buys": 53,
"sells": 49,
"buyers": 47,
"sellers": 40
},
"h1": {
"buys": 74,
"sells": 100,
"buyers": 65,
"sellers": 79
},
"h6": {
"buys": 454,
"sells": 417,
"buyers": 268,
"sellers": 251
},
"h24": {
"buys": 2636,
"sells": 2289,
"buyers": 1105,
"sellers": 1009
}
},
"volume_usd": {
"m5": "11130.7547379211",
"m15": "24836.0229478952",
"m30": "32322.9428809994",
"h1": "52898.7082403144",
"h6": "235701.123844895",
"h24": "1359886.76833742"
},
"reserve_in_usd": "589269.4892"
},
"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.028155252055827",
"base_token_price_native_currency": "0.0000147104168632678",
"quote_token_price_usd": "1876.91",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00001471041686",
"quote_token_price_base_token": "67979.0388875396",
"address": "0xd33c8fd38b06e989cdbd4dffdefab71c4bdd415b24964c8d69e38ff35b068f92",
"name": "STONKBROKER / WETH 1%",
"pool_created_at": "2026-07-18T03:50:03Z",
"fdv_usd": "68088415.2838349",
"market_cap_usd": "44313049.8848158",
"price_change_percentage": {
"m5": "0",
"m15": "2",
"m30": "-0.487",
"h1": "-0.027",
"h6": "-4.032",
"h24": "7.991"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 0,
"buyers": 0,
"sellers": 1
},
"m15": {
"buys": 1,
"sells": 1,
"buyers": 1,
"sellers": 1
},
"m30": {
"buys": 7,
"sells": 2,
"buyers": 2,
"sellers": 7
},
"h1": {
"buys": 11,
"sells": 6,
"buyers": 5,
"sellers": 11
},
"h6": {
"buys": 122,
"sells": 126,
"buyers": 97,
"sellers": 90
},
"h24": {
"buys": 2081,
"sells": 1466,
"buyers": 804,
"sellers": 1017
}
},
"volume_usd": {
"m5": "3.0096398753",
"m15": "5947.2317595235",
"m30": "8588.5742911745",
"h1": "19159.2531238147",
"h6": "280959.857531551",
"h24": "3914610.00817555"
},
"reserve_in_usd": "6054638.945"
},
"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_0x52fcb1d83191e06ef2d2d9f460609ca22a923558",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00585222616310245",
"base_token_price_native_currency": "0.0000031188086755714",
"quote_token_price_usd": "1876.43",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000003118808676",
"quote_token_price_base_token": "320635.250194303",
"address": "0x52fcb1d83191e06ef2d2d9f460609ca22a923558",
"name": "YOLO / WETH 1%",
"pool_created_at": "2026-07-15T07:15:15Z",
"fdv_usd": "5676659.36745379",
"market_cap_usd": "5852226.163",
"price_change_percentage": {
"m5": "0",
"m15": "-2.049",
"m30": "3.01",
"h1": "0.646",
"h6": "-9.345",
"h24": "-28.921"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m15": {
"buys": 6,
"sells": 7,
"buyers": 3,
"sellers": 7
},
"m30": {
"buys": 20,
"sells": 24,
"buyers": 9,
"sellers": 21
},
"h1": {
"buys": 28,
"sells": 37,
"buyers": 15,
"sellers": 32
},
"h6": {
"buys": 210,
"sells": 239,
"buyers": 98,
"sellers": 150
},
"h24": {
"buys": 980,
"sells": 854,
"buyers": 340,
"sellers": 435
}
},
"volume_usd": {
"m5": "0.0",
"m15": "2961.2340137499",
"m30": "14169.9711195961",
"h1": "19921.9285111629",
"h6": "112905.764158928",
"h24": "595149.74870937"
},
"reserve_in_usd": "303757.4309"
},
"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_0x11e05b8696ccb7a35f2b8f8f225ab9816a13871dc0b444fdc14fb2847190d473",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0019676537847181",
"base_token_price_native_currency": "0.00000101463520859202",
"quote_token_price_usd": "1875.17",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001014635209",
"quote_token_price_base_token": "985575.891248315",
"address": "0x11e05b8696ccb7a35f2b8f8f225ab9816a13871dc0b444fdc14fb2847190d473",
"name": "STACK / WETH",
"pool_created_at": "2026-08-12T18:36:30Z",
"fdv_usd": "1967653.785",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-0.402",
"m15": "1.794",
"m30": "-1.011",
"h1": "-13.177",
"h6": "37.763",
"h24": "303.379"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 4,
"buyers": 3,
"sellers": 4
},
"m15": {
"buys": 27,
"sells": 25,
"buyers": 24,
"sellers": 16
},
"m30": {
"buys": 55,
"sells": 60,
"buyers": 43,
"sellers": 37
},
"h1": {
"buys": 92,
"sells": 130,
"buyers": 68,
"sellers": 76
},
"h6": {
"buys": 1377,
"sells": 1322,
"buyers": 501,
"sellers": 499
},
"h24": {
"buys": 5263,
"sells": 5041,
"buyers": 1483,
"sellers": 1240
}
},
"volume_usd": {
"m5": "478.6773847459",
"m15": "5416.8747847524",
"m30": "16780.6927754128",
"h1": "34793.6688833752",
"h6": "529963.775495568",
"h24": "1726178.07021319"
},
"reserve_in_usd": "110708.7242"
},
"relationships": {
"base_token": {
"data": {
"id": "robinhood_0x1d5aad3c0d6066078ea60f384a2492a550db30b0",
"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_4KKMFdfwBxYoWLhjULwjn7DXeXu9af2LkCWY36wSuz2L",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000114331177532348052006585982838280611716269666478437773569246424",
"base_token_price_native_currency": "0.0000015104582163272",
"quote_token_price_usd": "75.665448135722053944153785861998764990067037528",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001510458216",
"quote_token_price_base_token": "662050.753334693",
"address": "4KKMFdfwBxYoWLhjULwjn7DXeXu9af2LkCWY36wSuz2L",
"name": "Niles / SOL",
"pool_created_at": "2026-08-13T13:56:01Z",
"fdv_usd": "113837.028811644",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "0.939",
"m15": "4.027",
"m30": "-16.341",
"h1": "-7.926",
"h6": "-30.526",
"h24": "264.689"
},
"transactions": {
"m5": {
"buys": 8,
"sells": 1,
"buyers": 7,
"sellers": 1
},
"m15": {
"buys": 66,
"sells": 35,
"buyers": 52,
"sellers": 24
},
"m30": {
"buys": 155,
"sells": 100,
"buyers": 99,
"sellers": 63
},
"h1": {
"buys": 279,
"sells": 209,
"buyers": 167,
"sellers": 128
},
"h6": {
"buys": 1725,
"sells": 1472,
"buyers": 675,
"sellers": 695
},
"h24": {
"buys": 32468,
"sells": 28226,
"buyers": 9007,
"sellers": 8438
}
},
"volume_usd": {
"m5": "107.45017788",
"m15": "5758.2966764877",
"m30": "13579.5476730348",
"h1": "28352.0005657287",
"h6": "164815.418440732",
"h24": "3864845.40584438"
},
"reserve_in_usd": "28663.5781"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_GDPtXowyiXHjsHXgkwM1erpFufPEeNvqK8iGq71Bpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_FXc1BVyNDmqwSKbYD8JwMGq5uqsUov4BCjqnATAeyARk",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0507066062233947772255066770518967305493736974198469661145104823",
"base_token_price_native_currency": "0.00066125017308726",
"quote_token_price_usd": "75.637883500583054880322491363627205263073484859",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0006612501731",
"quote_token_price_base_token": "1512.286938741",
"address": "FXc1BVyNDmqwSKbYD8JwMGq5uqsUov4BCjqnATAeyARk",
"name": "XST / SOL",
"pool_created_at": "2026-08-07T14:56:20Z",
"fdv_usd": "50557259.2660569",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "1.894",
"m15": "3.594",
"m30": "8.123",
"h1": "5.604",
"h6": "-19.286",
"h24": "-15.794"
},
"transactions": {
"m5": {
"buys": 77,
"sells": 66,
"buyers": 66,
"sellers": 59
},
"m15": {
"buys": 231,
"sells": 214,
"buyers": 181,
"sellers": 159
},
"m30": {
"buys": 516,
"sells": 477,
"buyers": 390,
"sellers": 315
},
"h1": {
"buys": 1261,
"sells": 1113,
"buyers": 891,
"sellers": 671
},
"h6": {
"buys": 6898,
"sells": 5210,
"buyers": 3934,
"sellers": 2839
},
"h24": {
"buys": 35024,
"sells": 22217,
"buyers": 16870,
"sellers": 10236
}
},
"volume_usd": {
"m5": "10304.9854001643",
"m15": "48063.7907812039",
"m30": "96622.4350530854",
"h1": "286027.762893097",
"h6": "1341185.25166279",
"h24": "6317550.13909523"
},
"reserve_in_usd": "81024.9973"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_XSTuo1fV7HHMhs4BYiwtrWSLsMCJNrooH2AssWTYZqP",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "meteora",
"type": "dex"
}
}
}
},
{
"id": "robinhood_0xa70fc67c9f69da90b63a0e4c05d229954574e313",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.142803504032346",
"base_token_price_native_currency": "0.0000761014395175731",
"quote_token_price_usd": "1875.55",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00007610143952",
"quote_token_price_base_token": "13140.3559031112",
"address": "0xa70fc67c9f69da90b63a0e4c05d229954574e313",
"name": "CASHCAT / WETH 1%",
"pool_created_at": "2026-06-29T07:00:49Z",
"fdv_usd": "141182159.047452",
"market_cap_usd": "141182353.771238",
"price_change_percentage": {
"m5": "0.05",
"m15": "-0.002",
"m30": "2.499",
"h1": "1.536",
"h6": "-9.981",
"h24": "-10.315"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 0,
"buyers": 2,
"sellers": 0
},
"m15": {
"buys": 16,
"sells": 2,
"buyers": 6,
"sellers": 2
},
"m30": {
"buys": 65,
"sells": 6,
"buyers": 32,
"sellers": 5
},
"h1": {
"buys": 244,
"sells": 46,
"buyers": 68,
"sellers": 22
},
"h6": {
"buys": 780,
"sells": 921,
"buyers": 167,
"sellers": 164
},
"h24": {
"buys": 3508,
"sells": 2448,
"buyers": 499,
"sellers": 579
}
},
"volume_usd": {
"m5": "1430.3906000772",
"m15": "2802.114375761",
"m30": "17571.3341127065",
"h1": "126835.23855332",
"h6": "706571.365271362",
"h24": "1771501.75137384"
},
"reserve_in_usd": "3967608.0529"
},
"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_0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000483300682488592",
"base_token_price_native_currency": "0.000000258951196248424",
"quote_token_price_usd": "1876.74",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000002589511962",
"quote_token_price_base_token": "3861731.53276594",
"address": "0x88fbd9768ccf1bf77d6946afa1b2f3ce79e02a4566ca8a3d5ba78ab04e8ef27f",
"name": "POOLS / WETH 0.25%",
"pool_created_at": "2026-07-30T16:41:56Z",
"fdv_usd": "483300.67873732",
"market_cap_usd": "483300.6825",
"price_change_percentage": {
"m5": "-0.565",
"m15": "2.519",
"m30": "1.168",
"h1": "-0.069",
"h6": "9.465",
"h24": "-10.452"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 4,
"buyers": 1,
"sellers": 4
},
"m15": {
"buys": 5,
"sells": 9,
"buyers": 5,
"sellers": 9
},
"m30": {
"buys": 6,
"sells": 11,
"buyers": 6,
"sellers": 11
},
"h1": {
"buys": 20,
"sells": 22,
"buyers": 17,
"sellers": 21
},
"h6": {
"buys": 142,
"sells": 136,
"buyers": 100,
"sellers": 110
},
"h24": {
"buys": 1098,
"sells": 978,
"buyers": 467,
"sellers": 502
}
},
"volume_usd": {
"m5": "356.4015010413",
"m15": "1994.7172109345",
"m30": "2078.4976045879",
"h1": "4213.7028741889",
"h6": "35303.4878332005",
"h24": "291530.801061944"
},
"reserve_in_usd": "184816.1003"
},
"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": "bsc_0xcb105e5fb9708449bcb4af945c574444a5199fd0",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00701592918574981",
"base_token_price_native_currency": "0.000011590106043207",
"quote_token_price_usd": "18.6001939107192",
"quote_token_price_native_currency": "0.03077517744274",
"base_token_price_quote_token": "0.000376605661",
"quote_token_price_base_token": "2655.2973137616",
"address": "0xcb105e5fb9708449bcb4af945c574444a5199fd0",
"name": "utility / GMEB",
"pool_created_at": "2026-08-12T12:55:18Z",
"fdv_usd": "7043075.64",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-0.327",
"m15": "-1.675",
"m30": "2.089",
"h1": "-4.349",
"h6": "10.176",
"h24": "2153.615"
},
"transactions": {
"m5": {
"buys": 15,
"sells": 13,
"buyers": 11,
"sellers": 12
},
"m15": {
"buys": 61,
"sells": 32,
"buyers": 41,
"sellers": 29
},
"m30": {
"buys": 136,
"sells": 104,
"buyers": 78,
"sellers": 85
},
"h1": {
"buys": 297,
"sells": 230,
"buyers": 156,
"sellers": 181
},
"h6": {
"buys": 1559,
"sells": 1231,
"buyers": 750,
"sellers": 681
},
"h24": {
"buys": 36974,
"sells": 29805,
"buyers": 6418,
"sellers": 5648
}
},
"volume_usd": {
"m5": "2532.0758874741",
"m15": "16896.1589587488",
"m30": "57130.9554750855",
"h1": "115628.817782474",
"h6": "577160.176969123",
"h24": "16636093.5005463"
},
"reserve_in_usd": "324242.5402"
},
"relationships": {
"base_token": {
"data": {
"id": "bsc_0xede00776439f9c49c592e43eee34777a51847777",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "bsc_0x46ceefda28dd7207059ed19b0acdc026955bb15c",
"type": "token"
}
},
"network": {
"data": {
"id": "bsc",
"type": "network"
}
},
"dex": {
"data": {
"id": "pancakeswap_v2",
"type": "dex"
}
}
}
},
{
"id": "solana_BNgrT9cLk62z6iym7YqiZVUfeoGnFhjvHmw3r595pWzB",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0028770589362859792142305421999200223060123585685108361446757257",
"base_token_price_native_currency": "0.0000384649104779083",
"quote_token_price_usd": "75.637883500583054880322491363627205263073484859",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00003846491048",
"quote_token_price_base_token": "25997.7207167643",
"address": "BNgrT9cLk62z6iym7YqiZVUfeoGnFhjvHmw3r595pWzB",
"name": "Momota / SOL",
"pool_created_at": "2026-04-13T13:17:58Z",
"fdv_usd": "2846806.02123493",
"market_cap_usd": "2846806.02141645",
"price_change_percentage": {
"m5": "-0.171",
"m15": "0.39",
"m30": "3.737",
"h1": "5.677",
"h6": "-35.917",
"h24": "95.758"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 3,
"buyers": 1,
"sellers": 3
},
"m15": {
"buys": 26,
"sells": 32,
"buyers": 24,
"sellers": 27
},
"m30": {
"buys": 82,
"sells": 89,
"buyers": 65,
"sellers": 67
},
"h1": {
"buys": 245,
"sells": 246,
"buyers": 154,
"sellers": 181
},
"h6": {
"buys": 3203,
"sells": 2595,
"buyers": 1253,
"sellers": 1328
},
"h24": {
"buys": 16726,
"sells": 14241,
"buyers": 4694,
"sellers": 4842
}
},
"volume_usd": {
"m5": "112.5428001142",
"m15": "3883.0150871113",
"m30": "18765.9913716547",
"h1": "52761.2265385925",
"h6": "723277.403110967",
"h24": "4686258.02984072"
},
"reserve_in_usd": "192463.4588"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_CrJPSvj625TnPdWS42aG5ybMcHeFvnNqq5AExVespump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_AbgS2ze2ix81ntSxD7CcYS8vVQN64JrnJUpRs3jrLgHV",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00048017565338259085850598144141236495760326448879174094493244771",
"base_token_price_native_currency": "0.0000063522826062839",
"quote_token_price_usd": "75.637579692790061999478660792232769791801945614",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000006352282606",
"quote_token_price_base_token": "157423.726553155",
"address": "AbgS2ze2ix81ntSxD7CcYS8vVQN64JrnJUpRs3jrLgHV",
"name": "K-HOME / SOL",
"pool_created_at": "2026-08-12T08:35:23Z",
"fdv_usd": "486412.3912",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "1.41",
"m15": "-2.649",
"m30": "-18.578",
"h1": "-23.703",
"h6": "-71.317",
"h24": "1106.8"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 7,
"buyers": 2,
"sellers": 6
},
"m15": {
"buys": 50,
"sells": 56,
"buyers": 38,
"sellers": 41
},
"m30": {
"buys": 204,
"sells": 133,
"buyers": 138,
"sellers": 102
},
"h1": {
"buys": 263,
"sells": 211,
"buyers": 184,
"sellers": 176
},
"h6": {
"buys": 2729,
"sells": 2494,
"buyers": 1105,
"sellers": 1192
},
"h24": {
"buys": 40917,
"sells": 37893,
"buyers": 9476,
"sellers": 9357
}
},
"volume_usd": {
"m5": "213.5673138779",
"m15": "8681.291238917",
"m30": "31255.7128008204",
"h1": "40120.3186913129",
"h6": "564749.653446347",
"h24": "8388738.06435134"
},
"reserve_in_usd": "64945.8543"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_EUB1eZBt4m3X4FbperWnKGJdvLsuLMu2YmJix5yjpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
}
]
}
対応ネットワーク
複数のチェーンに対応した広範なカバレッジ
メジャーなブロックチェーンから新規参入のものまで、250+ 以上のネットワークから仮想通貨の価格とマーケット情報を取得します。
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は250以上のネットワークの分散型取引所のオンチェーントークンとマーケットデータを追跡しています。
CoinGeckoとGeckoTerminalのデータは、世界中で数百万人のユーザーに信頼されています。当社の 方法論 と評価指標の計算・評価方法について、リンクから詳しくご覧ください。 -
CoinGecko APIからどのようなオンチェーンデータを取得できますか?
- CoinGecko APIを使用すると、4300万以上のトークンの価格と流動性データをオンチェーンで取得できます。さらに、ネットワーク上の流動性プール(トッププール、人気のプールなど)のデータを取得できます。
-
CoinGecko APIのデータはどのくらいの頻度で更新されますか?
-
エンドポイントは20秒~5分間隔でキャッシュされ、ドキュメントに別段の記載がない限り、ほとんどのデータは基本的に同様の間隔で更新されます。 有料APIプランでは、更新頻度がより高くなっています(/simple/priceエンドポイントの場合は20秒)。
特にオンチェーンデータの場合、ブロックチェーン上でトランザクションが確認されてから2~3秒でデータが更新されます(ネットワークの可用性によって変化)。
APIを効率的に呼び出すために、相応にレスポンスを調整することが推奨されます(過度に頻繁な呼び出しによる帯域幅の無駄遣いを避ける)。