DeFi 프로젝트와 개발자를 위한 온체인 DEX 토큰 & 시장 데이터 API
2014년부터 세계 최대 독립 암호화폐 데이터 기관으로 인정받고 있는 CoinGecko API를 통해 암호화폐 시장에 대한 포괄적인 정보를 확인하세요.
데이터 제공:
선도적인 Web3 프로젝트의 신뢰
광범위하고 안정적인 온체인 DEX 데이터 API
안정적이고 광범위한 DEX 데이터 API를 통해 주요 네트워크에서 Uniswap, PancakeSwap, Orca, Curve 등 DEX의 온체인 시장 데이터를 이용하세요.
40M+
코인 & 토큰
200+
네트워크
1,500+
DEX
효율적인 DeFi 프로젝트 확장
포괄적이고 심층적인 추적 범위
온체인 토큰, 네트워크, DEX 및 유동성 풀에 대한 광범위한 커버리지를 제공합니다.
- 40M개 이상의 코인 ,
- Ethereum, BNB Chain, Pulsechain, Arbitrum 등을 비롯한200 개 이상의 네트워크 ,
- Uniswap, Pancakeswap, Orca, Raydium, Curve 등을 비롯한1,000 곳 이상의 DEX(탈중앙화 거래소) ,
- 43M개 이상의 유동성 풀 에 대한 커버리지를 제공합니다.
엔터프라이즈급 안정성과 신뢰성
동급 최고의 암호화폐 데이터 및 엔드포인트 개선을 위해 노력하는 숙련된 암호화폐 전문가 팀
- 2014년 초부터 운영 중
- 업타임 99.9%
- 엔터프라이즈 사용자의 경우 연중무휴 24시간 지원
정확한 실시간 데이터
- 데이터는 네트워크 가용성에 따라 2~3초마다 업데이트되고
- 모든 엔드포인트의 캐시는 서로 다르며(10초부터 시작), 일부 엔드포인트의 경우 캐시 없이 작동합니다(실시간).
암호화폐, NFT, DEX 데이터를 위한 하나의 통합 API
완벽한 커버리지를 제공하는 단 하나의 암호화폐 데이터 API로 통합 프로세스를 간소화하세요
| 엔드포인트 카테고리 | 설명 |
|---|---|
| /onchain/simple/*/token_price/* | 토큰 주소로 네트워크에서 토큰의 최신 USD 가격을 확인하는 가장 간단한 방법 |
| /onchain/networks | 지원되는 전체 네트워크 목록 보기 |
| /onchain/network/*dexes | 지원되는 전체 네트워크 DEX 목록 보기 |
| /onchains/network/*/pools/* | 인기 풀, 신규 풀 및 가격, 준비금, 시가총액, 트랜잭션, 거래량 등의 시장 데이터을 비롯한 유동성 풀 데이터를 확인할 수 있습니다. 엔드포인트 검색을 통해 네트워크에 있는 풀을 검색할 수도 있습니다. |
| /onchains/network/*/tokens/* | 상위 풀, 시세, 완전희석시가총액(FDV), 준비금, 거래량, 시가총액, GeckoTerminal 점수, CoinGecko API ID를 비롯한 토큰 관련 데이터를 확인하세요. 이미지, 웹사이트, 설명, SNS 링크 등의 메타데이터도 제공됩니다. |
| /onchains/network/*/ohlcvs/* | 유동성 풀의 OHLCV 역대 차트 데이터 살펴보기 |
| /onchains/network/*/trades | 유동성 풀에서 최신 거래 300건 확인하기 |
// 유동성 풀의 시세 및 시장 데이터 가져오기
{
"data": {
"id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
"type": "pool",
"attributes": {
"base_token_price_usd": "1.00372389287468",
"base_token_price_native_currency": "0.000640205662756746",
"quote_token_price_usd": "1560.00861843489",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0006402056628",
"quote_token_price_base_token": "1561.998054959",
"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": "4649077130.57945",
"market_cap_usd": "4649072411.61017",
"price_change_percentage": {
"m5": "-0.054",
"m15": "0.354",
"m30": "0.041",
"h1": "0.107",
"h6": "0.09",
"h24": "0.363"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 8,
"buyers": 3,
"sellers": 6
},
"m15": {
"buys": 13,
"sells": 14,
"buyers": 9,
"sellers": 10
},
"m30": {
"buys": 19,
"sells": 38,
"buyers": 15,
"sellers": 22
},
"h1": {
"buys": 33,
"sells": 69,
"buyers": 25,
"sellers": 41
},
"h6": {
"buys": 189,
"sells": 274,
"buyers": 110,
"sellers": 129
},
"h24": {
"buys": 712,
"sells": 751,
"buyers": 284,
"sellers": 276
}
},
"volume_usd": {
"m5": "739.7004466948",
"m15": "3639.717703913",
"m30": "9482.892554595",
"h1": "16301.5697035959",
"h6": "188293.540657042",
"h24": "412570.931901304"
},
"reserve_in_usd": "1165798.9646",
"locked_liquidity_percentage": null
},
"relationships": {
"base_token": {
"data": {
"id": "eth_0x6b175474e89094c44da98b954eedeac495271d0f",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"type": "token"
}
},
"dex": {
"data": {
"id": "uniswap_v3",
"type": "dex"
}
}
}
}
}
// 인기 풀 알아보기
{
"data": [
{
"id": "solana_3Qhv2Z6n5aknNzx56A2n4qvqUZ4CvbCkUh24KcK9T9qY",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00000352067110376941686861353028365708086260445229223918705213329205",
"base_token_price_native_currency": "0.0000000519583173404353",
"quote_token_price_usd": "66.004119739537215903981489993978920282613322361",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000005195831734",
"quote_token_price_base_token": "19246196.7820843",
"address": "3Qhv2Z6n5aknNzx56A2n4qvqUZ4CvbCkUh24KcK9T9qY",
"name": "EAGLE250 / SOL",
"pool_created_at": "2026-06-24T05:46:18Z",
"fdv_usd": "3520.671104",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "2.63",
"m15": "7.228",
"m30": "7.275",
"h1": "8.162",
"h6": "10.337",
"h24": "-99.558"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m15": {
"buys": 10,
"sells": 0,
"buyers": 6,
"sellers": 0
},
"m30": {
"buys": 11,
"sells": 0,
"buyers": 6,
"sellers": 0
},
"h1": {
"buys": 14,
"sells": 1,
"buyers": 7,
"sellers": 1
},
"h6": {
"buys": 92,
"sells": 1395,
"buyers": 36,
"sellers": 1386
},
"h24": {
"buys": 39631,
"sells": 32961,
"buyers": 19361,
"sellers": 21601
}
},
"volume_usd": {
"m5": "65.2117383663",
"m15": "105.9161012021",
"m30": "106.57184998",
"h1": "118.2930882088",
"h6": "1293.5054429977",
"h24": "2116755.92738471"
},
"reserve_in_usd": "4936.5175"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_AXLmMWkRmSPdPxkuMqAD4nzYBK7QRssNkYZ6RXzLpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_EwRxs61YB2sWiANgQCbG9vgeRKWDZ3FxXWtYZ2kFVbM8",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00306018523906990068307367672501237794396418970459114968282913866",
"base_token_price_native_currency": "0.0000461452985890231",
"quote_token_price_usd": "66.012681561714132152074805703106969063619368694",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00004614529859",
"quote_token_price_base_token": "21670.6800167477",
"address": "EwRxs61YB2sWiANgQCbG9vgeRKWDZ3FxXWtYZ2kFVbM8",
"name": "world / SOL",
"pool_created_at": "2026-06-23T14:53:13Z",
"fdv_usd": "3060185.239",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "0.185",
"m15": "-6.267",
"m30": "3.355",
"h1": "-3.447",
"h6": "20.105",
"h24": "50.819"
},
"transactions": {
"m5": {
"buys": 15,
"sells": 3,
"buyers": 13,
"sellers": 3
},
"m15": {
"buys": 70,
"sells": 96,
"buyers": 51,
"sellers": 82
},
"m30": {
"buys": 321,
"sells": 240,
"buyers": 177,
"sellers": 169
},
"h1": {
"buys": 583,
"sells": 432,
"buyers": 276,
"sellers": 281
},
"h6": {
"buys": 3736,
"sells": 3617,
"buyers": 1308,
"sellers": 1561
},
"h24": {
"buys": 13778,
"sells": 13514,
"buyers": 3406,
"sellers": 4010
}
},
"volume_usd": {
"m5": "664.8574609956",
"m15": "12667.3928342959",
"m30": "46706.6636323595",
"h1": "78458.6677729612",
"h6": "710738.447490439",
"h24": "2986933.44339296"
},
"reserve_in_usd": "149010.9554"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_FMqh9mqR6drPZqqW6wPqLHxX4rqNDWGhYLaMfoaJpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_HZyqZRuAUCLdJaHqBfnoFHVBwXmuH3Sm1LyXnWu8Ee15",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000253692275143178260578022442901701678697615044324754674829761592",
"base_token_price_native_currency": "0.00000384368791329831",
"quote_token_price_usd": "66.004360289154953420852589185076553576150928456",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000003843687913",
"quote_token_price_base_token": "260166.804006179",
"address": "HZyqZRuAUCLdJaHqBfnoFHVBwXmuH3Sm1LyXnWu8Ee15",
"name": "WEN / SOL",
"pool_created_at": "2026-06-24T01:51:21Z",
"fdv_usd": "253692.2751",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-3.162",
"m15": "-5.61",
"m30": "-8.179",
"h1": "-1.781",
"h6": "-55.82",
"h24": "-46.092"
},
"transactions": {
"m5": {
"buys": 10,
"sells": 6,
"buyers": 10,
"sellers": 6
},
"m15": {
"buys": 46,
"sells": 30,
"buyers": 35,
"sellers": 23
},
"m30": {
"buys": 145,
"sells": 134,
"buyers": 81,
"sellers": 89
},
"h1": {
"buys": 267,
"sells": 267,
"buyers": 144,
"sellers": 158
},
"h6": {
"buys": 3626,
"sells": 2994,
"buyers": 971,
"sellers": 1315
},
"h24": {
"buys": 20591,
"sells": 18802,
"buyers": 4214,
"sellers": 5229
}
},
"volume_usd": {
"m5": "1205.200116348",
"m15": "4723.2221821872",
"m30": "14614.4840759809",
"h1": "25184.8736117932",
"h6": "409383.980290897",
"h24": "2664661.81330176"
},
"reserve_in_usd": "50087.3946"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_66pQgfLHEfbHSBgYSZSrKEdJHHaGiYbgCtNbz48Apump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00339506769890886944778456785124772106016885700599914974138408275",
"base_token_price_native_currency": "0.0000518184692345588",
"quote_token_price_usd": "66.012815541227084202933892790374903648688692275",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00005181846923",
"quote_token_price_base_token": "19298.1385743653",
"address": "5ByL7MZoLABYnwMPZKPKjf4MGkZ7FeBzrAnos19Pre2z",
"name": "three / SOL",
"pool_created_at": "2026-04-29T07:09:01Z",
"fdv_usd": "3422468.45928126",
"market_cap_usd": "3422468.45928126",
"price_change_percentage": {
"m5": "-0.139",
"m15": "-1.592",
"m30": "-3.271",
"h1": "-4.172",
"h6": "-13.343",
"h24": "-19.654"
},
"transactions": {
"m5": {
"buys": 43,
"sells": 15,
"buyers": 39,
"sellers": 15
},
"m15": {
"buys": 229,
"sells": 83,
"buyers": 213,
"sellers": 78
},
"m30": {
"buys": 516,
"sells": 186,
"buyers": 469,
"sellers": 170
},
"h1": {
"buys": 581,
"sells": 237,
"buyers": 519,
"sellers": 209
},
"h6": {
"buys": 1593,
"sells": 916,
"buyers": 1015,
"sellers": 554
},
"h24": {
"buys": 43561,
"sells": 17841,
"buyers": 6265,
"sellers": 4239
}
},
"volume_usd": {
"m5": "336.1321208678",
"m15": "3294.202739586",
"m30": "14716.2268095535",
"h1": "25883.5227111654",
"h6": "224510.41684231",
"h24": "971539.78786124"
},
"reserve_in_usd": "255020.4792"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_FeMbDoX7R1Psc4GEcvJdsbNbZA3bfztcyDCatJVJpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_EDeuGoVFTEUvWZvNGQH6UvSs5uk6RLgKTvr3MgY32ouw",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0084181579497974408045759526191110471195983517399367516376499686",
"base_token_price_native_currency": "0.000127527151837251",
"quote_token_price_usd": "66.010710917727413001664526292374081462000280883",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0001275271518",
"quote_token_price_base_token": "7841.467370621",
"address": "EDeuGoVFTEUvWZvNGQH6UvSs5uk6RLgKTvr3MgY32ouw",
"name": "Jotchua / SOL",
"pool_created_at": "2026-06-09T02:24:38Z",
"fdv_usd": "8417098.76907259",
"market_cap_usd": "8417098.78348204",
"price_change_percentage": {
"m5": "-1.047",
"m15": "-0.735",
"m30": "-2.636",
"h1": "-2.117",
"h6": "35.685",
"h24": "48.376"
},
"transactions": {
"m5": {
"buys": 9,
"sells": 1,
"buyers": 8,
"sellers": 1
},
"m15": {
"buys": 28,
"sells": 28,
"buyers": 25,
"sellers": 25
},
"m30": {
"buys": 92,
"sells": 60,
"buyers": 77,
"sellers": 52
},
"h1": {
"buys": 223,
"sells": 176,
"buyers": 155,
"sellers": 142
},
"h6": {
"buys": 1554,
"sells": 1805,
"buyers": 799,
"sellers": 889
},
"h24": {
"buys": 3608,
"sells": 3999,
"buyers": 1559,
"sellers": 1686
}
},
"volume_usd": {
"m5": "2902.5069665055",
"m15": "9387.6729828303",
"m30": "34823.2102934142",
"h1": "76061.7609267185",
"h6": "814648.340632945",
"h24": "1689831.37693441"
},
"reserve_in_usd": "424993.7833"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_BcHEaaTCvycPwwsJ9yQTXdHP9X2gCLkznDbZ8VySpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "meteora",
"type": "dex"
}
}
}
},
{
"id": "solana_A6Efev6CdgzRMKmVbybzSpo54Q9uk5TCmfL5ZGAffkeZ",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000087904158580384751803369908117811670642740312787608122178703325",
"base_token_price_native_currency": "0.00000131515124231323",
"quote_token_price_usd": "66.053527942416261345450651098354620090708235379",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001315151242",
"quote_token_price_base_token": "760368.821338823",
"address": "A6Efev6CdgzRMKmVbybzSpo54Q9uk5TCmfL5ZGAffkeZ",
"name": "WIREBUS / SOL",
"pool_created_at": "2026-06-24T06:29:24Z",
"fdv_usd": "87892.7673748147",
"market_cap_usd": "87892.7674512251",
"price_change_percentage": {
"m5": "2.247",
"m15": "7.829",
"m30": "0.82",
"h1": "-3.061",
"h6": "-30.613",
"h24": "-44.522"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 3,
"buyers": 2,
"sellers": 3
},
"m15": {
"buys": 16,
"sells": 19,
"buyers": 14,
"sellers": 12
},
"m30": {
"buys": 29,
"sells": 36,
"buyers": 23,
"sellers": 21
},
"h1": {
"buys": 67,
"sells": 74,
"buyers": 44,
"sellers": 42
},
"h6": {
"buys": 1001,
"sells": 859,
"buyers": 440,
"sellers": 419
},
"h24": {
"buys": 4782,
"sells": 4545,
"buyers": 1594,
"sellers": 1509
}
},
"volume_usd": {
"m5": "174.026452892",
"m15": "1115.4060067086",
"m30": "2135.3181818201",
"h1": "4509.469472623",
"h6": "90213.7112191555",
"h24": "550797.124965636"
},
"reserve_in_usd": "22497.8062"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_4BftRTrkgTjQL7ybTmuu7bRrN8cM6gX9aN25Kbfqpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_rTopeZGR592HepW8WfC4ZAak5EZHgrYxRoXZsvShU2Y",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0006844532857225218698043382159615951714433565789160344282489405",
"base_token_price_native_currency": "0.0000102499178629694",
"quote_token_price_usd": "66.012815541227084202933892790374903648688692275",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00001024991786",
"quote_token_price_base_token": "97561.7574081028",
"address": "rTopeZGR592HepW8WfC4ZAak5EZHgrYxRoXZsvShU2Y",
"name": "FITNESS / SOL",
"pool_created_at": "2026-06-23T20:14:38Z",
"fdv_usd": "688594.245431822",
"market_cap_usd": "688594.245431822",
"price_change_percentage": {
"m5": "4.491",
"m15": "5.892",
"m30": "9.574",
"h1": "13.771",
"h6": "12.769",
"h24": "10.528"
},
"transactions": {
"m5": {
"buys": 36,
"sells": 35,
"buyers": 30,
"sellers": 24
},
"m15": {
"buys": 188,
"sells": 204,
"buyers": 119,
"sellers": 128
},
"m30": {
"buys": 393,
"sells": 435,
"buyers": 175,
"sellers": 198
},
"h1": {
"buys": 835,
"sells": 934,
"buyers": 227,
"sellers": 292
},
"h6": {
"buys": 3999,
"sells": 5264,
"buyers": 837,
"sellers": 1071
},
"h24": {
"buys": 26084,
"sells": 25878,
"buyers": 7067,
"sellers": 6560
}
},
"volume_usd": {
"m5": "2677.8031556089",
"m15": "9773.9634351189",
"m30": "19571.0271382395",
"h1": "43355.0782828286",
"h6": "349826.912349525",
"h24": "1129963.10560588"
},
"reserve_in_usd": "65454.7601"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_9af7PmWRca2QYmknQehoLH19jG5ss9ajYFpgL8dMpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_CQCiNRqQohijwKxxHvTzbpFvpKNFWtxeshCWqEJrgbEB",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00030619790696207373236831801034883789091016070310991703714581768",
"base_token_price_native_currency": "0.00000468115998184432",
"quote_token_price_usd": "66.012814457653279028495976104679737042927156664",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000004681159982",
"quote_token_price_base_token": "213622.265395427",
"address": "CQCiNRqQohijwKxxHvTzbpFvpKNFWtxeshCWqEJrgbEB",
"name": "Merlin / SOL",
"pool_created_at": "2026-06-12T15:39:02Z",
"fdv_usd": "292660.557623118",
"market_cap_usd": "292660.557623118",
"price_change_percentage": {
"m5": "4.627",
"m15": "-0.596",
"m30": "-10.449",
"h1": "22.372",
"h6": "62.658",
"h24": "-55.714"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 2,
"buyers": 4,
"sellers": 2
},
"m15": {
"buys": 45,
"sells": 27,
"buyers": 29,
"sellers": 19
},
"m30": {
"buys": 106,
"sells": 82,
"buyers": 62,
"sellers": 54
},
"h1": {
"buys": 201,
"sells": 201,
"buyers": 97,
"sellers": 124
},
"h6": {
"buys": 1792,
"sells": 1656,
"buyers": 739,
"sellers": 796
},
"h24": {
"buys": 7260,
"sells": 6148,
"buyers": 1769,
"sellers": 2020
}
},
"volume_usd": {
"m5": "833.8528078658",
"m15": "5375.451227703",
"m30": "15040.7676199623",
"h1": "34294.7096426804",
"h6": "257738.443130293",
"h24": "896339.358236953"
},
"reserve_in_usd": "55602.3127"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_AvxFBjWydMYWD7C8pHzSkGxNYAFWr7aNBbAKm84bpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_6JJGvo9PrGqihrLKpTpiowPfsHEA3i5CLPrMzVXyYwVH",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000330319720758447497124408653866286638586734889344223356645256424",
"base_token_price_native_currency": "0.00000501359159534319",
"quote_token_price_usd": "66.012814457653279028495976104679737042927156664",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000005013591595",
"quote_token_price_base_token": "199457.810031602",
"address": "6JJGvo9PrGqihrLKpTpiowPfsHEA3i5CLPrMzVXyYwVH",
"name": "GLUE / SOL",
"pool_created_at": "2026-06-24T21:59:46Z",
"fdv_usd": "335729.5251",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-0.437",
"m15": "-7.763",
"m30": "-5.658",
"h1": "1.559",
"h6": "-31.306",
"h24": "1087.322"
},
"transactions": {
"m5": {
"buys": 27,
"sells": 7,
"buyers": 22,
"sellers": 7
},
"m15": {
"buys": 66,
"sells": 24,
"buyers": 50,
"sellers": 22
},
"m30": {
"buys": 154,
"sells": 90,
"buyers": 104,
"sellers": 79
},
"h1": {
"buys": 298,
"sells": 303,
"buyers": 191,
"sellers": 220
},
"h6": {
"buys": 3158,
"sells": 3370,
"buyers": 1294,
"sellers": 1582
},
"h24": {
"buys": 14574,
"sells": 13848,
"buyers": 4930,
"sellers": 4664
}
},
"volume_usd": {
"m5": "2957.7138171701",
"m15": "6082.0936687154",
"m30": "13946.9823045476",
"h1": "35194.6326914399",
"h6": "508904.312794162",
"h24": "1832623.71109139"
},
"reserve_in_usd": "43024.1502"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_NpqoucNKKJ62PwikH4NBvTm3R7mgREXoTtv7nJSGLUE",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_EE3zk9Fxp9guair2xeReFxf4TsEXeZFFuWETRna2PkcV",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0105164089771705150000240071476748726992645199376756816648959019",
"base_token_price_native_currency": "0.000159305273970959",
"quote_token_price_usd": "66.012814457653344302207052669959297505299659961",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000159305274",
"quote_token_price_base_token": "6277.256082446",
"address": "EE3zk9Fxp9guair2xeReFxf4TsEXeZFFuWETRna2PkcV",
"name": "TOESCOIN / SOL",
"pool_created_at": "2026-05-19T09:23:44Z",
"fdv_usd": "10515529.225562",
"market_cap_usd": "10515529.225562",
"price_change_percentage": {
"m5": "-0.936",
"m15": "-2.139",
"m30": "-1.846",
"h1": "-3.465",
"h6": "-9.747",
"h24": "-8.63"
},
"transactions": {
"m5": {
"buys": 8,
"sells": 3,
"buyers": 8,
"sellers": 3
},
"m15": {
"buys": 10,
"sells": 5,
"buyers": 10,
"sellers": 5
},
"m30": {
"buys": 18,
"sells": 9,
"buyers": 17,
"sellers": 8
},
"h1": {
"buys": 32,
"sells": 20,
"buyers": 28,
"sellers": 16
},
"h6": {
"buys": 2839,
"sells": 1483,
"buyers": 1917,
"sellers": 1163
},
"h24": {
"buys": 14753,
"sells": 5363,
"buyers": 9670,
"sellers": 4617
}
},
"volume_usd": {
"m5": "2104.3105254875",
"m15": "2441.9844279222",
"m30": "4335.1366549102",
"h1": "5793.5994616798",
"h6": "393619.449579363",
"h24": "666594.286725959"
},
"reserve_in_usd": "311305.0666"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_6ehEcTMCc85aNF4x9CWx8HuvWGhxQtvKdhKVf2HDpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_EnVpF8LAMZSwv22pkJAMWYkMw4kRX2BkArPwYAdir7CF",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00012461460214268980837468138409082490800615178695531988785230448",
"base_token_price_native_currency": "0.00000191476981629963",
"quote_token_price_usd": "66.012815541227079438323762636573123492967703137",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001914769816",
"quote_token_price_base_token": "522255.986848874",
"address": "EnVpF8LAMZSwv22pkJAMWYkMw4kRX2BkArPwYAdir7CF",
"name": "HEISTED / SOL",
"pool_created_at": "2026-06-25T11:21:17Z",
"fdv_usd": "126382.6962",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "2.455",
"m15": "14.276",
"m30": "-2.233",
"h1": "-1.788",
"h6": "119.454",
"h24": "336.924"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 7,
"buyers": 3,
"sellers": 6
},
"m15": {
"buys": 47,
"sells": 61,
"buyers": 34,
"sellers": 49
},
"m30": {
"buys": 158,
"sells": 127,
"buyers": 105,
"sellers": 90
},
"h1": {
"buys": 444,
"sells": 353,
"buyers": 249,
"sellers": 217
},
"h6": {
"buys": 4285,
"sells": 3254,
"buyers": 1396,
"sellers": 1226
},
"h24": {
"buys": 10218,
"sells": 7561,
"buyers": 2803,
"sellers": 2392
}
},
"volume_usd": {
"m5": "298.0184899114",
"m15": "5163.9154531545",
"m30": "15626.3686223454",
"h1": "47546.8099116536",
"h6": "467661.392661745",
"h24": "1030074.82570069"
},
"reserve_in_usd": "26349.6799"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_CSbGtm9xGbUvDpM6G163xA1qgTDxcU7wHhAnC8Jrpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "base_0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.469236793546697",
"base_token_price_native_currency": "0.000302537312971884018957646647494624275066023",
"quote_token_price_usd": "1.00184134779037",
"quote_token_price_native_currency": "0.000643997626596021",
"base_token_price_quote_token": "0.4697801676",
"quote_token_price_base_token": "2.1286552071",
"address": "0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d",
"name": "AERO / USDC",
"pool_created_at": "2023-09-07T22:50:55Z",
"fdv_usd": "903926201.270451",
"market_cap_usd": "449514688.373891",
"price_change_percentage": {
"m5": "-0.167",
"m15": "-0.182",
"m30": "0.875",
"h1": "0.482",
"h6": "-0.955",
"h24": "-1.814"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 5,
"buyers": 0,
"sellers": 3
},
"m15": {
"buys": 8,
"sells": 21,
"buyers": 5,
"sellers": 9
},
"m30": {
"buys": 8,
"sells": 30,
"buyers": 5,
"sellers": 12
},
"h1": {
"buys": 12,
"sells": 56,
"buyers": 8,
"sellers": 26
},
"h6": {
"buys": 365,
"sells": 553,
"buyers": 168,
"sellers": 182
},
"h24": {
"buys": 1694,
"sells": 3432,
"buyers": 314,
"sellers": 353
}
},
"volume_usd": {
"m5": "5592.7191328511",
"m15": "40780.760812724",
"m30": "40845.2637272263",
"h1": "64369.0917753919",
"h6": "1237141.24726902",
"h24": "5418646.50311944"
},
"reserve_in_usd": "24520899.2483"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x940181a94a35a4569e4529a3cdfb74e38fd98631",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "aerodrome-base",
"type": "dex"
}
}
}
},
{
"id": "solana_HnhpJPJgBG2KwniMTNW8cVBHvk1hFog3RC3kjnyc23tD",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.278477475468449420907111893715379026836241894",
"base_token_price_native_currency": "0.00423537578896707",
"quote_token_price_usd": "1.0023559665963977508536079603789885920866226",
"quote_token_price_native_currency": "0.0151670619282194",
"base_token_price_quote_token": "0.279248269",
"quote_token_price_base_token": "3.5810427891",
"address": "HnhpJPJgBG2KwniMTNW8cVBHvk1hFog3RC3kjnyc23tD",
"name": "CARDS / USDC",
"pool_created_at": "2025-08-29T18:54:46Z",
"fdv_usd": "556872981.810373",
"market_cap_usd": "71722494.9894812",
"price_change_percentage": {
"m5": "0.308",
"m15": "0.527",
"m30": "0.056",
"h1": "-2.747",
"h6": "-5.028",
"h24": "6.669"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 2,
"buyers": 2,
"sellers": 2
},
"m15": {
"buys": 6,
"sells": 6,
"buyers": 5,
"sellers": 3
},
"m30": {
"buys": 17,
"sells": 17,
"buyers": 6,
"sellers": 11
},
"h1": {
"buys": 120,
"sells": 113,
"buyers": 25,
"sellers": 25
},
"h6": {
"buys": 737,
"sells": 757,
"buyers": 157,
"sellers": 180
},
"h24": {
"buys": 3272,
"sells": 3080,
"buyers": 611,
"sellers": 579
}
},
"volume_usd": {
"m5": "9563.1572904896",
"m15": "16713.1654031531",
"m30": "41047.3692800106",
"h1": "208857.905580129",
"h6": "1918836.24463353",
"h24": "8447185.09784189"
},
"reserve_in_usd": "3717693.1181"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_CARDSccUMFKoPRZxt5vt3ksUbxEFEcnZ3H2pd3dKxYjp",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "raydium-clmm",
"type": "dex"
}
}
}
},
{
"id": "bsc_0x1a9b68ca1dcacb106c4b853e2d9c915f0cfe2e56",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.548210207545831",
"base_token_price_native_currency": "0.000991818383393667461767029630702",
"quote_token_price_usd": "0.995561996842679",
"quote_token_price_native_currency": "0.00180055341974007",
"base_token_price_quote_token": "0.550840854",
"quote_token_price_base_token": "1.8154063787",
"address": "0x1a9b68ca1dcacb106c4b853e2d9c915f0cfe2e56",
"name": "O / USDT 0.01%",
"pool_created_at": "2026-06-15T07:36:45Z",
"fdv_usd": "16982031.8368912",
"market_cap_usd": "87765360.704",
"price_change_percentage": {
"m5": "-0.062",
"m15": "-0.773",
"m30": "-0.176",
"h1": "-0.99",
"h6": "-2.771",
"h24": "-17.215"
},
"transactions": {
"m5": {
"buys": 10,
"sells": 16,
"buyers": 9,
"sellers": 9
},
"m15": {
"buys": 101,
"sells": 105,
"buyers": 37,
"sellers": 33
},
"m30": {
"buys": 302,
"sells": 334,
"buyers": 60,
"sellers": 63
},
"h1": {
"buys": 599,
"sells": 671,
"buyers": 94,
"sellers": 87
},
"h6": {
"buys": 5642,
"sells": 6378,
"buyers": 645,
"sellers": 642
},
"h24": {
"buys": 36952,
"sells": 39498,
"buyers": 1791,
"sellers": 1729
}
},
"volume_usd": {
"m5": "8689.676715105",
"m15": "73301.3876479573",
"m30": "226765.776578978",
"h1": "516217.068471473",
"h6": "6555841.28230482",
"h24": "28576418.8319471"
},
"reserve_in_usd": "2374945.3882"
},
"relationships": {
"base_token": {
"data": {
"id": "bsc_0x500a02a20b0b0a3f3efccfc0559543f5743bd1c4",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "bsc_0x55d398326f99059ff775485246999027b3197955",
"type": "token"
}
},
"network": {
"data": {
"id": "bsc",
"type": "network"
}
},
"dex": {
"data": {
"id": "pancakeswap-v3-bsc",
"type": "dex"
}
}
}
},
{
"id": "eth_0x76a411f14a704099ba476ce8dffc288a53295218",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0000878502101989981",
"base_token_price_native_currency": "0.0000000562009806518318",
"quote_token_price_usd": "1558.88106668944",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000005620098065",
"quote_token_price_base_token": "17793283.8253314",
"address": "0x76a411f14a704099ba476ce8dffc288a53295218",
"name": "ASTEROID / WETH",
"pool_created_at": "2024-09-10T10:18:23Z",
"fdv_usd": "36956705.3351059",
"market_cap_usd": "36957704.929038",
"price_change_percentage": {
"m5": "0.087",
"m15": "0.146",
"m30": "-0.082",
"h1": "0.886",
"h6": "-2.687",
"h24": "-9.473"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 0,
"buyers": 2,
"sellers": 0
},
"m15": {
"buys": 7,
"sells": 1,
"buyers": 7,
"sellers": 1
},
"m30": {
"buys": 16,
"sells": 11,
"buyers": 14,
"sellers": 8
},
"h1": {
"buys": 37,
"sells": 16,
"buyers": 33,
"sellers": 12
},
"h6": {
"buys": 256,
"sells": 193,
"buyers": 155,
"sellers": 124
},
"h24": {
"buys": 1134,
"sells": 926,
"buyers": 474,
"sellers": 403
}
},
"volume_usd": {
"m5": "790.5253364437",
"m15": "2750.6009856323",
"m30": "20092.8185341951",
"h1": "42586.3895643879",
"h6": "581580.618259995",
"h24": "2546302.84541507"
},
"reserve_in_usd": "1820951.8896"
},
"relationships": {
"base_token": {
"data": {
"id": "eth_0xf280b16ef293d8e534e370794ef26bf312694126",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"type": "token"
}
},
"network": {
"data": {
"id": "eth",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap_v2",
"type": "dex"
}
}
}
},
{
"id": "base_0x3f0296bf652e19bca772ec3df08b32732f93014a",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.512801327651129",
"base_token_price_native_currency": "0.000330382478952365",
"quote_token_price_usd": "1555.17",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000330382479",
"quote_token_price_base_token": "3026.79489291",
"address": "0x3f0296bf652e19bca772ec3df08b32732f93014a",
"name": "VIRTUAL / WETH 0.05%",
"pool_created_at": "2025-01-06T20:15:25Z",
"fdv_usd": "255099551.844896",
"market_cap_usd": "336933356.013469",
"price_change_percentage": {
"m5": "0.147",
"m15": "0.324",
"m30": "0.772",
"h1": "-0.315",
"h6": "0.405",
"h24": "-3.322"
},
"transactions": {
"m5": {
"buys": 19,
"sells": 30,
"buyers": 15,
"sellers": 18
},
"m15": {
"buys": 74,
"sells": 123,
"buyers": 53,
"sellers": 78
},
"m30": {
"buys": 165,
"sells": 248,
"buyers": 107,
"sellers": 153
},
"h1": {
"buys": 361,
"sells": 459,
"buyers": 225,
"sellers": 216
},
"h6": {
"buys": 1757,
"sells": 1922,
"buyers": 593,
"sellers": 544
},
"h24": {
"buys": 7352,
"sells": 7877,
"buyers": 1436,
"sellers": 1355
}
},
"volume_usd": {
"m5": "13019.1814246872",
"m15": "52631.6879302703",
"m30": "115340.609550612",
"h1": "218634.263945618",
"h6": "1157145.86638185",
"h24": "4667120.90439621"
},
"reserve_in_usd": "380378.7971"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x4200000000000000000000000000000000000006",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "aerodrome-slipstream",
"type": "dex"
}
}
}
},
{
"id": "base_0x6c561b446416e1a00e8e93e221854d6ea4171372",
"type": "pool",
"attributes": {
"base_token_price_usd": "1555.55",
"base_token_price_native_currency": "1.0",
"quote_token_price_usd": "0.995755337602845",
"quote_token_price_native_currency": "0.000643997626596021",
"base_token_price_quote_token": "1552.800753763",
"quote_token_price_base_token": "0.0006439976266",
"address": "0x6c561b446416e1a00e8e93e221854d6ea4171372",
"name": "WETH / USDC 0.3%",
"pool_created_at": "2023-11-18T05:59:09Z",
"fdv_usd": "476270725.667405",
"market_cap_usd": "476303059.814472",
"price_change_percentage": {
"m5": "-0.044",
"m15": "-0.139",
"m30": "-0.01",
"h1": "-0.415",
"h6": "-0.064",
"h24": "-1.383"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 2,
"buyers": 3,
"sellers": 1
},
"m15": {
"buys": 18,
"sells": 19,
"buyers": 16,
"sellers": 15
},
"m30": {
"buys": 39,
"sells": 34,
"buyers": 31,
"sellers": 29
},
"h1": {
"buys": 93,
"sells": 338,
"buyers": 66,
"sellers": 91
},
"h6": {
"buys": 1391,
"sells": 1700,
"buyers": 552,
"sellers": 505
},
"h24": {
"buys": 3609,
"sells": 4034,
"buyers": 917,
"sellers": 981
}
},
"volume_usd": {
"m5": "343.5419166591",
"m15": "6958.9692753839",
"m30": "632175.108532176",
"h1": "1587702.82688436",
"h6": "44542202.5405989",
"h24": "110699109.938121"
},
"reserve_in_usd": "90833701.647"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x4200000000000000000000000000000000000006",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v3-base",
"type": "dex"
}
}
}
},
{
"id": "base_0xea5cb64754ad7aa24f7a6bbe3b724f29b4f822b8",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0112990070545938",
"base_token_price_native_currency": "0.000007224499592314614530256573871277350254415",
"quote_token_price_usd": "0.99637859668803",
"quote_token_price_native_currency": "0.00064013221589702",
"base_token_price_quote_token": "0.01128594908",
"quote_token_price_base_token": "88.6057515427",
"address": "0xea5cb64754ad7aa24f7a6bbe3b724f29b4f822b8",
"name": "RIZE / USDC 0.3%",
"pool_created_at": "2025-05-09T18:15:23Z",
"fdv_usd": "55874668.2286981",
"market_cap_usd": "15663856.7456371",
"price_change_percentage": {
"m5": "0.198",
"m15": "0.504",
"m30": "6.105",
"h1": "6.494",
"h6": "4.996",
"h24": "-34.864"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 0,
"buyers": 2,
"sellers": 0
},
"m15": {
"buys": 7,
"sells": 3,
"buyers": 6,
"sellers": 3
},
"m30": {
"buys": 24,
"sells": 17,
"buyers": 10,
"sellers": 15
},
"h1": {
"buys": 38,
"sells": 33,
"buyers": 22,
"sellers": 28
},
"h6": {
"buys": 169,
"sells": 143,
"buyers": 83,
"sellers": 64
},
"h24": {
"buys": 2018,
"sells": 1705,
"buyers": 423,
"sellers": 424
}
},
"volume_usd": {
"m5": "111.0565254098",
"m15": "1041.2414789292",
"m30": "4048.2127489338",
"h1": "6985.5233909569",
"h6": "30092.7652595935",
"h24": "387425.787034795"
},
"reserve_in_usd": "45412.075"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x9818b6c09f5ecc843060927e8587c427c7c93583",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "aerodrome-slipstream",
"type": "dex"
}
}
}
},
{
"id": "base_0x8d479a4c680a76d4ae03f10203569558405ddfff",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.548390166033563",
"base_token_price_native_currency": "0.000351565166916364285472625888851",
"quote_token_price_usd": "0.995512087930197",
"quote_token_price_native_currency": "0.000640130717497249",
"base_token_price_quote_token": "0.5492083996",
"quote_token_price_base_token": "1.8208024507",
"address": "0x8d479a4c680a76d4ae03f10203569558405ddfff",
"name": "O / USDC 0.019%",
"pool_created_at": "2026-06-17T15:00:33Z",
"fdv_usd": "548568043.9",
"market_cap_usd": "87770887.024",
"price_change_percentage": {
"m5": "-0.682",
"m15": "-0.771",
"m30": "-0.663",
"h1": "-0.848",
"h6": "-1.021",
"h24": "-17.653"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 2,
"buyers": 2,
"sellers": 2
},
"m15": {
"buys": 13,
"sells": 11,
"buyers": 10,
"sellers": 11
},
"m30": {
"buys": 32,
"sells": 29,
"buyers": 22,
"sellers": 23
},
"h1": {
"buys": 59,
"sells": 52,
"buyers": 46,
"sellers": 46
},
"h6": {
"buys": 304,
"sells": 294,
"buyers": 138,
"sellers": 147
},
"h24": {
"buys": 5676,
"sells": 6159,
"buyers": 948,
"sellers": 924
}
},
"volume_usd": {
"m5": "2.0516581672",
"m15": "20.8354717371",
"m30": "2190.0837294039",
"h1": "2274.2042901301",
"h6": "44080.1559149698",
"h24": "1035449.04757273"
},
"reserve_in_usd": "1394304.3002"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x182fa643e5f29d5eca75e7b9cf9336a3fe4620b2",
"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": "solana_4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0504385391069888609357548398692411737042143416136075904317073648",
"base_token_price_native_currency": "0.000759688966213398",
"quote_token_price_usd": "66.061400831991211524989812960516029525722136962",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0007596889662",
"quote_token_price_base_token": "1316.328187553",
"address": "4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
"name": "TROLL / SOL",
"pool_created_at": "2025-04-20T18:30:26Z",
"fdv_usd": "50376577.4122393",
"market_cap_usd": "50376578.9054654",
"price_change_percentage": {
"m5": "0.577",
"m15": "0.517",
"m30": "-0.876",
"h1": "-0.394",
"h6": "-2.27",
"h24": "-6.57"
},
"transactions": {
"m5": {
"buys": 11,
"sells": 4,
"buyers": 4,
"sellers": 4
},
"m15": {
"buys": 32,
"sells": 8,
"buyers": 14,
"sellers": 7
},
"m30": {
"buys": 41,
"sells": 14,
"buyers": 23,
"sellers": 12
},
"h1": {
"buys": 54,
"sells": 30,
"buyers": 33,
"sellers": 24
},
"h6": {
"buys": 838,
"sells": 404,
"buyers": 300,
"sellers": 186
},
"h24": {
"buys": 1950,
"sells": 1340,
"buyers": 532,
"sellers": 424
}
},
"volume_usd": {
"m5": "2241.1632741313",
"m15": "10439.9948558664",
"m30": "19666.1921093746",
"h1": "26247.7529738297",
"h6": "432024.547759476",
"h24": "965478.540006709"
},
"reserve_in_usd": "2460600.6652"
},
"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"
}
}
}
}
]
}
지원되는 네트워크
여러 체인에 걸쳐 광범위한 커버리지 제공
주요 블록체인부터 신규 출시 블록체인에 이르기까지, 200+ 여 개의 네트워크에서 암호화폐 시세와 시장 데이터를 가져올 수 있습니다.
웹3 프로젝트가 CoinGecko를 사용하는 이유
"CoinGecko DEX API는 빠르고 매우 정확하며 강력한 DEX 가격 데이터 소스를 자랑합니다. 데이터 수집 범위가 넓고 사용하기가 쉬우며 신뢰성도 높죠. CoinGecko의 DEX API는 DEX 데이터를 취합할 때 Supra가 활용하는 주요 DEX 시세 피드 중 하나로 자리매김했습니다."
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에 통합되었습니다. 사용자는 40 개 이상의 코인과 토큰에 대한 온체인 및 집계된 시장 데이터를 사용량에 따라 무료로, 또는 유료 플랜으로 이용하실 수 있습니다.
-
CoinGecko API와 GeckoTerminal API는 동일한가요?
- 네, 그렇습니다. 2024년 2월부터 GeckoTerminal API의 DEX 데이터 엔드포인트가 CoinGecko API에 통합되었습니다. 사용자와 개발자는 CoinGecko API를 호출하여 실시간 및 과거 암호화폐 가격, 시장 데이터, 메타데이터를 비롯해 항상 CoinGecko API를 통해 제공되던 정보를 확인할 수 있습니다. 이외에도 토큰 가격, DEX 유동성과 같은 온체인 시장 데이터를 검색할 수 있습니다.
-
CoinGecko API는 데이터를 어디서 얻나요?
-
CoinGecko는 1000곳 이상의 중앙화 및 탈중앙화 거래소에서 암호화폐 시세 및 시장 데이터를 집계하며, GeckoTerminal은 200개 이상의 네트워크에서 탈중앙화 거래소의 온체인 토큰 및 시장 데이터를 추적합니다.
CoinGecko와 GeckoTerminal의 데이터는 전 세계 수백만 명의 사용자가 신뢰하고 있습니다. 당사의 방법론과 지표를 계산하고 평가하는 방법에 대해 자세히 알아보십시오. -
CoinGecko API에서 어떤 온체인 데이터를 확인할 수 있나요?
- CoinGecko API를 통해 40 개가 넘는 온체인 토큰의 시세 및 유동성 데이터를 확인할 수 있습니다. 또한 네트워크의 유동성 풀(상위 풀, 추세 풀 등)에 대한 데이터도 확인할 수 있습니다.
-
CoinGecko API 데이터는 얼마나 자주 업데이트/갱신되나요?
-
엔드포인트는 20초에서 5분 사이에 캐시되며, 문서에 달리 명시되어 있지 않은 한 대부분의 데이터는 이와 유사한 간격으로 업데이트될 것으로 예상됩니다. 유료 API 플랜의 경우 더 빈번한 업데이트를 제공합니다(예: /simple/price 엔드포인트의 경우 20초).
특히 온체인 데이터의 경우, 네트워크의 가용성에 따라 블록체인에서 트랜잭션이 확인된 후 빠르면 2~3초 이내에 데이터가 업데이트됩니다.
API를 효율적으로 호출하기 위해 응답 속도를 적절하게 조절할 것을 권장합니다(즉, 지나치게 빈번한 호출로 대역폭을 낭비하지 않도록 권장합니다).
CoinGecko API로 프로젝트를 강화하세요
신뢰할 수 있고 정확한 종합 암호화폐 가격 데이터로 더 많은 가능성을 열어보세요.