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.00112981363183",
"base_token_price_native_currency": "0.000489190276618711",
"quote_token_price_usd": "2049.9631964992",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0004891902766",
"quote_token_price_base_token": "2044.194350943",
"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": "4445962111.68989",
"market_cap_usd": "4446882537.62259",
"price_change_percentage": {
"m5": "0",
"m15": "0.075",
"m30": "-0.103",
"h1": "0.28",
"h6": "0.033",
"h24": "0.078"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m15": {
"buys": 8,
"sells": 8,
"buyers": 7,
"sellers": 8
},
"m30": {
"buys": 14,
"sells": 13,
"buyers": 13,
"sellers": 12
},
"h1": {
"buys": 31,
"sells": 15,
"buyers": 21,
"sellers": 14
},
"h6": {
"buys": 188,
"sells": 185,
"buyers": 93,
"sellers": 74
},
"h24": {
"buys": 1109,
"sells": 1224,
"buyers": 236,
"sellers": 269
}
},
"volume_usd": {
"m5": "469.6725836359",
"m15": "7624.4726266348",
"m30": "9367.729407463",
"h1": "13610.0598351584",
"h6": "117744.151313149",
"h24": "881224.76206782"
},
"reserve_in_usd": "1092078.9436",
"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": "solana_56YheczRM5MbYDDFmnobrTnCiSPJqmuvZwFwfKVP9gS2",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000643567977082475476443152560249288322319523121657960319882847399",
"base_token_price_native_currency": "0.00000825965017537753",
"quote_token_price_usd": "78.808846098535827465413460351829830280280808667",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000008259650175",
"quote_token_price_base_token": "121070.502838129",
"address": "56YheczRM5MbYDDFmnobrTnCiSPJqmuvZwFwfKVP9gS2",
"name": "Clippy / SOL",
"pool_created_at": "2026-01-19T21:05:23Z",
"fdv_usd": "643527.384659503",
"market_cap_usd": "643527.384659503",
"price_change_percentage": {
"m5": "-1.214",
"m15": "0.109",
"m30": "-0.828",
"h1": "-1.234",
"h6": "-1.731",
"h24": "-10.218"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 1,
"buyers": 1,
"sellers": 1
},
"m15": {
"buys": 17,
"sells": 19,
"buyers": 17,
"sellers": 19
},
"m30": {
"buys": 37,
"sells": 50,
"buyers": 37,
"sellers": 50
},
"h1": {
"buys": 113,
"sells": 126,
"buyers": 92,
"sellers": 110
},
"h6": {
"buys": 673,
"sells": 851,
"buyers": 586,
"sellers": 791
},
"h24": {
"buys": 3513,
"sells": 3976,
"buyers": 3005,
"sellers": 3694
}
},
"volume_usd": {
"m5": "69.3676583121",
"m15": "2069.2261017278",
"m30": "4319.8862957206",
"h1": "11978.6348081294",
"h6": "87461.3818003083",
"h24": "463827.047878548"
},
"reserve_in_usd": "108852.7323"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_GKjAe1bQXXLoEitJYSuyw6qt97tTVoKkGEgWPEo6pump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_DMAFL613XTipuA3jFNYczavWT7XsiYf9cR3qmRMZQhB6",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00138131931807649044038182391750883346708558328515322025396902018",
"base_token_price_native_currency": "0.0000175309168150581",
"quote_token_price_usd": "78.794864318747008568650239368721798696965461042",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00001753091682",
"quote_token_price_base_token": "57042.0823137473",
"address": "DMAFL613XTipuA3jFNYczavWT7XsiYf9cR3qmRMZQhB6",
"name": "67 / SOL",
"pool_created_at": "2025-09-19T09:31:39Z",
"fdv_usd": "1380804.22560243",
"market_cap_usd": "1380804.22560243",
"price_change_percentage": {
"m5": "0.26",
"m15": "-0.906",
"m30": "0.626",
"h1": "0.876",
"h6": "-1.925",
"h24": "15.69"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 3,
"buyers": 1,
"sellers": 3
},
"m15": {
"buys": 6,
"sells": 5,
"buyers": 6,
"sellers": 5
},
"m30": {
"buys": 9,
"sells": 8,
"buyers": 8,
"sellers": 8
},
"h1": {
"buys": 16,
"sells": 16,
"buyers": 12,
"sellers": 15
},
"h6": {
"buys": 76,
"sells": 91,
"buyers": 50,
"sellers": 63
},
"h24": {
"buys": 543,
"sells": 650,
"buyers": 250,
"sellers": 256
}
},
"volume_usd": {
"m5": "3.1784546748",
"m15": "88.5839786614",
"m30": "660.3815559861",
"h1": "1230.2586359607",
"h6": "16304.3931457811",
"h24": "131062.876024869"
},
"reserve_in_usd": "213366.2796"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_9AvytnUKsLxPxFHFqS6VLxaxt5p6BhYNr53SD2Chpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_BFuEXEKtPjbz77UBSpfyp4JnH2o5oDP61MhniZVNg5xY",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000224120318135357829948108172158161735201143697426403969593790768",
"base_token_price_native_currency": "0.0000028411616783933",
"quote_token_price_usd": "78.839195966017626421524487987180367403002610342",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000002841161678",
"quote_token_price_base_token": "351968.706182715",
"address": "BFuEXEKtPjbz77UBSpfyp4JnH2o5oDP61MhniZVNg5xY",
"name": "ZEN / SOL",
"pool_created_at": "2026-03-31T17:23:06Z",
"fdv_usd": "213303.248644186",
"market_cap_usd": "213303.284160844",
"price_change_percentage": {
"m5": "2.2",
"m15": "27.528",
"m30": "47.24",
"h1": "64.916",
"h6": "-91.815",
"h24": "-97.406"
},
"transactions": {
"m5": {
"buys": 25,
"sells": 7,
"buyers": 22,
"sellers": 7
},
"m15": {
"buys": 211,
"sells": 152,
"buyers": 140,
"sellers": 94
},
"m30": {
"buys": 333,
"sells": 234,
"buyers": 210,
"sellers": 146
},
"h1": {
"buys": 615,
"sells": 435,
"buyers": 331,
"sellers": 223
},
"h6": {
"buys": 13293,
"sells": 20226,
"buyers": 5296,
"sellers": 10170
},
"h24": {
"buys": 77065,
"sells": 61967,
"buyers": 26662,
"sellers": 25617
}
},
"volume_usd": {
"m5": "558.3793578796",
"m15": "21440.7358780847",
"m30": "32012.0797233634",
"h1": "57621.2522277195",
"h6": "2503936.21106496",
"h24": "25170212.0558602"
},
"reserve_in_usd": "66613.2865"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_3tXvLBVojpviB13khqqsV4f7uh51Gy8m5q39eXJCpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_6UBUQq6YMmQEyoJUBbF2xuP1yt67RSfvgwk8o1P6JHkG",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00130934792720860950770295713226307799778783950945444606459056332",
"base_token_price_native_currency": "0.0000164255009557775",
"quote_token_price_usd": "78.839195966017626421524487987180367403002610342",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00001642550096",
"quote_token_price_base_token": "60880.9437649608",
"address": "6UBUQq6YMmQEyoJUBbF2xuP1yt67RSfvgwk8o1P6JHkG",
"name": "ANIME / SOL",
"pool_created_at": "2025-04-01T21:26:51Z",
"fdv_usd": "1306693.58903246",
"market_cap_usd": "1306693.58903704",
"price_change_percentage": {
"m5": "-0.621",
"m15": "3.28",
"m30": "0.646",
"h1": "8.662",
"h6": "27.389",
"h24": "114.518"
},
"transactions": {
"m5": {
"buys": 24,
"sells": 5,
"buyers": 24,
"sellers": 5
},
"m15": {
"buys": 214,
"sells": 43,
"buyers": 209,
"sellers": 40
},
"m30": {
"buys": 496,
"sells": 159,
"buyers": 484,
"sellers": 136
},
"h1": {
"buys": 1040,
"sells": 341,
"buyers": 984,
"sellers": 243
},
"h6": {
"buys": 7497,
"sells": 3002,
"buyers": 6150,
"sellers": 1714
},
"h24": {
"buys": 24641,
"sells": 12744,
"buyers": 17995,
"sellers": 6452
}
},
"volume_usd": {
"m5": "385.2526696044",
"m15": "2483.3086545687",
"m30": "8479.9573158627",
"h1": "15901.0138802088",
"h6": "249757.891728454",
"h24": "1140200.39578979"
},
"reserve_in_usd": "115665.4198"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_82MmG1uH2BWLyoU7VCFYMohP9CT63q5paiKHAAAn3zWx",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_AZThnSj6jrSDjFERxwK6jBQh4siLJxshnQTp4K7vUGq5",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0006837172464708005970471020525034042591096778130991480785782645",
"base_token_price_native_currency": "0.00000864130629800992",
"quote_token_price_usd": "78.839192367545988313080338537197674216850415083",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000008641306298",
"quote_token_price_base_token": "115723.244323639",
"address": "AZThnSj6jrSDjFERxwK6jBQh4siLJxshnQTp4K7vUGq5",
"name": "ROCKET / SOL",
"pool_created_at": "2026-04-01T13:05:19Z",
"fdv_usd": "676010.663187823",
"market_cap_usd": "676010.66760414",
"price_change_percentage": {
"m5": "0.156",
"m15": "-4.205",
"m30": "-0.839",
"h1": "-9.989",
"h6": "4.475",
"h24": "4.5"
},
"transactions": {
"m5": {
"buys": 14,
"sells": 15,
"buyers": 9,
"sellers": 7
},
"m15": {
"buys": 143,
"sells": 179,
"buyers": 68,
"sellers": 46
},
"m30": {
"buys": 322,
"sells": 343,
"buyers": 124,
"sellers": 99
},
"h1": {
"buys": 807,
"sells": 937,
"buyers": 258,
"sellers": 200
},
"h6": {
"buys": 4900,
"sells": 6529,
"buyers": 2595,
"sellers": 1245
},
"h24": {
"buys": 18960,
"sells": 19965,
"buyers": 7393,
"sellers": 3732
}
},
"volume_usd": {
"m5": "2080.7869408088",
"m15": "26931.0910008942",
"m30": "58595.1361508064",
"h1": "138162.731678642",
"h6": "621439.925961984",
"h24": "2334053.96861389"
},
"reserve_in_usd": "70969.7007"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_4YiLHDR4B4pE4R5GUMA8HG8YunyeLwcobtEtvwMupump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_8LTRgxZ2KWDc2sDGuYAe5VtDgguAzteSeQUJisLQ5BVA",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.010720014798825157859396824343390170260648607708561881077381216",
"base_token_price_native_currency": "0.0001353065092",
"quote_token_price_usd": "78.839662027155777156979919379371397080921620384",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0001353065092",
"quote_token_price_base_token": "7390.627442187",
"address": "8LTRgxZ2KWDc2sDGuYAe5VtDgguAzteSeQUJisLQ5BVA",
"name": "PIXEL / SOL",
"pool_created_at": "2026-03-27T03:03:16Z",
"fdv_usd": "10720014.8",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "0.072",
"m15": "6.646",
"m30": "7.181",
"h1": "16.147",
"h6": "30.023",
"h24": "50.565"
},
"transactions": {
"m5": {
"buys": 9,
"sells": 8,
"buyers": 7,
"sellers": 7
},
"m15": {
"buys": 136,
"sells": 135,
"buyers": 68,
"sellers": 93
},
"m30": {
"buys": 310,
"sells": 271,
"buyers": 138,
"sellers": 147
},
"h1": {
"buys": 676,
"sells": 619,
"buyers": 275,
"sellers": 295
},
"h6": {
"buys": 2105,
"sells": 1955,
"buyers": 722,
"sellers": 768
},
"h24": {
"buys": 9374,
"sells": 8330,
"buyers": 2347,
"sellers": 2221
}
},
"volume_usd": {
"m5": "1638.1619375618",
"m15": "33581.7651961643",
"m30": "86260.903351839",
"h1": "219199.888140127",
"h6": "625946.367050163",
"h24": "2551687.9388367"
},
"reserve_in_usd": "340636.4774"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_EkDGB5fbPXiRmDDjxKcC7dFjzvFZj2KT9t7oeyyPx4SX",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_BZwAYUU6d5qVnTnn8v5ujpiQs4YQbBEfjYbKbVjctvVC",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.022914116629898624935174634692375898616105376983030774355900854",
"base_token_price_native_currency": "0.000290594602622322",
"quote_token_price_usd": "78.839195966017626421524487987180367403002610342",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0002905946026",
"quote_token_price_base_token": "3441.220143031",
"address": "BZwAYUU6d5qVnTnn8v5ujpiQs4YQbBEfjYbKbVjctvVC",
"name": "VDOR / SOL",
"pool_created_at": "2026-03-20T21:13:12Z",
"fdv_usd": "22879020.7",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-0.001",
"m15": "-0.037",
"m30": "-0.377",
"h1": "0.019",
"h6": "-0.019",
"h24": "15.223"
},
"transactions": {
"m5": {
"buys": 25,
"sells": 5,
"buyers": 11,
"sellers": 1
},
"m15": {
"buys": 185,
"sells": 29,
"buyers": 62,
"sellers": 1
},
"m30": {
"buys": 439,
"sells": 70,
"buyers": 138,
"sellers": 5
},
"h1": {
"buys": 853,
"sells": 154,
"buyers": 248,
"sellers": 6
},
"h6": {
"buys": 5710,
"sells": 1193,
"buyers": 1292,
"sellers": 40
},
"h24": {
"buys": 17655,
"sells": 3567,
"buyers": 3397,
"sellers": 162
}
},
"volume_usd": {
"m5": "5672.9349942879",
"m15": "21885.6881849093",
"m30": "56825.5472815157",
"h1": "124199.208544745",
"h6": "914314.243536515",
"h24": "2844118.63371721"
},
"reserve_in_usd": "437450.2024"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_VDoRrZix72Er41foJAdKrwFqYNozPbktuPa4Xy1A7Au",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "meteora-damm-v2",
"type": "dex"
}
}
}
},
{
"id": "bsc_0x2ad2651a07b4949c0f892cfa27c3c73fb3b020f6",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.31278430676713",
"base_token_price_native_currency": "0.000542536826155769",
"quote_token_price_usd": "579.48",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0005425368262",
"quote_token_price_base_token": "1843.192852153",
"address": "0x2ad2651a07b4949c0f892cfa27c3c73fb3b020f6",
"name": "STO / WBNB 1%",
"pool_created_at": "2025-04-03T03:29:24Z",
"fdv_usd": "171902112.231218",
"market_cap_usd": "70796145.6966053",
"price_change_percentage": {
"m5": "-3.302",
"m15": "-11.654",
"m30": "-13.97",
"h1": "-14.161",
"h6": "-55.986",
"h24": "-20.281"
},
"transactions": {
"m5": {
"buys": 25,
"sells": 20,
"buyers": 14,
"sellers": 13
},
"m15": {
"buys": 225,
"sells": 131,
"buyers": 80,
"sellers": 46
},
"m30": {
"buys": 314,
"sells": 161,
"buyers": 113,
"sellers": 61
},
"h1": {
"buys": 647,
"sells": 602,
"buyers": 151,
"sellers": 195
},
"h6": {
"buys": 5179,
"sells": 5886,
"buyers": 625,
"sellers": 1124
},
"h24": {
"buys": 15850,
"sells": 15095,
"buyers": 1587,
"sellers": 2394
}
},
"volume_usd": {
"m5": "1442.8970270658",
"m15": "6480.8030012033",
"m30": "16534.7768412013",
"h1": "74267.7539359174",
"h6": "542639.946412531",
"h24": "1593210.90994403"
},
"reserve_in_usd": "353631.981"
},
"relationships": {
"base_token": {
"data": {
"id": "bsc_0xdaf1695c41327b61b9b9965ac6a5843a3198cf07",
"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_6oEzfEv2Pzuonb8GAv9KMHwWEZfkRTLwbP1uiyDPYswU",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000127447825712315507105275067622434122079808727944352662756927554",
"base_token_price_native_currency": "0.00000164780645360825",
"quote_token_price_usd": "78.839192367545988313080338537197674216850415083",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001647806454",
"quote_token_price_base_token": "606867.388952307",
"address": "6oEzfEv2Pzuonb8GAv9KMHwWEZfkRTLwbP1uiyDPYswU",
"name": "Community / SOL",
"pool_created_at": "2026-04-02T04:22:40Z",
"fdv_usd": "129912.5526",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "1.231",
"m15": "9.721",
"m30": "1.546",
"h1": "-1.889",
"h6": "-30.314",
"h24": "328.937"
},
"transactions": {
"m5": {
"buys": 15,
"sells": 13,
"buyers": 7,
"sellers": 13
},
"m15": {
"buys": 152,
"sells": 80,
"buyers": 69,
"sellers": 61
},
"m30": {
"buys": 266,
"sells": 173,
"buyers": 117,
"sellers": 124
},
"h1": {
"buys": 795,
"sells": 483,
"buyers": 321,
"sellers": 287
},
"h6": {
"buys": 7380,
"sells": 4741,
"buyers": 1857,
"sellers": 1937
},
"h24": {
"buys": 33131,
"sells": 21108,
"buyers": 5641,
"sellers": 5154
}
},
"volume_usd": {
"m5": "986.5660270856",
"m15": "7934.1208738291",
"m30": "14766.5674660219",
"h1": "49096.9800896529",
"h6": "542566.645550974",
"h24": "2266635.91042794"
},
"reserve_in_usd": "31044.8552"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_771oWnZyoVXW285EeusgicQ7DazFUN2hraGjynhupump",
"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": "15.1742773424172",
"base_token_price_native_currency": "0.00757055574442824",
"quote_token_price_usd": "2047.34",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.007570555744",
"quote_token_price_base_token": "132.090698987",
"address": "0xd7e5522c9cc3682c960afada6adde0f8116580f2ad2cef08c197faf625e53842",
"name": "BEAN / ETH 1%",
"pool_created_at": "2026-02-25T20:14:19Z",
"fdv_usd": "988581.481756238",
"market_cap_usd": "487395.544858148",
"price_change_percentage": {
"m5": "-1.633",
"m15": "3.362",
"m30": "0.364",
"h1": "-8.014",
"h6": "4.58",
"h24": "-32.208"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 1,
"buyers": 2,
"sellers": 1
},
"m15": {
"buys": 16,
"sells": 18,
"buyers": 14,
"sellers": 15
},
"m30": {
"buys": 23,
"sells": 29,
"buyers": 19,
"sellers": 23
},
"h1": {
"buys": 43,
"sells": 50,
"buyers": 35,
"sellers": 33
},
"h6": {
"buys": 320,
"sells": 270,
"buyers": 105,
"sellers": 119
},
"h24": {
"buys": 1157,
"sells": 1689,
"buyers": 256,
"sellers": 315
}
},
"volume_usd": {
"m5": "1032.7334234875",
"m15": "5719.5065341835",
"m30": "11037.5564361152",
"h1": "24059.7099331932",
"h6": "137718.919463858",
"h24": "614758.773863856"
},
"reserve_in_usd": "315332.1948"
},
"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": "solana_BT7AkhA39Psc86qtocP3boeANXp2ntLYFvGo3VbBhvRS",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000150079347065221628648206527434755207192437397414051717139607276",
"base_token_price_native_currency": "0.00000192471153223073",
"quote_token_price_usd": "78.839195966017626421524487987180367403002610342",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001924711532",
"quote_token_price_base_token": "519558.377062876",
"address": "BT7AkhA39Psc86qtocP3boeANXp2ntLYFvGo3VbBhvRS",
"name": "durr / SOL",
"pool_created_at": "2026-04-02T00:46:00Z",
"fdv_usd": "151743.6067",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-1.996",
"m15": "-0.4",
"m30": "-8.69",
"h1": "11.391",
"h6": "-15.158",
"h24": "366.215"
},
"transactions": {
"m5": {
"buys": 4,
"sells": 4,
"buyers": 3,
"sellers": 4
},
"m15": {
"buys": 56,
"sells": 35,
"buyers": 27,
"sellers": 27
},
"m30": {
"buys": 99,
"sells": 79,
"buyers": 54,
"sellers": 60
},
"h1": {
"buys": 240,
"sells": 238,
"buyers": 124,
"sellers": 163
},
"h6": {
"buys": 2486,
"sells": 1900,
"buyers": 878,
"sellers": 932
},
"h24": {
"buys": 20714,
"sells": 15009,
"buyers": 4929,
"sellers": 4316
}
},
"volume_usd": {
"m5": "388.4889102951",
"m15": "4468.0302061581",
"m30": "9006.7693114722",
"h1": "25952.4448936316",
"h6": "213703.853986885",
"h24": "1820046.96705205"
},
"reserve_in_usd": "32392.6828"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_5ePB8Z3tgxwNc1CwCa6BrvpLk1JWbuDEr1svNeP9pump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_8WwcNqdZjCY5Pt7AkhupAFknV2txca9sq6YBkGzLbvdt",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.064116076847167721584088532468423906721942136",
"base_token_price_native_currency": "0.000813912512620627",
"quote_token_price_usd": "78.77970213022884444932372446",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0008139125126",
"quote_token_price_base_token": "1228.633279983",
"address": "8WwcNqdZjCY5Pt7AkhupAFknV2txca9sq6YBkGzLbvdt",
"name": "pippin / SOL",
"pool_created_at": "2024-11-09T20:27:41Z",
"fdv_usd": "64115986.2093075",
"market_cap_usd": "64115986.2098429",
"price_change_percentage": {
"m5": "-0.428",
"m15": "-1.09",
"m30": "-0.428",
"h1": "-1.708",
"h6": "3.251",
"h24": "11.328"
},
"transactions": {
"m5": {
"buys": 12,
"sells": 6,
"buyers": 8,
"sellers": 3
},
"m15": {
"buys": 106,
"sells": 97,
"buyers": 37,
"sellers": 20
},
"m30": {
"buys": 331,
"sells": 264,
"buyers": 66,
"sellers": 41
},
"h1": {
"buys": 595,
"sells": 636,
"buyers": 98,
"sellers": 71
},
"h6": {
"buys": 5401,
"sells": 6415,
"buyers": 327,
"sellers": 269
},
"h24": {
"buys": 19065,
"sells": 20067,
"buyers": 642,
"sellers": 448
}
},
"volume_usd": {
"m5": "3383.8713077104",
"m15": "66454.7350465965",
"m30": "188921.961028012",
"h1": "358370.672874712",
"h6": "4172478.96661442",
"h24": "11259669.1863231"
},
"reserve_in_usd": "5951786.352"
},
"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": "bsc_0xb2af49dbf526054faf19602860a5e298a79f3d05",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.170779538028174",
"base_token_price_native_currency": "0.000295270532116369",
"quote_token_price_usd": "579.48",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0002952705321",
"quote_token_price_base_token": "3386.724685435",
"address": "0xb2af49dbf526054faf19602860a5e298a79f3d05",
"name": "SIREN / WBNB 1%",
"pool_created_at": "2025-02-08T20:23:54Z",
"fdv_usd": "126292967.308173",
"market_cap_usd": "126292967.308197",
"price_change_percentage": {
"m5": "0",
"m15": "-0.776",
"m30": "-4.244",
"h1": "-2.636",
"h6": "-13.388",
"h24": "-27.205"
},
"transactions": {
"m5": {
"buys": 2,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m15": {
"buys": 5,
"sells": 60,
"buyers": 2,
"sellers": 38
},
"m30": {
"buys": 33,
"sells": 99,
"buyers": 21,
"sellers": 54
},
"h1": {
"buys": 34,
"sells": 103,
"buyers": 22,
"sellers": 58
},
"h6": {
"buys": 785,
"sells": 864,
"buyers": 223,
"sellers": 239
},
"h24": {
"buys": 4819,
"sells": 4933,
"buyers": 736,
"sellers": 675
}
},
"volume_usd": {
"m5": "3949.3831607171",
"m15": "25471.3088622658",
"m30": "50554.7380520491",
"h1": "52710.2368994092",
"h6": "587106.427981767",
"h24": "3575903.4443362"
},
"reserve_in_usd": "4054570.6817"
},
"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_A6KHMiFzn9AM7VKBtVP4fZNY9bCo2jP63R9dphaW1vrq",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.013178557141156603101872522512155254305915813580703074927726264",
"base_token_price_native_currency": "0.00016665740826225",
"quote_token_price_usd": "78.839691586178155100150214718326127396256538632",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0001666574083",
"quote_token_price_base_token": "6000.333321075",
"address": "A6KHMiFzn9AM7VKBtVP4fZNY9bCo2jP63R9dphaW1vrq",
"name": "Punch / SOL",
"pool_created_at": "2026-02-05T09:01:05Z",
"fdv_usd": "13140764.5349739",
"market_cap_usd": "13140764.5349739",
"price_change_percentage": {
"m5": "0.727",
"m15": "-5.002",
"m30": "6.831",
"h1": "0.604",
"h6": "25.63",
"h24": "15.422"
},
"transactions": {
"m5": {
"buys": 16,
"sells": 13,
"buyers": 12,
"sellers": 12
},
"m15": {
"buys": 168,
"sells": 61,
"buyers": 82,
"sellers": 51
},
"m30": {
"buys": 242,
"sells": 248,
"buyers": 111,
"sellers": 130
},
"h1": {
"buys": 397,
"sells": 317,
"buyers": 164,
"sellers": 163
},
"h6": {
"buys": 1018,
"sells": 1182,
"buyers": 417,
"sellers": 458
},
"h24": {
"buys": 2733,
"sells": 2735,
"buyers": 808,
"sellers": 881
}
},
"volume_usd": {
"m5": "5571.1904406519",
"m15": "42754.6572115181",
"m30": "107925.367817924",
"h1": "136251.927118474",
"h6": "427673.838763881",
"h24": "947379.888290636"
},
"reserve_in_usd": "696318.8415"
},
"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": "solana_BEzVMVD8npfqre1MnRRQtvXC24M3fkERZ1C3iYMT2k7W",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0000613316582501022354119107587228911909837662195091760796003996672",
"base_token_price_native_currency": "0.000000800612987343707",
"quote_token_price_usd": "78.809800578306152399458328218319915988115357396",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000008006129873",
"quote_token_price_base_token": "1249042.94060708",
"address": "BEzVMVD8npfqre1MnRRQtvXC24M3fkERZ1C3iYMT2k7W",
"name": "TWEMP / SOL",
"pool_created_at": "2026-04-02T02:29:52Z",
"fdv_usd": "61331.65825",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-2.874",
"m15": "-1.131",
"m30": "-11.964",
"h1": "-33.156",
"h6": "2.565",
"h24": "107.53"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 4,
"buyers": 1,
"sellers": 4
},
"m15": {
"buys": 50,
"sells": 35,
"buyers": 34,
"sellers": 32
},
"m30": {
"buys": 184,
"sells": 109,
"buyers": 77,
"sellers": 67
},
"h1": {
"buys": 375,
"sells": 206,
"buyers": 127,
"sellers": 121
},
"h6": {
"buys": 3679,
"sells": 2110,
"buyers": 713,
"sellers": 777
},
"h24": {
"buys": 26740,
"sells": 19515,
"buyers": 4701,
"sellers": 4468
}
},
"volume_usd": {
"m5": "148.8272689276",
"m15": "3322.4467781306",
"m30": "8226.0399254555",
"h1": "16392.1116757584",
"h6": "187898.859423946",
"h24": "1781593.7564215"
},
"reserve_in_usd": "21089.6508"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_5uEF5oyHb9CHuUJDwGtHHa4U4YHEEHFsuCjJz1A3pump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_EBBGBx2L4UyANypmZ1xTsLY84EWcbDMCcRzSvV6Kj4A3",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000279603749328546428300071753681182255354024384699602235206078336",
"base_token_price_native_currency": "0.00000369355859578305",
"quote_token_price_usd": "78.839662027155777156979919379371397080921620384",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000003693558596",
"quote_token_price_base_token": "270741.609769425",
"address": "EBBGBx2L4UyANypmZ1xTsLY84EWcbDMCcRzSvV6Kj4A3",
"name": "BELIEVE / SOL",
"pool_created_at": "2026-04-01T01:01:05Z",
"fdv_usd": "291081.733342598",
"market_cap_usd": "291081.733342598",
"price_change_percentage": {
"m5": "1.094",
"m15": "0.033",
"m30": "-2.686",
"h1": "-0.85",
"h6": "2.255",
"h24": "13.328"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 1,
"buyers": 1,
"sellers": 1
},
"m15": {
"buys": 28,
"sells": 18,
"buyers": 13,
"sellers": 18
},
"m30": {
"buys": 51,
"sells": 35,
"buyers": 22,
"sellers": 28
},
"h1": {
"buys": 111,
"sells": 110,
"buyers": 65,
"sellers": 78
},
"h6": {
"buys": 1582,
"sells": 1964,
"buyers": 449,
"sellers": 473
},
"h24": {
"buys": 8694,
"sells": 7969,
"buyers": 2409,
"sellers": 2371
}
},
"volume_usd": {
"m5": "454.0686764414",
"m15": "2742.1981291579",
"m30": "4034.3736832694",
"h1": "12069.4769763746",
"h6": "138583.541745854",
"h24": "993768.769497442"
},
"reserve_in_usd": "47431.4684"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_HeC2xWqGT9gPfdvaMuqxPo2bUQ1XgY5wRtnrwTEHpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_FputqNqmsAgFXSWWwAdz82SqgiJGyym1gkuRUNkKDLAZ",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00058391830251513330679549949309771074282142223733189819389260238",
"base_token_price_native_currency": "0.00000730780809240905",
"quote_token_price_usd": "78.839108653163751033037023367170239061630508404",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000007307808092",
"quote_token_price_base_token": "136839.937140488",
"address": "FputqNqmsAgFXSWWwAdz82SqgiJGyym1gkuRUNkKDLAZ",
"name": "Chicky / SOL",
"pool_created_at": "2026-03-31T15:54:36Z",
"fdv_usd": "583903.568605284",
"market_cap_usd": "583903.568605284",
"price_change_percentage": {
"m5": "1.111",
"m15": "-1.384",
"m30": "-9.418",
"h1": "-2.087",
"h6": "-20.163",
"h24": "-45.483"
},
"transactions": {
"m5": {
"buys": 7,
"sells": 9,
"buyers": 4,
"sellers": 8
},
"m15": {
"buys": 48,
"sells": 33,
"buyers": 37,
"sellers": 25
},
"m30": {
"buys": 63,
"sells": 55,
"buyers": 50,
"sellers": 40
},
"h1": {
"buys": 130,
"sells": 126,
"buyers": 80,
"sellers": 88
},
"h6": {
"buys": 1204,
"sells": 1140,
"buyers": 477,
"sellers": 602
},
"h24": {
"buys": 8875,
"sells": 7755,
"buyers": 2235,
"sellers": 2459
}
},
"volume_usd": {
"m5": "1066.9675086463",
"m15": "5424.2061035701",
"m30": "7469.389453743",
"h1": "17414.0798505891",
"h6": "203095.614896249",
"h24": "1639082.13691478"
},
"reserve_in_usd": "70610.6387"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_2ecWqqjWZ5hkYLHzCn9TEn2DtpVdNvMicLf3RzfLpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_86Vhq42g8n2eZVgTDSYMMQshUCsGZTCCjEKo1AHrfTc9",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0000343927899012263446456923771949248510493459346270427413224925187",
"base_token_price_native_currency": "0.000000441486488341209",
"quote_token_price_usd": "78.873932946737216501690108720817695633663112267",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000004414864883",
"quote_token_price_base_token": "2265074.98283195",
"address": "86Vhq42g8n2eZVgTDSYMMQshUCsGZTCCjEKo1AHrfTc9",
"name": "SUKI / SOL",
"pool_created_at": "2026-03-30T10:04:48Z",
"fdv_usd": "34392.6731528344",
"market_cap_usd": "34392.6838886068",
"price_change_percentage": {
"m5": "4.625",
"m15": "3.886",
"m30": "1.047",
"h1": "-10.953",
"h6": "-86.602",
"h24": "-97.866"
},
"transactions": {
"m5": {
"buys": 12,
"sells": 5,
"buyers": 8,
"sellers": 4
},
"m15": {
"buys": 17,
"sells": 16,
"buyers": 11,
"sellers": 12
},
"m30": {
"buys": 28,
"sells": 32,
"buyers": 20,
"sellers": 23
},
"h1": {
"buys": 86,
"sells": 64,
"buyers": 54,
"sellers": 44
},
"h6": {
"buys": 3334,
"sells": 2512,
"buyers": 1247,
"sellers": 1111
},
"h24": {
"buys": 25854,
"sells": 23685,
"buyers": 8465,
"sellers": 4062
}
},
"volume_usd": {
"m5": "413.5520117766",
"m15": "515.3514764543",
"m30": "853.2300095161",
"h1": "3952.0504953965",
"h6": "419457.067571926",
"h24": "4271543.07729958"
},
"reserve_in_usd": "23512.5892"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_DW8P5TcXXsUFpwUiKfNNXNdbn4DzBbpqUy6P85wipump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_9JEdBCFGgKwH2w8mbSU3mhdgFmeu9ZExY1HSRymaWw6Q",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000085363941492369666635006334573668429834003886711191370580396478",
"base_token_price_native_currency": "0.00000109347796105569",
"quote_token_price_usd": "78.788077539627650382177827783164642180789812686",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001093477961",
"quote_token_price_base_token": "914513.173209781",
"address": "9JEdBCFGgKwH2w8mbSU3mhdgFmeu9ZExY1HSRymaWw6Q",
"name": "bunbun / SOL",
"pool_created_at": "2026-04-01T15:40:19Z",
"fdv_usd": "85363.94149",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-1.024",
"m15": "-1.572",
"m30": "-20.232",
"h1": "-9.176",
"h6": "-30.68",
"h24": "-65.885"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 2,
"buyers": 0,
"sellers": 2
},
"m15": {
"buys": 30,
"sells": 27,
"buyers": 19,
"sellers": 23
},
"m30": {
"buys": 111,
"sells": 90,
"buyers": 75,
"sellers": 65
},
"h1": {
"buys": 145,
"sells": 121,
"buyers": 91,
"sellers": 87
},
"h6": {
"buys": 1142,
"sells": 959,
"buyers": 508,
"sellers": 549
},
"h24": {
"buys": 7190,
"sells": 5598,
"buyers": 1995,
"sellers": 2171
}
},
"volume_usd": {
"m5": "114.6891325021",
"m15": "1717.4016501523",
"m30": "12488.7871255871",
"h1": "15523.0913522607",
"h6": "109817.89048195",
"h24": "740270.860647348"
},
"reserve_in_usd": "25161.1438"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_CE2Mfjg46daZVQHmc3iVLnVDFKQyQe5zwLB9Zmrppump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_Dx5wFoszXvND6XYYAjAjUQrGLqDAUrTVH2JmHz6eJDNt",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0095160018724375032744839909591914582609652879345264332516384992",
"base_token_price_native_currency": "0.000120775283024028",
"quote_token_price_usd": "78.839691586178155100150214718326127396256538632",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000120775283",
"quote_token_price_base_token": "8279.839839424",
"address": "Dx5wFoszXvND6XYYAjAjUQrGLqDAUrTVH2JmHz6eJDNt",
"name": "LOL / SOL",
"pool_created_at": "2026-03-18T23:57:45Z",
"fdv_usd": "9441257.6964516",
"market_cap_usd": "9441257.6964516",
"price_change_percentage": {
"m5": "1.645",
"m15": "4.866",
"m30": "6.92",
"h1": "10.899",
"h6": "8.787",
"h24": "3.915"
},
"transactions": {
"m5": {
"buys": 15,
"sells": 14,
"buyers": 15,
"sellers": 14
},
"m15": {
"buys": 113,
"sells": 93,
"buyers": 87,
"sellers": 83
},
"m30": {
"buys": 217,
"sells": 192,
"buyers": 184,
"sellers": 158
},
"h1": {
"buys": 430,
"sells": 370,
"buyers": 377,
"sellers": 289
},
"h6": {
"buys": 2909,
"sells": 2200,
"buyers": 2226,
"sellers": 1399
},
"h24": {
"buys": 11002,
"sells": 7860,
"buyers": 7989,
"sellers": 4610
}
},
"volume_usd": {
"m5": "5808.9267577789",
"m15": "32085.1536288012",
"m30": "62636.0143900294",
"h1": "123759.477732552",
"h6": "781169.088581688",
"h24": "2809907.4917515"
},
"reserve_in_usd": "363489.1374"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_34q2KmCvapecJgR6ZrtbCTrzZVtkt3a5mHEA3TuEsWYb",
"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