On-chain DEX token- és piaciadat-API DeFi-projektek és fejlesztők számára
Szerezd meg a kriptopiac teljes körű lefedettségét a CoinGecko API-n keresztül,
amely 2014 óta a világ legnagyobb független kriptoadat-szolgáltatója.
amely 2014 óta a világ legnagyobb független kriptoadat-szolgáltatója.
Az adatok szolgáltatója
A vezető Web3-projektek is ezt választják
Kiterjedt és megbízható on-chain DEX adat-API
Szerezz on-chain piaci adatokat DEX-ekről – pl. Uniswap, PancakeSwap, Orca, Curve és a főbb hálózatok további tőzsdéiről a megbízható és széles körű adatállományt kínáló DEX adat-API-val.
35M+
Érmék és tokenek
200+
Hálózatok
1,500+
DEX-ek
Skálázd hatékonyan a DeFi-projektedet
Átfogó és mély lefedettség
Tokenek, hálózatok, DEX-ek és likviditási poolok széles körű on-chain adatszolgáltatása több mint
- 35M token és
- 200 hálózat – például Ethereum, BNB Chain, Pulsechain, Arbitrum stb. –, valamint DEX-ek – például
- 1 000Uniswap, Pancakeswap, Orca, Raydium, Curve stb. – és több mint
- 38M likviditási pool tekintetében
Vállalati szintű és megbizható
Kriptovaluta-szakértők hatékony csapata, amely arra törekszik, hogy a legjobb kriptovaluta-adatokat és végpontjavításokat nyújtsa.
- 2014 elejétől működünk
- 99.9%-os rendelkezésre állással
- A vállalati ügyfeleknek nonstop támogatást nyújtunk
Valós idejű és pontos adatok
- Az adatok a hálózat elérhetőségétől függően 2–3 másodpercenként frissülnek
- Az összes végpont gyorsítótár-mennyisége más és más (10 másodperctől kezdődően), és egyes végpontok esetében nincs gyorsítótár (valós időben).
Egyetlen, egységes API a kriptó-, NFT- és CEX-adatokhoz
Egyszerűsítsd az integrációs folyamatot egyetlen, egységesített kriptoadat-API-val, amely teljes feledettséget nyújt
| Végpont-kategória | Leírás |
|---|---|
| /onchain/simple/*/token_price/* | A legegyszerűbb módszer egy hálózat legfrissebb USD-tokenárfolyamainak lekérésére, tokencímekkel |
| /onchain/networks | Támogatott hálózatok teljes listája |
| /onchain/network/*dexes | Az adott hálózaton működő, támogatott dexek teljes listája |
| /onchains/network/*/pools/* | A likviditáspool-adatok közül például a következők: felkapott poolok, új poolok, továbbá a piaci adatok közül az árfolyam, tartalék, piaci kapitalizáció, tranzakciók, forgalom. Keresési végpont is elérhető az adott hálózaton található poolok kereséséhez. |
| /onchains/network/*/tokens/* | A tokenadatok közül például a következők: a top poolok, árfolyam, fdv, tartalék, forgalom, piaci kap., geckoterminal-pontszám, coingecko api azonosítója. Metaadatok is elérhetők, például: kép, webhely, leírás és közösségi oldalak linkjei. |
| /onchains/network/*/ohlcvs/* | Egy adott likviditáspool múltbeli OHLCV-diagramja |
| /onchains/network/*/trades | Egy adott likviditáspool utolsó 300 ügyletének adatállománya |
// Egy adott likviditáspool árfolyamai és piaci adatai
{
"data": {
"id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
"type": "pool",
"attributes": {
"base_token_price_usd": "1.0020545601068",
"base_token_price_native_currency": "0.000498186023577252",
"quote_token_price_usd": "2002.26212786425",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0004981860236",
"quote_token_price_base_token": "2007.282325625",
"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": "4311958588.12091",
"market_cap_usd": "4311903121.34685",
"price_change_percentage": {
"m5": "0.084",
"m15": "0.209",
"m30": "0.384",
"h1": "0.482",
"h6": "0.051",
"h24": "0.246"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 0,
"buyers": 2,
"sellers": 0
},
"m15": {
"buys": 6,
"sells": 2,
"buyers": 5,
"sellers": 2
},
"m30": {
"buys": 19,
"sells": 5,
"buyers": 16,
"sellers": 4
},
"h1": {
"buys": 23,
"sells": 8,
"buyers": 19,
"sellers": 5
},
"h6": {
"buys": 81,
"sells": 63,
"buyers": 48,
"sellers": 31
},
"h24": {
"buys": 431,
"sells": 666,
"buyers": 156,
"sellers": 194
}
},
"volume_usd": {
"m5": "535.7180167609",
"m15": "1498.7204872496",
"m30": "3885.3160899168",
"h1": "4750.6643965725",
"h6": "22415.5292596235",
"h24": "229875.391723167"
},
"reserve_in_usd": "1074938.4505",
"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"
}
}
}
}
}
// Fedezd fel a felkapott poolokat
{
"data": [
{
"id": "polygon_pos_0x06ace90b5ad1354cfcf490d593afcbaa53b3a4a8885ae8a60608c9e3c40170f8",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00248971157247685",
"base_token_price_native_currency": "0.00000124221159946684",
"quote_token_price_usd": "0.99647047316136",
"quote_token_price_native_currency": "0.000497983754784514",
"base_token_price_quote_token": "0.002494482174",
"quote_token_price_base_token": "400.8848049706",
"address": "0x06ace90b5ad1354cfcf490d593afcbaa53b3a4a8885ae8a60608c9e3c40170f8",
"name": "CNKT+ / USDT 1%",
"pool_created_at": "2025-10-21T06:29:58Z",
"fdv_usd": "24895131.6034701",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "0",
"m15": "0.672",
"m30": "1.475",
"h1": "-0.193",
"h6": "20.582",
"h24": "64.425"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m15": {
"buys": 4,
"sells": 0,
"buyers": 3,
"sellers": 0
},
"m30": {
"buys": 5,
"sells": 7,
"buyers": 4,
"sellers": 5
},
"h1": {
"buys": 6,
"sells": 15,
"buyers": 5,
"sellers": 9
},
"h6": {
"buys": 220,
"sells": 171,
"buyers": 130,
"sellers": 116
},
"h24": {
"buys": 1049,
"sells": 564,
"buyers": 443,
"sellers": 301
}
},
"volume_usd": {
"m5": "197.7413345528",
"m15": "861.5772700347",
"m30": "2625.3272398706",
"h1": "4958.4887079267",
"h6": "185133.423729702",
"h24": "533822.357703338"
},
"reserve_in_usd": "491217.9399"
},
"relationships": {
"base_token": {
"data": {
"id": "polygon_pos_0x87bdfbe98ba55104701b2f2e999982a317905637",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "polygon_pos_0xc2132d05d31c914a87c6611c10748aeb04b58e8f",
"type": "token"
}
},
"network": {
"data": {
"id": "polygon_pos",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-polygon",
"type": "dex"
}
}
}
},
{
"id": "solana_A6KHMiFzn9AM7VKBtVP4fZNY9bCo2jP63R9dphaW1vrq",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0131517484769758063866126209173551660534638023272732175224717328",
"base_token_price_native_currency": "0.000157420643904226",
"quote_token_price_usd": "83.549796501392045937852642980370820239082115024",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0001574206439",
"quote_token_price_base_token": "6352.40699821",
"address": "A6KHMiFzn9AM7VKBtVP4fZNY9bCo2jP63R9dphaW1vrq",
"name": "Punch / SOL",
"pool_created_at": "2026-02-05T09:01:05Z",
"fdv_usd": "13149727.0285977",
"market_cap_usd": "13149727.0285977",
"price_change_percentage": {
"m5": "-0.136",
"m15": "-0.276",
"m30": "-1.532",
"h1": "-1.735",
"h6": "-6.403",
"h24": "52.213"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 4,
"buyers": 1,
"sellers": 4
},
"m15": {
"buys": 14,
"sells": 18,
"buyers": 8,
"sellers": 14
},
"m30": {
"buys": 49,
"sells": 46,
"buyers": 29,
"sellers": 30
},
"h1": {
"buys": 95,
"sells": 74,
"buyers": 63,
"sellers": 42
},
"h6": {
"buys": 1240,
"sells": 809,
"buyers": 451,
"sellers": 368
},
"h24": {
"buys": 5713,
"sells": 5416,
"buyers": 1645,
"sellers": 1625
}
},
"volume_usd": {
"m5": "125.7082857837",
"m15": "964.4292481507",
"m30": "12236.7767544075",
"h1": "21146.5399139603",
"h6": "325977.705707905",
"h24": "2097988.77012708"
},
"reserve_in_usd": "706844.9176"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_NV2RYH954cTJ3ckFUpvfqaQXU4ARqqDH3562nFSpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "bsc_0xb2af49dbf526054faf19602860a5e298a79f3d05",
"type": "pool",
"attributes": {
"base_token_price_usd": "1.99101845483075",
"base_token_price_native_currency": "0.00324110191410329",
"quote_token_price_usd": "612.67",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.003241101914",
"quote_token_price_base_token": "308.537042803",
"address": "0xb2af49dbf526054faf19602860a5e298a79f3d05",
"name": "SIREN / WBNB 1%",
"pool_created_at": "2025-02-08T20:23:54Z",
"fdv_usd": "1415150056.0489",
"market_cap_usd": "1415150056.0591",
"price_change_percentage": {
"m5": "13.392",
"m15": "15.806",
"m30": "17.806",
"h1": "16.48",
"h6": "94.093",
"h24": "121.265"
},
"transactions": {
"m5": {
"buys": 623,
"sells": 128,
"buyers": 200,
"sellers": 64
},
"m15": {
"buys": 675,
"sells": 211,
"buyers": 207,
"sellers": 89
},
"m30": {
"buys": 738,
"sells": 273,
"buyers": 225,
"sellers": 112
},
"h1": {
"buys": 969,
"sells": 458,
"buyers": 289,
"sellers": 156
},
"h6": {
"buys": 9920,
"sells": 6423,
"buyers": 899,
"sellers": 854
},
"h24": {
"buys": 18357,
"sells": 14631,
"buyers": 1309,
"sellers": 1207
}
},
"volume_usd": {
"m5": "519721.355612344",
"m15": "577520.168760134",
"m30": "653381.013058612",
"h1": "856684.998000868",
"h6": "8903044.35288136",
"h24": "18469921.09864"
},
"reserve_in_usd": "16104501.9707"
},
"relationships": {
"base_token": {
"data": {
"id": "bsc_0x997a58129890bbda032231a52ed1ddc845fc18e1",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
"type": "token"
}
},
"network": {
"data": {
"id": "bsc",
"type": "network"
}
},
"dex": {
"data": {
"id": "pancakeswap-v3-bsc",
"type": "dex"
}
}
}
},
{
"id": "solana_xpxpD4YvUwiQPCuVMCTjJp6y4pRBRaeF4fZY7pkrv7d",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000164961186196563679140388892259030784508818873898747229255112095",
"base_token_price_native_currency": "0.00000196896947361321",
"quote_token_price_usd": "83.540329916205823850223115949907691338780021035",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001968969474",
"quote_token_price_base_token": "507879.890166567",
"address": "xpxpD4YvUwiQPCuVMCTjJp6y4pRBRaeF4fZY7pkrv7d",
"name": "PIXEL / SOL",
"pool_created_at": "2026-03-26T19:14:10Z",
"fdv_usd": "164897.995180784",
"market_cap_usd": "164898.059098606",
"price_change_percentage": {
"m5": "3.677",
"m15": "9.961",
"m30": "17.652",
"h1": "8.389",
"h6": "31.869",
"h24": "-73.725"
},
"transactions": {
"m5": {
"buys": 21,
"sells": 8,
"buyers": 20,
"sellers": 8
},
"m15": {
"buys": 55,
"sells": 51,
"buyers": 50,
"sellers": 49
},
"m30": {
"buys": 118,
"sells": 86,
"buyers": 103,
"sellers": 79
},
"h1": {
"buys": 257,
"sells": 187,
"buyers": 209,
"sellers": 169
},
"h6": {
"buys": 1819,
"sells": 1400,
"buyers": 1250,
"sellers": 980
},
"h24": {
"buys": 15939,
"sells": 14019,
"buyers": 6992,
"sellers": 6054
}
},
"volume_usd": {
"m5": "680.6778551491",
"m15": "3645.6358043033",
"m30": "5728.5996514565",
"h1": "12799.0446947491",
"h6": "113732.834859586",
"h24": "1636781.78867792"
},
"reserve_in_usd": "37964.013"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_H43xqMLiFLNLLGRhXKxJUVXdEe8uVdXs93Emo5Wzpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_9d5sUYZdiPf97PkKzhRVFVrkW8NdQeYUPw5wpaqKfNCU",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00059384339045712750839894805436273068136541541263475795927914658",
"base_token_price_native_currency": "0.00000711771888415627",
"quote_token_price_usd": "83.57673463036542415955805998408639094124082502",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000007117718884",
"quote_token_price_base_token": "140494.450016276",
"address": "9d5sUYZdiPf97PkKzhRVFVrkW8NdQeYUPw5wpaqKfNCU",
"name": "Deadwhale / SOL",
"pool_created_at": "2026-03-26T21:21:52Z",
"fdv_usd": "596177.4568",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "6.064",
"m15": "9.83",
"m30": "2.747",
"h1": "18.725",
"h6": "108.89",
"h24": "17.024"
},
"transactions": {
"m5": {
"buys": 25,
"sells": 28,
"buyers": 21,
"sellers": 24
},
"m15": {
"buys": 105,
"sells": 100,
"buyers": 68,
"sellers": 71
},
"m30": {
"buys": 196,
"sells": 187,
"buyers": 122,
"sellers": 124
},
"h1": {
"buys": 661,
"sells": 659,
"buyers": 335,
"sellers": 333
},
"h6": {
"buys": 4000,
"sells": 3435,
"buyers": 1372,
"sellers": 1229
},
"h24": {
"buys": 29055,
"sells": 24953,
"buyers": 6402,
"sellers": 5988
}
},
"volume_usd": {
"m5": "2658.0342922838",
"m15": "10973.1475763121",
"m30": "21561.0267174544",
"h1": "83887.6207431826",
"h6": "414712.399992863",
"h24": "3093243.60617549"
},
"reserve_in_usd": "71531.1776"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_91E4cACQcnWDf7wYmwwM81HjLvCe6FR6vDT518ospump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "base_0xcece56fd6eb8fcbc6c45af8181bfe71ea6057770630490cac36dbbc4aa27a4a6",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0000136954060897282",
"base_token_price_native_currency": "0.00000000684770304486408",
"quote_token_price_usd": "2000.0",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000000006847703045",
"quote_token_price_base_token": "146034369.984841",
"address": "0xcece56fd6eb8fcbc6c45af8181bfe71ea6057770630490cac36dbbc4aa27a4a6",
"name": "ROBOTMONEY / WETH",
"pool_created_at": "2026-03-12T18:27:37Z",
"fdv_usd": "1369540.60408024",
"market_cap_usd": "1369540.609",
"price_change_percentage": {
"m5": "-2.554",
"m15": "-2.554",
"m30": "-2.554",
"h1": "-2.142",
"h6": "1.051",
"h24": "24.343"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 3,
"buyers": 2,
"sellers": 2
},
"m15": {
"buys": 2,
"sells": 3,
"buyers": 2,
"sellers": 2
},
"m30": {
"buys": 2,
"sells": 3,
"buyers": 2,
"sellers": 2
},
"h1": {
"buys": 14,
"sells": 5,
"buyers": 10,
"sellers": 4
},
"h6": {
"buys": 35,
"sells": 11,
"buyers": 24,
"sellers": 10
},
"h24": {
"buys": 486,
"sells": 315,
"buyers": 268,
"sellers": 200
}
},
"volume_usd": {
"m5": "167.9797772694",
"m15": "167.9797772694",
"m30": "167.9797772694",
"h1": "1199.592701401",
"h6": "6093.5287043981",
"h24": "255826.252173864"
},
"reserve_in_usd": "476698.3338"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x65021a79aeef22b17cdc1b768f5e79a8618beba3",
"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_0xb099c658e784b41ee435d48a8eb67e8f27285c93",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000365189169848237",
"base_token_price_native_currency": "0.000000182426648090268",
"quote_token_price_usd": "2000.79",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000001824266481",
"quote_token_price_base_token": "5481655.2870345",
"address": "0xb099c658e784b41ee435d48a8eb67e8f27285c93",
"name": "B3 / WETH 0.05%",
"pool_created_at": "2025-02-10T14:28:13Z",
"fdv_usd": "36518909.3276582",
"market_cap_usd": "16380940.6168859",
"price_change_percentage": {
"m5": "0",
"m15": "0.446",
"m30": "-1.026",
"h1": "-0.36",
"h6": "-4.368",
"h24": "15.737"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m15": {
"buys": 11,
"sells": 1,
"buyers": 10,
"sellers": 1
},
"m30": {
"buys": 17,
"sells": 8,
"buyers": 16,
"sellers": 3
},
"h1": {
"buys": 28,
"sells": 12,
"buyers": 22,
"sellers": 7
},
"h6": {
"buys": 297,
"sells": 209,
"buyers": 103,
"sellers": 58
},
"h24": {
"buys": 5245,
"sells": 5142,
"buyers": 633,
"sellers": 697
}
},
"volume_usd": {
"m5": "38.9289021083",
"m15": "1079.0039579781",
"m30": "3535.2890143044",
"h1": "4431.096794553",
"h6": "82101.5682037986",
"h24": "2187212.59211206"
},
"reserve_in_usd": "366010.5171"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0xb3b32f9f8827d4634fe7d973fa1034ec9fddb3b3",
"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_0x5447f7fe76894d98753a0a6d69b9cb840037c13d",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00444861333978272",
"base_token_price_native_currency": "0.00000222259814980924",
"quote_token_price_usd": "2000.79",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000222259815",
"quote_token_price_base_token": "449923.887539377",
"address": "0x5447f7fe76894d98753a0a6d69b9cb840037c13d",
"name": "FAI / WETH",
"pool_created_at": "2024-11-23T09:02:46Z",
"fdv_usd": "36432808.670598",
"market_cap_usd": "36432808.670598",
"price_change_percentage": {
"m5": "0.119",
"m15": "0.922",
"m30": "2.191",
"h1": "-0.83",
"h6": "-13.378",
"h24": "15.499"
},
"transactions": {
"m5": {
"buys": 5,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m15": {
"buys": 25,
"sells": 0,
"buyers": 3,
"sellers": 0
},
"m30": {
"buys": 26,
"sells": 25,
"buyers": 4,
"sellers": 4
},
"h1": {
"buys": 39,
"sells": 70,
"buyers": 7,
"sellers": 7
},
"h6": {
"buys": 319,
"sells": 359,
"buyers": 43,
"sellers": 22
},
"h24": {
"buys": 2267,
"sells": 2039,
"buyers": 130,
"sellers": 136
}
},
"volume_usd": {
"m5": "1180.4117618052",
"m15": "7966.0084244612",
"m30": "14513.7188411794",
"h1": "32012.9108716411",
"h6": "468554.643648573",
"h24": "2579474.53174064"
},
"reserve_in_usd": "2996481.2574"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0xb33ff54b9f7242ef1593d2c9bcd8f9df46c77935",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x4200000000000000000000000000000000000006",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "aerodrome-base",
"type": "dex"
}
}
}
},
{
"id": "solana_8WwcNqdZjCY5Pt7AkhupAFknV2txca9sq6YBkGzLbvdt",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0525664150731151448094462924643991182185294072",
"base_token_price_native_currency": "0.000629382014235359",
"quote_token_price_usd": "83.516710751516999737389320248",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0006293820142",
"quote_token_price_base_token": "1588.860147545",
"address": "8WwcNqdZjCY5Pt7AkhupAFknV2txca9sq6YBkGzLbvdt",
"name": "pippin / SOL",
"pool_created_at": "2024-11-09T20:27:41Z",
"fdv_usd": "52537410.9316537",
"market_cap_usd": "52537410.9316537",
"price_change_percentage": {
"m5": "-0.114",
"m15": "-0.624",
"m30": "0.485",
"h1": "-2.047",
"h6": "-8.503",
"h24": "-3.519"
},
"transactions": {
"m5": {
"buys": 52,
"sells": 33,
"buyers": 5,
"sellers": 11
},
"m15": {
"buys": 169,
"sells": 169,
"buyers": 14,
"sellers": 18
},
"m30": {
"buys": 480,
"sells": 345,
"buyers": 32,
"sellers": 21
},
"h1": {
"buys": 944,
"sells": 812,
"buyers": 80,
"sellers": 42
},
"h6": {
"buys": 6433,
"sells": 6088,
"buyers": 273,
"sellers": 200
},
"h24": {
"buys": 29806,
"sells": 27407,
"buyers": 663,
"sellers": 499
}
},
"volume_usd": {
"m5": "9441.5431540923",
"m15": "44407.2929027422",
"m30": "116411.087124735",
"h1": "276585.446908668",
"h6": "2375561.13183706",
"h24": "12188292.4478664"
},
"reserve_in_usd": "5407711.3405"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_Dfh5DzRgSvvCFDoYc2ciTkMrbDfRKybA4SoFbPmApump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "raydium",
"type": "dex"
}
}
}
},
{
"id": "solana_DqAfrGV2GBxpGRsq6Xk1z9ojRncqgLeeVPaKg5bCc24Z",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00000000580441306740987092408982931920884937351126807380261871559372352",
"base_token_price_native_currency": "0.0000000000693807005886439",
"quote_token_price_usd": "83.628561077570937780853627596295097143011981572",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000000006938070059",
"quote_token_price_base_token": "14413230069.9725",
"address": "DqAfrGV2GBxpGRsq6Xk1z9ojRncqgLeeVPaKg5bCc24Z",
"name": "$HACHI / SOL",
"pool_created_at": "2025-11-27T15:01:04Z",
"fdv_usd": "5649169.36949074",
"market_cap_usd": "5649169.36949074",
"price_change_percentage": {
"m5": "0.045",
"m15": "-0.429",
"m30": "-0.515",
"h1": "-4.641",
"h6": "-1.907",
"h24": "-20.844"
},
"transactions": {
"m5": {
"buys": 9,
"sells": 1,
"buyers": 5,
"sellers": 1
},
"m15": {
"buys": 19,
"sells": 9,
"buyers": 15,
"sellers": 8
},
"m30": {
"buys": 34,
"sells": 15,
"buyers": 26,
"sellers": 13
},
"h1": {
"buys": 53,
"sells": 43,
"buyers": 42,
"sellers": 35
},
"h6": {
"buys": 660,
"sells": 517,
"buyers": 296,
"sellers": 265
},
"h24": {
"buys": 6819,
"sells": 5182,
"buyers": 1767,
"sellers": 1397
}
},
"volume_usd": {
"m5": "246.4768638234",
"m15": "496.1954700779",
"m30": "1002.0355754424",
"h1": "2799.2854894306",
"h6": "48117.4259199423",
"h24": "483440.411306952"
},
"reserve_in_usd": "104860.302"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_x95HN3DWvbfCBtTjGm587z8suK3ec6cwQwgZNLbWKyp",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "meteora",
"type": "dex"
}
}
}
},
{
"id": "solana_4qxSqMh6iEdbdvtMp8r5MK2psAGKNk57PfGeVo2VhczQ",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.012052157068814604433077656884595563086655436609263656066994971",
"base_token_price_native_currency": "0.000143436238049744",
"quote_token_price_usd": "83.587293819378112449307144839334680071702770405",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000143436238",
"quote_token_price_base_token": "6971.738896646",
"address": "4qxSqMh6iEdbdvtMp8r5MK2psAGKNk57PfGeVo2VhczQ",
"name": "WhiteWhale / SOL",
"pool_created_at": "2025-10-13T01:43:44Z",
"fdv_usd": "11445392.200229",
"market_cap_usd": "12052157.07",
"price_change_percentage": {
"m5": "0",
"m15": "0.463",
"m30": "0.946",
"h1": "1.256",
"h6": "3.995",
"h24": "-11.957"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m15": {
"buys": 14,
"sells": 50,
"buyers": 9,
"sellers": 23
},
"m30": {
"buys": 32,
"sells": 55,
"buyers": 20,
"sellers": 28
},
"h1": {
"buys": 99,
"sells": 97,
"buyers": 49,
"sellers": 43
},
"h6": {
"buys": 589,
"sells": 511,
"buyers": 161,
"sellers": 190
},
"h24": {
"buys": 3741,
"sells": 3626,
"buyers": 544,
"sellers": 635
}
},
"volume_usd": {
"m5": "0.0",
"m15": "9204.5309672125",
"m30": "10347.2192230602",
"h1": "21168.6316987501",
"h6": "119624.064064338",
"h24": "896384.15790769"
},
"reserve_in_usd": "500495.0123"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_a3W4qutoEJA4232T2gwZUfgYJTetr96pU4SJMwppump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_9Z6BHfj4xHxFTuSYbkTboYa2ox9N69McUhRa8oh2ubF3",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000154992222223844964182567090651338173828182452096371646042866942",
"base_token_price_native_currency": "0.00000185352686360408",
"quote_token_price_usd": "83.569991258039433375864410346633005306927559678",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001853526864",
"quote_token_price_base_token": "539512.007964943",
"address": "9Z6BHfj4xHxFTuSYbkTboYa2ox9N69McUhRa8oh2ubF3",
"name": "SWING / SOL",
"pool_created_at": "2026-03-27T12:11:11Z",
"fdv_usd": "154992.2222",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-1.234",
"m15": "-3.773",
"m30": "-17.222",
"h1": "-22.681",
"h6": "55.787",
"h24": "398.23"
},
"transactions": {
"m5": {
"buys": 5,
"sells": 4,
"buyers": 5,
"sellers": 4
},
"m15": {
"buys": 80,
"sells": 60,
"buyers": 59,
"sellers": 53
},
"m30": {
"buys": 273,
"sells": 157,
"buyers": 130,
"sellers": 116
},
"h1": {
"buys": 524,
"sells": 283,
"buyers": 175,
"sellers": 171
},
"h6": {
"buys": 3205,
"sells": 1923,
"buyers": 714,
"sellers": 657
},
"h24": {
"buys": 27518,
"sells": 20887,
"buyers": 5316,
"sellers": 5103
}
},
"volume_usd": {
"m5": "765.6437670323",
"m15": "5488.4956201299",
"m30": "14687.7721293288",
"h1": "25305.8026506105",
"h6": "177521.289327611",
"h24": "2383323.91526094"
},
"reserve_in_usd": "34392.4815"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_2izfNJ5bACaQDKyqGUYicSKhFE963TnkBo9tWxiqpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "eth_0x0d047a370611437a1b8e6c2a95ea36f69fdda3be",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00686378429185698",
"base_token_price_native_currency": "0.00000343039065925298",
"quote_token_price_usd": "2002.26212786425",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000003430390659",
"quote_token_price_base_token": "291511.987797263",
"address": "0x0d047a370611437a1b8e6c2a95ea36f69fdda3be",
"name": "LCAI / WETH 0.3%",
"pool_created_at": "2026-01-27T17:30:23Z",
"fdv_usd": "66022116.8594946",
"market_cap_usd": "0.0",
"price_change_percentage": {
"m5": "-1.267",
"m15": "2.439",
"m30": "-2.305",
"h1": "-7.041",
"h6": "20.195",
"h24": "60.488"
},
"transactions": {
"m5": {
"buys": 3,
"sells": 5,
"buyers": 3,
"sellers": 4
},
"m15": {
"buys": 14,
"sells": 13,
"buyers": 14,
"sellers": 12
},
"m30": {
"buys": 28,
"sells": 44,
"buyers": 27,
"sellers": 40
},
"h1": {
"buys": 70,
"sells": 70,
"buyers": 61,
"sellers": 63
},
"h6": {
"buys": 426,
"sells": 192,
"buyers": 267,
"sellers": 150
},
"h24": {
"buys": 1016,
"sells": 477,
"buyers": 539,
"sellers": 316
}
},
"volume_usd": {
"m5": "3882.4106685695",
"m15": "26517.1649820516",
"m30": "55938.9664513717",
"h1": "109745.142399241",
"h6": "379047.8243067",
"h24": "875229.228949557"
},
"reserve_in_usd": "1767589.5981"
},
"relationships": {
"base_token": {
"data": {
"id": "eth_0x9ca8530ca349c966fe9ef903df17a75b8a778927",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"type": "token"
}
},
"network": {
"data": {
"id": "eth",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap_v3",
"type": "dex"
}
}
}
},
{
"id": "solana_nHkTtjptD1LzcgqH96Ytb1yizQ7yJjtNLH4Fr9yk66N",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0000140294681255750278829394361614609142565757817036323370357727535",
"base_token_price_native_currency": "0.000000167487361119847",
"quote_token_price_usd": "83.577468934559316705141316458203207240754476503",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000001674873611",
"quote_token_price_base_token": "5970599.77131314",
"address": "nHkTtjptD1LzcgqH96Ytb1yizQ7yJjtNLH4Fr9yk66N",
"name": "NOVA / SOL",
"pool_created_at": "2026-03-27T18:56:41Z",
"fdv_usd": "14029.46813",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "8.894",
"m15": "-29.34",
"m30": "-27.449",
"h1": "-39.212",
"h6": "-51.633",
"h24": "-59.741"
},
"transactions": {
"m5": {
"buys": 21,
"sells": 10,
"buyers": 21,
"sellers": 10
},
"m15": {
"buys": 44,
"sells": 22,
"buyers": 43,
"sellers": 21
},
"m30": {
"buys": 51,
"sells": 31,
"buyers": 50,
"sellers": 30
},
"h1": {
"buys": 64,
"sells": 53,
"buyers": 60,
"sellers": 48
},
"h6": {
"buys": 270,
"sells": 253,
"buyers": 168,
"sellers": 188
},
"h24": {
"buys": 19449,
"sells": 15252,
"buyers": 5129,
"sellers": 4793
}
},
"volume_usd": {
"m5": "296.2696351927",
"m15": "2222.3111810424",
"m30": "2346.0309640859",
"h1": "2950.2882370195",
"h6": "14132.6874966731",
"h24": "1622042.65372669"
},
"reserve_in_usd": "10153.3024"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_3sEvAEfZRUA1kazgTnvRQVJMFK2UHuVw2yn49U2vpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_J37wzATp3rvAh1y1tq3Y4M3c9Rg1LJSA4YDDXBm9t3x2",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000204390423104701990527308369353897931711872176",
"base_token_price_native_currency": "0.00000243892880476779",
"quote_token_price_usd": "83.505245759781883350067949552",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000002438928805",
"quote_token_price_base_token": "410016.068548262",
"address": "J37wzATp3rvAh1y1tq3Y4M3c9Rg1LJSA4YDDXBm9t3x2",
"name": "CatWif / SOL",
"pool_created_at": "2024-03-28T03:46:00Z",
"fdv_usd": "183879.702238892",
"market_cap_usd": "183879.702238892",
"price_change_percentage": {
"m5": "-0.307",
"m15": "-10.879",
"m30": "-3.427",
"h1": "1.055",
"h6": "-17.79",
"h24": "262.022"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 1,
"buyers": 4,
"sellers": 1
},
"m15": {
"buys": 24,
"sells": 25,
"buyers": 22,
"sellers": 17
},
"m30": {
"buys": 54,
"sells": 47,
"buyers": 39,
"sellers": 33
},
"h1": {
"buys": 82,
"sells": 69,
"buyers": 63,
"sellers": 48
},
"h6": {
"buys": 637,
"sells": 514,
"buyers": 351,
"sellers": 274
},
"h24": {
"buys": 7090,
"sells": 3336,
"buyers": 2682,
"sellers": 2078
}
},
"volume_usd": {
"m5": "84.4722913514",
"m15": "5943.4481567044",
"m30": "10387.3656428035",
"h1": "13440.4917189014",
"h6": "58138.2707554305",
"h24": "356609.301704233"
},
"reserve_in_usd": "96916.3385"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_Avb1PBRudW7uUV9MqTUqfZ3EZTDvNkKS63W3wyPseudf",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "raydium",
"type": "dex"
}
}
}
},
{
"id": "solana_HJAqvquMLHxcx7BYwDixukJM4zYBaTDG69uDWbo18zv",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00084425319406963824481070361949064947106502028384679946521139",
"base_token_price_native_currency": "0.0000101075392510506",
"quote_token_price_usd": "83.52707549286882059823766072144028376749317315",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00001010753925",
"quote_token_price_base_token": "98936.049137386",
"address": "HJAqvquMLHxcx7BYwDixukJM4zYBaTDG69uDWbo18zv",
"name": "CHIBI / SOL",
"pool_created_at": "2026-03-19T09:42:39Z",
"fdv_usd": "844206.545530212",
"market_cap_usd": "844206.545530212",
"price_change_percentage": {
"m5": "2.517",
"m15": "1.242",
"m30": "2.666",
"h1": "5.081",
"h6": "18.43",
"h24": "3.202"
},
"transactions": {
"m5": {
"buys": 10,
"sells": 9,
"buyers": 8,
"sellers": 5
},
"m15": {
"buys": 41,
"sells": 22,
"buyers": 24,
"sellers": 15
},
"m30": {
"buys": 88,
"sells": 48,
"buyers": 44,
"sellers": 39
},
"h1": {
"buys": 203,
"sells": 133,
"buyers": 91,
"sellers": 104
},
"h6": {
"buys": 953,
"sells": 866,
"buyers": 446,
"sellers": 428
},
"h24": {
"buys": 4008,
"sells": 2978,
"buyers": 1280,
"sellers": 1231
}
},
"volume_usd": {
"m5": "1704.6597345947",
"m15": "3892.5493046629",
"m30": "7822.4186446679",
"h1": "25096.6570852059",
"h6": "190039.925950917",
"h24": "581113.137347455"
},
"reserve_in_usd": "102994.775"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_2TpMjYXnrgxoeVCq2i6EAR8vNWqe5MNvHCz3bENNpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_AR48svq4uyUWps2X8wMNGRg6QiytcoYQtRUPk6WFQXjx",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000006950645459191358564625466122320798820195963169750398198241651",
"base_token_price_native_currency": "0.0000000837695463620577",
"quote_token_price_usd": "83.57141161197923594578970247509515688683400294",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00000008376954636",
"quote_token_price_base_token": "11937512.4186292",
"address": "AR48svq4uyUWps2X8wMNGRg6QiytcoYQtRUPk6WFQXjx",
"name": "NEKO / SOL",
"pool_created_at": "2026-03-27T08:01:23Z",
"fdv_usd": "6950.6446803058",
"market_cap_usd": "6950.6446815009",
"price_change_percentage": {
"m5": "-2.261",
"m15": "1.991",
"m30": "12.086",
"h1": "16.841",
"h6": "-98.317",
"h24": "-96.143"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 3,
"buyers": 1,
"sellers": 3
},
"m15": {
"buys": 60,
"sells": 9,
"buyers": 12,
"sellers": 8
},
"m30": {
"buys": 105,
"sells": 14,
"buyers": 18,
"sellers": 13
},
"h1": {
"buys": 178,
"sells": 26,
"buyers": 36,
"sellers": 24
},
"h6": {
"buys": 3422,
"sells": 2660,
"buyers": 1776,
"sellers": 1612
},
"h24": {
"buys": 21643,
"sells": 11089,
"buyers": 8635,
"sellers": 3547
}
},
"volume_usd": {
"m5": "27.8906247211",
"m15": "337.9966225041",
"m30": "705.5028397298",
"h1": "1394.369443095",
"h6": "496906.878604504",
"h24": "2499642.9187738"
},
"reserve_in_usd": "7113.0549"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_H4fafmgoZFjEPtrxiTFFwKa8xTXqRbGaeA5oWQCHpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "base_0xd7e5522c9cc3682c960afada6adde0f8116580f2ad2cef08c197faf625e53842",
"type": "pool",
"attributes": {
"base_token_price_usd": "10.7263208158205",
"base_token_price_native_currency": "0.0054750271746639",
"quote_token_price_usd": "2000.68",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.005475027175",
"quote_token_price_base_token": "182.647495272",
"address": "0xd7e5522c9cc3682c960afada6adde0f8116580f2ad2cef08c197faf625e53842",
"name": "BEAN / ETH 1%",
"pool_created_at": "2026-02-25T20:14:19Z",
"fdv_usd": "687343.15464111",
"market_cap_usd": "325575.601338227",
"price_change_percentage": {
"m5": "0.062",
"m15": "0.595",
"m30": "2.846",
"h1": "0.283",
"h6": "-8.577",
"h24": "74.122"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 0,
"buyers": 3,
"sellers": 0
},
"m15": {
"buys": 10,
"sells": 4,
"buyers": 9,
"sellers": 4
},
"m30": {
"buys": 15,
"sells": 29,
"buyers": 11,
"sellers": 20
},
"h1": {
"buys": 23,
"sells": 55,
"buyers": 14,
"sellers": 27
},
"h6": {
"buys": 167,
"sells": 417,
"buyers": 47,
"sellers": 82
},
"h24": {
"buys": 785,
"sells": 1384,
"buyers": 156,
"sellers": 207
}
},
"volume_usd": {
"m5": "51.5477385906",
"m15": "527.795074968",
"m30": "2135.1525030051",
"h1": "3688.0332875421",
"h6": "37134.1540036212",
"h24": "206843.96111052"
},
"reserve_in_usd": "230410.0869"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x5c72992b83e74c4d5200a8e8920fb946214a5a5d",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x0000000000000000000000000000000000000000",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-base",
"type": "dex"
}
}
}
},
{
"id": "bsc_0x12a67c47baf61c0d8d43870a1115ac683f1e5907c2653f08c69bd5ef794a23aa",
"type": "pool",
"attributes": {
"base_token_price_usd": "1.97603798321973",
"base_token_price_native_currency": "0.00323967400434282",
"quote_token_price_usd": "1.00324520249449",
"quote_token_price_native_currency": "0.00162930023447098",
"base_token_price_quote_token": "1.9883836851",
"quote_token_price_base_token": "0.5029210446",
"address": "0x12a67c47baf61c0d8d43870a1115ac683f1e5907c2653f08c69bd5ef794a23aa",
"name": "SIREN / USDT 0.209%",
"pool_created_at": "2026-03-18T18:12:33Z",
"fdv_usd": "1434837729.97068",
"market_cap_usd": "1434837729.98102",
"price_change_percentage": {
"m5": "15.323",
"m15": "17.242",
"m30": "17.455",
"h1": "19.379",
"h6": "96.332",
"h24": "124.427"
},
"transactions": {
"m5": {
"buys": 818,
"sells": 773,
"buyers": 276,
"sellers": 180
},
"m15": {
"buys": 953,
"sells": 922,
"buyers": 304,
"sellers": 228
},
"m30": {
"buys": 1164,
"sells": 1227,
"buyers": 346,
"sellers": 281
},
"h1": {
"buys": 2184,
"sells": 2176,
"buyers": 475,
"sellers": 462
},
"h6": {
"buys": 29341,
"sells": 25550,
"buyers": 1543,
"sellers": 1682
},
"h24": {
"buys": 54374,
"sells": 50040,
"buyers": 2305,
"sellers": 2167
}
},
"volume_usd": {
"m5": "286594.811117833",
"m15": "342240.256791252",
"m30": "402621.499017804",
"h1": "700040.216071283",
"h6": "9845379.49345466",
"h24": "15079134.1214735"
},
"reserve_in_usd": "199250.7607"
},
"relationships": {
"base_token": {
"data": {
"id": "bsc_0x997a58129890bbda032231a52ed1ddc845fc18e1",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "bsc_0x55d398326f99059ff775485246999027b3197955",
"type": "token"
}
},
"network": {
"data": {
"id": "bsc",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v4-bsc",
"type": "dex"
}
}
}
},
{
"id": "solana_DRAf8QxQY86h7yeHdo9GytXAF6GoTTT8oZjknwXV6dCS",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00372848921834004847610449737127471783103718493157345748376598021",
"base_token_price_native_currency": "0.0000446144147347852",
"quote_token_price_usd": "83.572768349335707217655056518512203199781134107",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00004461441473",
"quote_token_price_base_token": "22414.280360834",
"address": "DRAf8QxQY86h7yeHdo9GytXAF6GoTTT8oZjknwXV6dCS",
"name": "PENGUIN / SOL",
"pool_created_at": "2026-01-16T19:29:12Z",
"fdv_usd": "3728280.06715578",
"market_cap_usd": "3728280.06715578",
"price_change_percentage": {
"m5": "1.288",
"m15": "3.345",
"m30": "2.319",
"h1": "-1.561",
"h6": "10.571",
"h24": "47.163"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 32,
"buyers": 4,
"sellers": 14
},
"m15": {
"buys": 13,
"sells": 39,
"buyers": 5,
"sellers": 18
},
"m30": {
"buys": 18,
"sells": 76,
"buyers": 8,
"sellers": 30
},
"h1": {
"buys": 41,
"sells": 124,
"buyers": 20,
"sellers": 49
},
"h6": {
"buys": 575,
"sells": 717,
"buyers": 170,
"sellers": 191
},
"h24": {
"buys": 2109,
"sells": 2560,
"buyers": 519,
"sellers": 497
}
},
"volume_usd": {
"m5": "8754.2881868986",
"m15": "13007.3109183317",
"m30": "22187.5288294843",
"h1": "32308.3596205937",
"h6": "182389.326016677",
"h24": "733707.403683687"
},
"reserve_in_usd": "338590.7"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_8Jx8AAHj86wbQgUTjGuj6GTTL5Ps3cqxKRTvpaJApump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
}
]
}
Támogatott hálózatok
Nagymértékű lefedettség több blokkláncon
Kriptoárfolyamok és piaci adatok lekérése több mint 200+ hálózatról, a főbb blokkláncoktól az új projektekig.
Ezért használják a Web3-projektek a CoinGeckót
„A CoinGecko DEX API-ja gyors, nagyon pontos és stabil forrása a DEX-árfolyamadatoknak. Széles adatlefedettséget kínál, egyszerű használni, és nagyon megbízható. A CoinGecko DEX API-ja bekerült a fő DEX-árfolyam-adatforrásaink közé, amelyekkel a Supra adatokat aggregál a decentralizált tőzsdékről.”
Joshua Tobkin
Co-founder & CEO, Supra
„A CoinGecko DEX API-ja a fejlesztési folyamatunk szerves részévé vált, szakértő módon kezel számos apró feladatot, amelyek kezelésére egyszerűen nincs kapacitásunk. Ezzel jelentősen egyszerűsítettük a munkafolyamatunkat, ami lehetővé tette, hogy a fő fejlesztési feladatokra összpontosítsunk.”
Bruce
CEO, EtherDrops
„A CoinGecko DEX API-ja széles lefedettséget kínál, a legtöbb lánchoz biztosít támogatást, és magas a rendelkezésre állási szintje.”
Sher
Co-founder, Kontos
Gyakran ismételt kérdések
-
Van GeckoTerminal API?
- A GeckoTerminal API-t, amely korábban béta tesztelés alatt állt, már integráltuk a CoinGecko API-val. A felhasználók a használattól függően ingyenesen vagy fizetett csomagokon keresztül több mint 35 érme és token on-chain és aggregált piaci adataihoz kaphatnak hozzáférést.
-
A CoinGecko API és a GeckoTerminal API egy és ugyanaz?
- Igen, a GeckoTerminal API DEX-adatvégpontjait 2024 februárjában integráltuk a CoinGecko API-ba. A felhasználók és fejlesztők a CoinGecko API felé intézett hívással on-chain piaci adatokhoz – például tokenárfolyam és likviditás a DEX-eken –, valamint összevont valós idejű és múltbeli kriptoárfolyamokhoz, piaci és metaadatokhoz stb., amelyek a CoinGecko API-n keresztül mindig is elérhetők voltak.
-
A CoinGecko API honnan szerzi az adatait?
-
A CoinGecko több mint 1000 centralizált és decentralizált tőzsdéről aggregálja a kriptovaluta-árfolyamadatokat és piaci adatokat, míg a GeckoTerminal több mint 200 hálózaton követi nyomon a decentralizált tőzsdék on-chain token- és piaci adatait.
A CoinGecko és a GeckoTerminal adatait világszerte emberek milliói használják bizalommal. Tudj meg többet a módszertanunkról és a mutatószámok számításáról és értékeléséről. -
Milyen on-chain adatokat szerezhetek a CoinGecko API-n keresztül?
- Több mint 35 millió token on-chain árfolyam- és likviditásadatait szerezheted meg a CoinGecko API-val. Emellett egy adott hálózat likviditáspooljairól is szerezhetsz adatokat (top poolok, felkapott poolok stb.)
-
A CoinGecko API milyen gyakran bővíti vagy frissíti az adatait?
-
A végpontokat 20 másodperc és 5 perc közötti ideig tároljuk gyorsítótárban, és a legtöbb adat várhatóan hasonló időközönként frissül, hacsak a dokumentációnk másként nem rendelkezik. A fizetős API-csomagok frissítési gyakorisága nagyobb, vagyis 20 másodperc egy /egyszerű/ár végpont esetén.
On-chain adatok esetében az adatok konkrétan a tranzakció blokkláncon történő megerősítését követő 2–3 másodpercen belül frissülnek, a hálózat elérhetőségétől függően.
Javasoljuk, hogy a felhasználók ennek megfelelően szabályozzák a válaszadást az API hatékony hívása érekében (vagyis elkerüljék a sávszélesség pazarlását a túl gyakori hívások kezdeményezésével).
Turbózd fel a projektedet a CoinGecko API-val
Megbízható, pontos és teljes körű kriptoárfolyam-adatokkal a lehetőségek kiaknázásáért.
Ne maradj le a frissítésekről!
Iratkozz fel az API-hírlevelünkre a legfrissebb termékhírekért, végpontfrissítésekért és inspiráló közösségi tartalmakért.
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