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": "1.00335210096915",
"base_token_price_native_currency": "0.00043975621490308",
"quote_token_price_usd": "2267.42253326551",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0004397562149",
"quote_token_price_base_token": "2273.987191336",
"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": "4391348020.70584",
"market_cap_usd": "4389329007.17523",
"price_change_percentage": {
"m5": "0.102",
"m15": "0.158",
"m30": "0.326",
"h1": "0.34",
"h6": "0.508",
"h24": "0.485"
},
"transactions": {
"m5": {
"buys": 5,
"sells": 0,
"buyers": 5,
"sellers": 0
},
"m15": {
"buys": 7,
"sells": 2,
"buyers": 7,
"sellers": 2
},
"m30": {
"buys": 11,
"sells": 7,
"buyers": 10,
"sellers": 6
},
"h1": {
"buys": 16,
"sells": 12,
"buyers": 14,
"sellers": 10
},
"h6": {
"buys": 85,
"sells": 111,
"buyers": 50,
"sellers": 63
},
"h24": {
"buys": 386,
"sells": 530,
"buyers": 170,
"sellers": 237
}
},
"volume_usd": {
"m5": "2487.4780608119",
"m15": "3616.510719673",
"m30": "5698.3618066203",
"h1": "10597.1416226326",
"h6": "97789.4709314862",
"h24": "520758.232601494"
},
"reserve_in_usd": "2069081.4227",
"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": "eth_0xcf14dfcf39de6849af062d611c2f4395a5558b63",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00411570090897411",
"base_token_price_native_currency": "0.00000181978431578237",
"quote_token_price_usd": "2268.00879429801",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001819784316",
"quote_token_price_base_token": "549515.671350357",
"address": "0xcf14dfcf39de6849af062d611c2f4395a5558b63",
"name": "ASE / WETH",
"pool_created_at": "2026-05-10T20:08:11Z",
"fdv_usd": "4134521.805",
"market_cap_usd": "1085311.9738125",
"price_change_percentage": {
"m5": "0",
"m15": "-0.478",
"m30": "4.325",
"h1": "6.066",
"h6": "35.014",
"h24": "191.46"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m15": {
"buys": 5,
"sells": 2,
"buyers": 4,
"sellers": 2
},
"m30": {
"buys": 12,
"sells": 3,
"buyers": 10,
"sellers": 3
},
"h1": {
"buys": 22,
"sells": 3,
"buyers": 19,
"sellers": 3
},
"h6": {
"buys": 122,
"sells": 45,
"buyers": 76,
"sellers": 34
},
"h24": {
"buys": 829,
"sells": 418,
"buyers": 422,
"sellers": 259
}
},
"volume_usd": {
"m5": "202.8561657392",
"m15": "815.8164745194",
"m30": "5240.658664783",
"h1": "5926.9650171284",
"h6": "51333.8670818871",
"h24": "719443.043965327"
},
"reserve_in_usd": "244100.1165"
},
"relationships": {
"base_token": {
"data": {
"id": "eth_0x041ff0e49f6f774e7dc7bd10ee4a14c00b1d80b2",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"type": "token"
}
},
"network": {
"data": {
"id": "eth",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap_v2",
"type": "dex"
}
}
}
},
{
"id": "solana_4kvhgLcrigN6mBAxApcRd8tRqGrSYLSdQuyw2VhEWxP9",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00102579012256034124571824699204870839865568346047786396453047738",
"base_token_price_native_currency": "0.0000112874201512326",
"quote_token_price_usd": "90.879059060127303859506131123538035061880528326",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00001128742015",
"quote_token_price_base_token": "88594.2036888561",
"address": "4kvhgLcrigN6mBAxApcRd8tRqGrSYLSdQuyw2VhEWxP9",
"name": "DAD / SOL",
"pool_created_at": "2026-05-13T03:39:06Z",
"fdv_usd": "990048.650784301",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "-1.3",
"m15": "0.586",
"m30": "-4.607",
"h1": "-1.342",
"h6": "5.748",
"h24": "84.561"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 2,
"buyers": 0,
"sellers": 2
},
"m15": {
"buys": 14,
"sells": 14,
"buyers": 12,
"sellers": 13
},
"m30": {
"buys": 65,
"sells": 75,
"buyers": 47,
"sellers": 50
},
"h1": {
"buys": 195,
"sells": 178,
"buyers": 103,
"sellers": 91
},
"h6": {
"buys": 2327,
"sells": 1911,
"buyers": 478,
"sellers": 404
},
"h24": {
"buys": 22225,
"sells": 12792,
"buyers": 5102,
"sellers": 3773
}
},
"volume_usd": {
"m5": "568.7757013076",
"m15": "2086.3516407642",
"m30": "14501.8463621532",
"h1": "50610.7858239907",
"h6": "285889.468402693",
"h24": "2174525.95757713"
},
"reserve_in_usd": "88091.0951"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_CowyrEtbMX5oT211m3u9ayaBcTknsP2wh2zMWghbpump",
"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.00607383697762046",
"base_token_price_native_currency": "0.00000267129970185053",
"quote_token_price_usd": "2268.06344181026",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000002671299702",
"quote_token_price_base_token": "374349.609408205",
"address": "0x7dfc9dd51638573a812b39d33eded20df468e7bc",
"name": "ASTEROID / WETH",
"pool_created_at": "2024-09-10T10:05:35Z",
"fdv_usd": "6073828.0918499",
"market_cap_usd": "6073836.978",
"price_change_percentage": {
"m5": "-0.113",
"m15": "-0.051",
"m30": "-1.121",
"h1": "-7.043",
"h6": "3.282",
"h24": "-22.487"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 2,
"buyers": 3,
"sellers": 2
},
"m15": {
"buys": 7,
"sells": 3,
"buyers": 6,
"sellers": 3
},
"m30": {
"buys": 13,
"sells": 5,
"buyers": 11,
"sellers": 5
},
"h1": {
"buys": 30,
"sells": 20,
"buyers": 25,
"sellers": 15
},
"h6": {
"buys": 152,
"sells": 97,
"buyers": 104,
"sellers": 67
},
"h24": {
"buys": 671,
"sells": 498,
"buyers": 337,
"sellers": 295
}
},
"volume_usd": {
"m5": "3055.7445589672",
"m15": "5480.8103589431",
"m30": "10112.8584284857",
"h1": "25698.4872015293",
"h6": "108633.238093906",
"h24": "589742.853435198"
},
"reserve_in_usd": "407389.7189"
},
"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": "solana_ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00244361171438200639297027171734299681531801474518136798677348167",
"base_token_price_native_currency": "0.0000270316758362416",
"quote_token_price_usd": "90.944582957132774979198246932582085809265268671",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00002703167584",
"quote_token_price_base_token": "36993.6368746806",
"address": "ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
"name": "WORLDCUP / SOL",
"pool_created_at": "2026-05-11T20:38:31Z",
"fdv_usd": "2462005.851",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "7.127",
"m15": "8.256",
"m30": "11.278",
"h1": "30.26",
"h6": "-8.789",
"h24": "-29.81"
},
"transactions": {
"m5": {
"buys": 25,
"sells": 28,
"buyers": 16,
"sellers": 28
},
"m15": {
"buys": 107,
"sells": 136,
"buyers": 50,
"sellers": 99
},
"m30": {
"buys": 190,
"sells": 193,
"buyers": 99,
"sellers": 142
},
"h1": {
"buys": 373,
"sells": 425,
"buyers": 219,
"sellers": 290
},
"h6": {
"buys": 2526,
"sells": 2102,
"buyers": 1182,
"sellers": 1144
},
"h24": {
"buys": 18253,
"sells": 14690,
"buyers": 5295,
"sellers": 4967
}
},
"volume_usd": {
"m5": "6816.1975491322",
"m15": "25118.7057913055",
"m30": "44462.0486344365",
"h1": "83461.0621751264",
"h6": "556192.947061827",
"h24": "3971999.28863721"
},
"reserve_in_usd": "154372.7363"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_33eum82LaAhtv5YkUq1BdwEviSErH5CnFxqVNLT5pump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "base_0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000187573466177469",
"base_token_price_native_currency": "0.000000085137975403227",
"quote_token_price_usd": "2261.41",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000000851379754",
"quote_token_price_base_token": "11745639.8894129",
"address": "0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
"name": "GITLAWB / WETH",
"pool_created_at": "2026-03-11T02:00:07Z",
"fdv_usd": "18757346.62",
"market_cap_usd": "18757346.62",
"price_change_percentage": {
"m5": "1.435",
"m15": "8.628",
"m30": "11.978",
"h1": "20.478",
"h6": "15.379",
"h24": "21.634"
},
"transactions": {
"m5": {
"buys": 10,
"sells": 2,
"buyers": 10,
"sellers": 2
},
"m15": {
"buys": 36,
"sells": 6,
"buyers": 31,
"sellers": 4
},
"m30": {
"buys": 49,
"sells": 6,
"buyers": 37,
"sellers": 4
},
"h1": {
"buys": 81,
"sells": 13,
"buyers": 67,
"sellers": 9
},
"h6": {
"buys": 293,
"sells": 94,
"buyers": 185,
"sellers": 70
},
"h24": {
"buys": 1339,
"sells": 793,
"buyers": 644,
"sellers": 410
}
},
"volume_usd": {
"m5": "38297.4886876738",
"m15": "60673.1440316645",
"m30": "70012.8053453645",
"h1": "123261.654485487",
"h6": "283301.768017907",
"h24": "2028981.90397316"
},
"reserve_in_usd": "4685770.5888"
},
"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_FzbYhPcoCuA2qSrV1s3j38RcQhP6c943p3KHYb6C5rCq",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00365719276406247872114830168729328167139282588220903007029146514",
"base_token_price_native_currency": "0.0000402867295227758",
"quote_token_price_usd": "90.879059060127303859506131123538035061880528326",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00004028672952",
"quote_token_price_base_token": "24822.0694964742",
"address": "FzbYhPcoCuA2qSrV1s3j38RcQhP6c943p3KHYb6C5rCq",
"name": "RKC / SOL",
"pool_created_at": "2026-05-11T21:13:06Z",
"fdv_usd": "3652198.92339644",
"market_cap_usd": "3652199.00482562",
"price_change_percentage": {
"m5": "0.446",
"m15": "3.989",
"m30": "6.122",
"h1": "4.624",
"h6": "-10.551",
"h24": "-47.257"
},
"transactions": {
"m5": {
"buys": 7,
"sells": 33,
"buyers": 7,
"sellers": 28
},
"m15": {
"buys": 36,
"sells": 70,
"buyers": 33,
"sellers": 62
},
"m30": {
"buys": 93,
"sells": 163,
"buyers": 79,
"sellers": 126
},
"h1": {
"buys": 330,
"sells": 323,
"buyers": 230,
"sellers": 249
},
"h6": {
"buys": 2542,
"sells": 1946,
"buyers": 1068,
"sellers": 1096
},
"h24": {
"buys": 20522,
"sells": 17138,
"buyers": 4463,
"sellers": 4993
}
},
"volume_usd": {
"m5": "3074.7769538495",
"m15": "11443.5147423671",
"m30": "25658.5959821564",
"h1": "65782.4519622776",
"h6": "529402.184723319",
"h24": "5366483.51935234"
},
"reserve_in_usd": "266249.1405"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_7HgfXftRBBqsYtAEYcqjGLQrNJLL6Tww9ek4rE3Apump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.131546674579001350191378090820382564958872247576550487556723954",
"base_token_price_native_currency": "0.00145226922254343",
"quote_token_price_usd": "90.944582957132774979198246932582085809265268671",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.001452269223",
"quote_token_price_base_token": "688.577561569",
"address": "4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
"name": "TROLL / SOL",
"pool_created_at": "2025-04-20T18:30:26Z",
"fdv_usd": "131937562.353075",
"market_cap_usd": "131937562.353128",
"price_change_percentage": {
"m5": "-0.717",
"m15": "0.925",
"m30": "4.335",
"h1": "4.499",
"h6": "6.93",
"h24": "23.325"
},
"transactions": {
"m5": {
"buys": 6,
"sells": 7,
"buyers": 6,
"sellers": 7
},
"m15": {
"buys": 29,
"sells": 53,
"buyers": 26,
"sellers": 40
},
"m30": {
"buys": 96,
"sells": 144,
"buyers": 57,
"sellers": 76
},
"h1": {
"buys": 135,
"sells": 164,
"buyers": 79,
"sellers": 92
},
"h6": {
"buys": 1536,
"sells": 1676,
"buyers": 484,
"sellers": 483
},
"h24": {
"buys": 11411,
"sells": 10212,
"buyers": 2266,
"sellers": 2011
}
},
"volume_usd": {
"m5": "14290.6878526919",
"m15": "56731.4571477465",
"m30": "130792.32334195",
"h1": "147921.097069431",
"h6": "1398917.46326741",
"h24": "11431130.0927993"
},
"reserve_in_usd": "4451230.9989"
},
"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": "solana_4qryQZJ1UK8ekpSvjTr4rMjdBQsUFTU8XeD6tw73Xb8z",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00338205860072782580050496658109542903028310860514242014194657787",
"base_token_price_native_currency": "0.0000372333270582856",
"quote_token_price_usd": "90.871542868014406381823612183760271438815265179",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00003723332706",
"quote_token_price_base_token": "26857.6589579165",
"address": "4qryQZJ1UK8ekpSvjTr4rMjdBQsUFTU8XeD6tw73Xb8z",
"name": "HANTA / SOL",
"pool_created_at": "2026-05-03T21:27:40Z",
"fdv_usd": "3413527.61478573",
"market_cap_usd": "3413527.77476104",
"price_change_percentage": {
"m5": "0.642",
"m15": "-0.987",
"m30": "4.208",
"h1": "1.168",
"h6": "-13.365",
"h24": "-36.068"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 2,
"buyers": 2,
"sellers": 2
},
"m15": {
"buys": 23,
"sells": 14,
"buyers": 17,
"sellers": 12
},
"m30": {
"buys": 66,
"sells": 60,
"buyers": 42,
"sellers": 41
},
"h1": {
"buys": 99,
"sells": 119,
"buyers": 64,
"sellers": 85
},
"h6": {
"buys": 1033,
"sells": 820,
"buyers": 537,
"sellers": 515
},
"h24": {
"buys": 9305,
"sells": 6945,
"buyers": 2546,
"sellers": 2598
}
},
"volume_usd": {
"m5": "542.5461920516",
"m15": "5507.3636323767",
"m30": "19462.3856312011",
"h1": "29603.2028226181",
"h6": "266664.498379351",
"h24": "2101563.75722831"
},
"reserve_in_usd": "262697.1214"
},
"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": "solana_AmfZq4hiLCrouHyfhveb9mn3v7E2oFQ7U4utmGbXnqFD",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000093785775073612225785717359221791882197460880190741596424467608",
"base_token_price_native_currency": "0.0000010259682790622",
"quote_token_price_usd": "90.951178732606911932189828708250580587237079158",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001025968279",
"quote_token_price_base_token": "974689.003946656",
"address": "AmfZq4hiLCrouHyfhveb9mn3v7E2oFQ7U4utmGbXnqFD",
"name": "CHINA / SOL",
"pool_created_at": "2026-05-13T09:59:11Z",
"fdv_usd": "93785.77507",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "5.313",
"m15": "-1.019",
"m30": "-4.958",
"h1": "-0.191",
"h6": "-28.124",
"h24": "155.577"
},
"transactions": {
"m5": {
"buys": 13,
"sells": 3,
"buyers": 9,
"sellers": 3
},
"m15": {
"buys": 46,
"sells": 28,
"buyers": 38,
"sellers": 27
},
"m30": {
"buys": 82,
"sells": 45,
"buyers": 64,
"sellers": 42
},
"h1": {
"buys": 166,
"sells": 130,
"buyers": 120,
"sellers": 102
},
"h6": {
"buys": 1320,
"sells": 1109,
"buyers": 598,
"sellers": 662
},
"h24": {
"buys": 30827,
"sells": 23397,
"buyers": 7337,
"sellers": 6377
}
},
"volume_usd": {
"m5": "364.3529057722",
"m15": "2793.3441969578",
"m30": "4195.638717978",
"h1": "9899.7309421021",
"h6": "95487.1570326769",
"h24": "2853446.51402321"
},
"reserve_in_usd": "28139.5155"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_FHfYY6sViy7G21a33JLtUPpvYj6oEwMBFNyeVkbbpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "base_0x10a0b8eba9d4e0f772c8c47968ee819bb4609ef4454409157961570cdce9a735",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00000288533028940503",
"base_token_price_native_currency": "0.00000000124908916306198",
"quote_token_price_usd": "2263.0",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000000001249089163",
"quote_token_price_base_token": "800583360.717525",
"address": "0x10a0b8eba9d4e0f772c8c47968ee819bb4609ef4454409157961570cdce9a735",
"name": "AXIOM / WETH",
"pool_created_at": "2026-01-29T23:33:43Z",
"fdv_usd": "280310.22301591",
"market_cap_usd": "288533.0289",
"price_change_percentage": {
"m5": "0.03",
"m15": "2.284",
"m30": "9.995",
"h1": "17.84",
"h6": "1.222",
"h24": "448.302"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 1,
"buyers": 2,
"sellers": 1
},
"m15": {
"buys": 4,
"sells": 2,
"buyers": 4,
"sellers": 2
},
"m30": {
"buys": 11,
"sells": 5,
"buyers": 11,
"sellers": 5
},
"h1": {
"buys": 22,
"sells": 6,
"buyers": 22,
"sellers": 6
},
"h6": {
"buys": 65,
"sells": 93,
"buyers": 51,
"sellers": 54
},
"h24": {
"buys": 570,
"sells": 1021,
"buyers": 315,
"sellers": 321
}
},
"volume_usd": {
"m5": "24.8825071959",
"m15": "928.7909984296",
"m30": "3061.1749300143",
"h1": "5689.7461918901",
"h6": "17486.7175400634",
"h24": "242977.95624124"
},
"reserve_in_usd": "206686.5546"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0xf3ce5ddaab6c133f9875a4a46c55cf0b58111b07",
"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_0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000202904881997356",
"base_token_price_native_currency": "0.0000000896705501176006",
"quote_token_price_usd": "2261.39",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000008967055012",
"quote_token_price_base_token": "11151933.3681853",
"address": "0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
"name": "LFI / WETH",
"pool_created_at": "2026-05-01T16:42:23Z",
"fdv_usd": "20278187.87",
"market_cap_usd": "12775229.656515",
"price_change_percentage": {
"m5": "-1.417",
"m15": "-5.278",
"m30": "-4.987",
"h1": "-8.618",
"h6": "-14.757",
"h24": "-22.865"
},
"transactions": {
"m5": {
"buys": 6,
"sells": 4,
"buyers": 6,
"sellers": 4
},
"m15": {
"buys": 15,
"sells": 14,
"buyers": 14,
"sellers": 14
},
"m30": {
"buys": 20,
"sells": 18,
"buyers": 17,
"sellers": 18
},
"h1": {
"buys": 47,
"sells": 43,
"buyers": 27,
"sellers": 29
},
"h6": {
"buys": 98,
"sells": 136,
"buyers": 57,
"sellers": 95
},
"h24": {
"buys": 719,
"sells": 1080,
"buyers": 304,
"sellers": 481
}
},
"volume_usd": {
"m5": "1520.6650879914",
"m15": "10833.526592502",
"m30": "14709.5977946026",
"h1": "24610.9306951913",
"h6": "65268.2346747954",
"h24": "529386.204369853"
},
"reserve_in_usd": "1165931.3006"
},
"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": "base_0xb04b187062efbf94cf9b4b6f42bf688258d3c88b7c9283bbc74dbbfb1af40d54",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0000442017631727544",
"base_token_price_native_currency": "0.0000000199187397620591",
"quote_token_price_usd": "2261.38",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000001991873976",
"quote_token_price_base_token": "50203979.3654408",
"address": "0xb04b187062efbf94cf9b4b6f42bf688258d3c88b7c9283bbc74dbbfb1af40d54",
"name": "ClawBank / WETH",
"pool_created_at": "2026-02-09T16:39:29Z",
"fdv_usd": "4420176.317",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "-1.909",
"m15": "-0.201",
"m30": "-3.398",
"h1": "-3.167",
"h6": "2.154",
"h24": "-11.508"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 1,
"buyers": 1,
"sellers": 1
},
"m15": {
"buys": 2,
"sells": 4,
"buyers": 2,
"sellers": 3
},
"m30": {
"buys": 8,
"sells": 25,
"buyers": 7,
"sellers": 12
},
"h1": {
"buys": 14,
"sells": 44,
"buyers": 13,
"sellers": 20
},
"h6": {
"buys": 81,
"sells": 247,
"buyers": 63,
"sellers": 102
},
"h24": {
"buys": 714,
"sells": 1965,
"buyers": 372,
"sellers": 562
}
},
"volume_usd": {
"m5": "983.08251985",
"m15": "2341.8104751662",
"m30": "9219.9448894474",
"h1": "14844.2796613493",
"h6": "60847.5879137278",
"h24": "1098061.04246481"
},
"reserve_in_usd": "4307564.5232"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x16332535e2c27da578bc2e82beb09ce9d3c8eb07",
"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_0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000410602364365913",
"base_token_price_native_currency": "0.000000179672308743328",
"quote_token_price_usd": "2261.41",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000001796723087",
"quote_token_price_base_token": "5565687.92928774",
"address": "0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
"name": "BNKR / WETH 1%",
"pool_created_at": "2024-12-03T04:44:53Z",
"fdv_usd": "39679080.9447872",
"market_cap_usd": "40922127.82",
"price_change_percentage": {
"m5": "0",
"m15": "0.645",
"m30": "3.043",
"h1": "1.092",
"h6": "0.714",
"h24": "-5.211"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m15": {
"buys": 3,
"sells": 0,
"buyers": 2,
"sellers": 0
},
"m30": {
"buys": 15,
"sells": 11,
"buyers": 3,
"sellers": 1
},
"h1": {
"buys": 23,
"sells": 11,
"buyers": 9,
"sellers": 1
},
"h6": {
"buys": 153,
"sells": 82,
"buyers": 68,
"sellers": 9
},
"h24": {
"buys": 1126,
"sells": 1132,
"buyers": 224,
"sellers": 198
}
},
"volume_usd": {
"m5": "5773.5436987224",
"m15": "12680.5998643786",
"m30": "12737.31625455",
"h1": "14308.8700123194",
"h6": "85923.3329761179",
"h24": "933828.262490732"
},
"reserve_in_usd": "2323511.9663"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x22af33fe49fd1fa80c7149773dde5890d3c76f3b",
"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_0x0aed2bd5abdffcde57c0bcf30e75cd594b8876a9",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.07234955985896",
"base_token_price_native_currency": "0.0000318596012536868929746317440575",
"quote_token_price_usd": "1.00050164692709",
"quote_token_price_native_currency": "0.00044242773114195",
"base_token_price_quote_token": "0.07201085965",
"quote_token_price_base_token": "13.8867943644",
"address": "0x0aed2bd5abdffcde57c0bcf30e75cd594b8876a9",
"name": "AORA / USDC 0.3%",
"pool_created_at": "2026-05-09T03:17:28Z",
"fdv_usd": "14471877.657977",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "0.076",
"m15": "0.971",
"m30": "17.988",
"h1": "26.297",
"h6": "40.14",
"h24": "-93.6"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 4,
"buyers": 2,
"sellers": 4
},
"m15": {
"buys": 25,
"sells": 38,
"buyers": 14,
"sellers": 35
},
"m30": {
"buys": 130,
"sells": 74,
"buyers": 32,
"sellers": 63
},
"h1": {
"buys": 180,
"sells": 117,
"buyers": 54,
"sellers": 93
},
"h6": {
"buys": 1263,
"sells": 952,
"buyers": 418,
"sellers": 604
},
"h24": {
"buys": 2534,
"sells": 1904,
"buyers": 722,
"sellers": 1037
}
},
"volume_usd": {
"m5": "1385.1272527148",
"m15": "21409.0907603826",
"m30": "32840.1281985632",
"h1": "47274.5729584657",
"h6": "881589.597826685",
"h24": "1563153.13191374"
},
"reserve_in_usd": "703843.2837"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x6e84030fa86ebf585e3e18fe557e5612f7e93bff",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "aerodrome-slipstream-3",
"type": "dex"
}
}
}
},
{
"id": "base_0xa51b3a0f976c3fe1054ccaa42cc3b807416f02f0db6724b2c72e99c72e572c24",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0000023285931637093",
"base_token_price_native_currency": "0.00000000102617731229699",
"quote_token_price_usd": "2261.39",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000000001026177312",
"quote_token_price_base_token": "974490458.92625",
"address": "0xa51b3a0f976c3fe1054ccaa42cc3b807416f02f0db6724b2c72e99c72e572c24",
"name": "CoP / WETH",
"pool_created_at": "2026-04-21T15:42:47Z",
"fdv_usd": "232086.418",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "1.383",
"m15": "-2.959",
"m30": "20.239",
"h1": "19.415",
"h6": "61.27",
"h24": "123.994"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 1,
"buyers": 2,
"sellers": 1
},
"m15": {
"buys": 6,
"sells": 9,
"buyers": 6,
"sellers": 9
},
"m30": {
"buys": 23,
"sells": 34,
"buyers": 20,
"sellers": 31
},
"h1": {
"buys": 41,
"sells": 59,
"buyers": 35,
"sellers": 50
},
"h6": {
"buys": 221,
"sells": 330,
"buyers": 145,
"sellers": 221
},
"h24": {
"buys": 2450,
"sells": 3575,
"buyers": 788,
"sellers": 912
}
},
"volume_usd": {
"m5": "1136.0833562481",
"m15": "5230.3049676751",
"m30": "13890.0640471342",
"h1": "19925.1123129703",
"h6": "105606.123276066",
"h24": "1217174.7672905"
},
"reserve_in_usd": "132102.3939"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0xd8db4c337d09da8d7ceb7d87adfe224d17785ba3",
"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_34UtPx3zyYfC5GVqDXWJqLf77BU5Ebb6o3C2XynpKtzL",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000656480253534436761540905400045762679463493301019751813240707822",
"base_token_price_native_currency": "0.0000072193678199981",
"quote_token_price_usd": "90.951001538129388954827277514332329176615958657",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000721936782",
"quote_token_price_base_token": "138516.283549085",
"address": "34UtPx3zyYfC5GVqDXWJqLf77BU5Ebb6o3C2XynpKtzL",
"name": "BABYTROLL / SOL",
"pool_created_at": "2026-05-10T19:34:49Z",
"fdv_usd": "644051.360439598",
"market_cap_usd": "644051.360439598",
"price_change_percentage": {
"m5": "0.636",
"m15": "-3.697",
"m30": "-11.113",
"h1": "-3.903",
"h6": "-13.306",
"h24": "57.147"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 4,
"buyers": 4,
"sellers": 4
},
"m15": {
"buys": 73,
"sells": 35,
"buyers": 61,
"sellers": 32
},
"m30": {
"buys": 127,
"sells": 66,
"buyers": 99,
"sellers": 60
},
"h1": {
"buys": 197,
"sells": 129,
"buyers": 141,
"sellers": 110
},
"h6": {
"buys": 1248,
"sells": 987,
"buyers": 607,
"sellers": 576
},
"h24": {
"buys": 6403,
"sells": 5395,
"buyers": 2017,
"sellers": 1998
}
},
"volume_usd": {
"m5": "162.0207146547",
"m15": "9861.7882684343",
"m30": "18009.766137302",
"h1": "26114.1509492822",
"h6": "156239.502561601",
"h24": "945507.567372812"
},
"reserve_in_usd": "79676.4922"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_6qdzMx4c9rL2X3Ns3SwZ8uEo4zReDPjdXpAEmpo7pump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_Cf51Hk5Zm7JtMaqzkR9kj6AD8o1PeuwMeFf4z947XQ55",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000363168703465308165876185141744198562444949811571497213639596398",
"base_token_price_native_currency": "0.00000404588308599091",
"quote_token_price_usd": "90.951178732606911932189828708250580587237079158",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000004045883086",
"quote_token_price_base_token": "247164.828727393",
"address": "Cf51Hk5Zm7JtMaqzkR9kj6AD8o1PeuwMeFf4z947XQ55",
"name": "PAIN / SOL",
"pool_created_at": "2026-05-11T16:02:32Z",
"fdv_usd": "363167.517159807",
"market_cap_usd": "363167.68678278",
"price_change_percentage": {
"m5": "1.081",
"m15": "-3.949",
"m30": "-8.311",
"h1": "-11.919",
"h6": "10.262",
"h24": "-61.813"
},
"transactions": {
"m5": {
"buys": 8,
"sells": 9,
"buyers": 8,
"sellers": 9
},
"m15": {
"buys": 31,
"sells": 35,
"buyers": 27,
"sellers": 30
},
"m30": {
"buys": 103,
"sells": 93,
"buyers": 80,
"sellers": 80
},
"h1": {
"buys": 230,
"sells": 189,
"buyers": 151,
"sellers": 164
},
"h6": {
"buys": 5750,
"sells": 5125,
"buyers": 1768,
"sellers": 1907
},
"h24": {
"buys": 21238,
"sells": 17220,
"buyers": 5155,
"sellers": 4446
}
},
"volume_usd": {
"m5": "712.8631917487",
"m15": "2874.5079638116",
"m30": "12018.6422490909",
"h1": "23519.3334344802",
"h6": "734277.226661228",
"h24": "3411171.41439335"
},
"reserve_in_usd": "58362.7861"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_2N9BXbRtyZM4YHzj9wvteW1Nuq6B5DzDwh57dDmZpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "bsc_0x673dbd89b4de73f139ccca01f515536d386bc993c35efb3abf0a4d4b02b6dd20",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.164044181794252",
"base_token_price_native_currency": "0.000244441460700396",
"quote_token_price_usd": "0.995630895475108",
"quote_token_price_native_currency": "0.00148289554143535",
"base_token_price_quote_token": "0.1648406471",
"quote_token_price_base_token": "6.0664649",
"address": "0x673dbd89b4de73f139ccca01f515536d386bc993c35efb3abf0a4d4b02b6dd20",
"name": "BILL / USDT 0.007%",
"pool_created_at": "2026-05-03T11:42:10Z",
"fdv_usd": "29308632.6028754",
"market_cap_usd": "399780951.6696",
"price_change_percentage": {
"m5": "0.488",
"m15": "-1.463",
"m30": "-1.741",
"h1": "-4.643",
"h6": "-11.503",
"h24": "-18.741"
},
"transactions": {
"m5": {
"buys": 244,
"sells": 236,
"buyers": 111,
"sellers": 116
},
"m15": {
"buys": 1261,
"sells": 1175,
"buyers": 401,
"sellers": 423
},
"m30": {
"buys": 2583,
"sells": 2473,
"buyers": 619,
"sellers": 708
},
"h1": {
"buys": 5570,
"sells": 5723,
"buyers": 958,
"sellers": 1115
},
"h6": {
"buys": 33153,
"sells": 33270,
"buyers": 2254,
"sellers": 2419
},
"h24": {
"buys": 144434,
"sells": 148853,
"buyers": 4800,
"sellers": 5747
}
},
"volume_usd": {
"m5": "44853.4714442825",
"m15": "221653.889928529",
"m30": "419586.767754922",
"h1": "969466.921206803",
"h6": "5980293.04688425",
"h24": "57669584.4508742"
},
"reserve_in_usd": "1977543.733"
},
"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_0x7c84276e317f128b55bd270dbfba3ef94c84b984c124a1de7c4f72da90bfba45",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.327606190041716",
"base_token_price_native_currency": "0.000142155131399559",
"quote_token_price_usd": "2261.41",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0001421551314",
"quote_token_price_base_token": "7034.568433476",
"address": "0x7c84276e317f128b55bd270dbfba3ef94c84b984c124a1de7c4f72da90bfba45",
"name": "POD / ETH 1%",
"pool_created_at": "2026-03-02T17:54:15Z",
"fdv_usd": "163803094.999975",
"market_cap_usd": "18299322.451795",
"price_change_percentage": {
"m5": "1.757",
"m15": "-0.68",
"m30": "-1.799",
"h1": "-4.62",
"h6": "-0.406",
"h24": "3.257"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 2,
"buyers": 2,
"sellers": 2
},
"m15": {
"buys": 16,
"sells": 9,
"buyers": 9,
"sellers": 8
},
"m30": {
"buys": 35,
"sells": 18,
"buyers": 15,
"sellers": 16
},
"h1": {
"buys": 71,
"sells": 39,
"buyers": 25,
"sellers": 35
},
"h6": {
"buys": 1226,
"sells": 265,
"buyers": 115,
"sellers": 118
},
"h24": {
"buys": 3499,
"sells": 747,
"buyers": 348,
"sellers": 302
}
},
"volume_usd": {
"m5": "3325.0675492266",
"m15": "7588.6621247508",
"m30": "21956.5542743534",
"h1": "65001.6681407081",
"h6": "366306.308482393",
"h24": "1792748.68182831"
},
"reserve_in_usd": "3938053.5184"
},
"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": "solana_D2g8AAUqBzLpX7mxp6yg8v3Psau6hVc2dRLqjuaQXZyP",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00035074061681496463223017171605872682389765614336999869235253901",
"base_token_price_native_currency": "0.00000377628296020324",
"quote_token_price_usd": "90.95123489088759564327721984918845082146739819",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000377628296",
"quote_token_price_base_token": "264810.664491672",
"address": "D2g8AAUqBzLpX7mxp6yg8v3Psau6hVc2dRLqjuaQXZyP",
"name": "MASCOTS / SOL",
"pool_created_at": "2026-04-24T05:11:41Z",
"fdv_usd": "350740.6168",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "3.873",
"m15": "4.298",
"m30": "-5.971",
"h1": "-6.892",
"h6": "21.669",
"h24": "88.98"
},
"transactions": {
"m5": {
"buys": 13,
"sells": 7,
"buyers": 13,
"sellers": 7
},
"m15": {
"buys": 42,
"sells": 26,
"buyers": 41,
"sellers": 25
},
"m30": {
"buys": 113,
"sells": 62,
"buyers": 95,
"sellers": 57
},
"h1": {
"buys": 217,
"sells": 116,
"buyers": 173,
"sellers": 96
},
"h6": {
"buys": 2387,
"sells": 1458,
"buyers": 1527,
"sellers": 1068
},
"h24": {
"buys": 24313,
"sells": 11110,
"buyers": 9200,
"sellers": 2769
}
},
"volume_usd": {
"m5": "1353.8951399007",
"m15": "3796.4840077703",
"m30": "10106.9600037642",
"h1": "16408.583633131",
"h6": "162970.818196542",
"h24": "1178969.48518868"
},
"reserve_in_usd": "61595.3313"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_8GxLxKA8tf3h8JUkXFfP4dNyn6D2vvwyGif5wanRpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"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