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": "0.998333185095259",
"base_token_price_native_currency": "0.000465026813320968",
"quote_token_price_usd": "2157.07511596067",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0004650268133",
"quote_token_price_base_token": "2150.413634987",
"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": "4302041468.94791",
"market_cap_usd": "4298902854.73836",
"price_change_percentage": {
"m5": "-0.02",
"m15": "-0.02",
"m30": "-0.324",
"h1": "-0.363",
"h6": "-0.313",
"h24": "-0.271"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 3,
"buyers": 1,
"sellers": 3
},
"m15": {
"buys": 1,
"sells": 3,
"buyers": 1,
"sellers": 3
},
"m30": {
"buys": 1,
"sells": 7,
"buyers": 1,
"sellers": 7
},
"h1": {
"buys": 19,
"sells": 13,
"buyers": 7,
"sellers": 12
},
"h6": {
"buys": 190,
"sells": 207,
"buyers": 76,
"sellers": 86
},
"h24": {
"buys": 969,
"sells": 1001,
"buyers": 271,
"sellers": 248
}
},
"volume_usd": {
"m5": "208.3152891161",
"m15": "208.3152891161",
"m30": "1853.3126158805",
"h1": "17096.1199575427",
"h6": "129372.614092976",
"h24": "629766.827094628"
},
"reserve_in_usd": "1124822.9973",
"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_Dx5wFoszXvND6XYYAjAjUQrGLqDAUrTVH2JmHz6eJDNt",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00174555948269022299860534962401156120631866490470772845345786004",
"base_token_price_native_currency": "0.0000190847331911976",
"quote_token_price_usd": "91.578306863056451852577690402611442121010228361",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00001908473319",
"quote_token_price_base_token": "52397.9030768545",
"address": "Dx5wFoszXvND6XYYAjAjUQrGLqDAUrTVH2JmHz6eJDNt",
"name": "LOL / SOL",
"pool_created_at": "2026-03-18T23:57:45Z",
"fdv_usd": "1722378.75042045",
"market_cap_usd": "1722378.75042047",
"price_change_percentage": {
"m5": "-1.21",
"m15": "11.393",
"m30": "1.569",
"h1": "2.12",
"h6": "-9.374",
"h24": "-41.499"
},
"transactions": {
"m5": {
"buys": 15,
"sells": 24,
"buyers": 14,
"sellers": 22
},
"m15": {
"buys": 61,
"sells": 95,
"buyers": 51,
"sellers": 86
},
"m30": {
"buys": 154,
"sells": 172,
"buyers": 123,
"sellers": 152
},
"h1": {
"buys": 322,
"sells": 318,
"buyers": 266,
"sellers": 244
},
"h6": {
"buys": 2967,
"sells": 2592,
"buyers": 1867,
"sellers": 1491
},
"h24": {
"buys": 10989,
"sells": 10035,
"buyers": 5543,
"sellers": 5050
}
},
"volume_usd": {
"m5": "4078.4445274439",
"m15": "19102.2427580897",
"m30": "46808.7286440806",
"h1": "136848.310210353",
"h6": "953036.305935942",
"h24": "2776380.39706501"
},
"reserve_in_usd": "124610.7753"
},
"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"
}
}
}
},
{
"id": "solana_9oi7WqyBR7sycw5zSVFisej9S5HaZd7KxQt6mPErhroQ",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00000242713450539173237529170704673939274373143621192395548545234306",
"base_token_price_native_currency": "0.0000000269436433007941",
"quote_token_price_usd": "91.678655871829585152564634648030695531753738889",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000000269436433",
"quote_token_price_base_token": "37114505.5936265",
"address": "9oi7WqyBR7sycw5zSVFisej9S5HaZd7KxQt6mPErhroQ",
"name": "PISSER / SOL",
"pool_created_at": "2026-03-23T06:50:51Z",
"fdv_usd": "2427.134505",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "0",
"m15": "-3.048",
"m30": "-2.971",
"h1": "-2.36",
"h6": "-12.71",
"h24": "-93.189"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 1,
"buyers": 0,
"sellers": 1
},
"m15": {
"buys": 0,
"sells": 3,
"buyers": 0,
"sellers": 3
},
"m30": {
"buys": 0,
"sells": 4,
"buyers": 0,
"sellers": 4
},
"h1": {
"buys": 1,
"sells": 8,
"buyers": 1,
"sellers": 8
},
"h6": {
"buys": 15,
"sells": 31,
"buyers": 11,
"sellers": 31
},
"h24": {
"buys": 28159,
"sells": 28150,
"buyers": 17851,
"sellers": 15826
}
},
"volume_usd": {
"m5": "8.6905293889",
"m15": "37.6385591036",
"m30": "38.1340447618",
"h1": "48.8759180498",
"h6": "232.8612337065",
"h24": "794744.17148531"
},
"reserve_in_usd": "4237.2439"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_5xiAT4osdQ6aLvNcPw4sQA4VQbbtETVvDkDiK6zWpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_A6KHMiFzn9AM7VKBtVP4fZNY9bCo2jP63R9dphaW1vrq",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0108234346942851993744285232620743992532843480195578977733476024",
"base_token_price_native_currency": "0.000117426315378",
"quote_token_price_usd": "91.587133060718672534022553612256920498620915188",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0001174263154",
"quote_token_price_base_token": "8515.978695073",
"address": "A6KHMiFzn9AM7VKBtVP4fZNY9bCo2jP63R9dphaW1vrq",
"name": "Punch / SOL",
"pool_created_at": "2026-02-05T09:01:05Z",
"fdv_usd": "10821808.7542228",
"market_cap_usd": "10821808.7542228",
"price_change_percentage": {
"m5": "1.073",
"m15": "0.257",
"m30": "-5.667",
"h1": "9.144",
"h6": "19.354",
"h24": "4.029"
},
"transactions": {
"m5": {
"buys": 9,
"sells": 34,
"buyers": 9,
"sellers": 17
},
"m15": {
"buys": 72,
"sells": 82,
"buyers": 51,
"sellers": 47
},
"m30": {
"buys": 346,
"sells": 213,
"buyers": 142,
"sellers": 119
},
"h1": {
"buys": 614,
"sells": 764,
"buyers": 264,
"sellers": 290
},
"h6": {
"buys": 4467,
"sells": 4917,
"buyers": 1339,
"sellers": 1313
},
"h24": {
"buys": 8556,
"sells": 8138,
"buyers": 2448,
"sellers": 2136
}
},
"volume_usd": {
"m5": "6325.5991627166",
"m15": "31284.9089554057",
"m30": "88483.9962349766",
"h1": "230652.75345611",
"h6": "1791406.28345627",
"h24": "2905493.67316408"
},
"reserve_in_usd": "653953.6934"
},
"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_46Y1ioz65PjY3hgbX95pDdQPZrwuTbpJRSEhEQVJcrsL",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000477056895845434684943333322809310419431161053571406057031025086",
"base_token_price_native_currency": "0.00000520005522658232",
"quote_token_price_usd": "91.578359926762912634722476594011167725548612122",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000005200055227",
"quote_token_price_base_token": "192305.649926191",
"address": "46Y1ioz65PjY3hgbX95pDdQPZrwuTbpJRSEhEQVJcrsL",
"name": "FML / SOL",
"pool_created_at": "2026-03-17T07:01:41Z",
"fdv_usd": "476834.771442849",
"market_cap_usd": "476834.771442849",
"price_change_percentage": {
"m5": "2.036",
"m15": "0.07",
"m30": "-11.492",
"h1": "-2.558",
"h6": "1.014",
"h24": "4.917"
},
"transactions": {
"m5": {
"buys": 13,
"sells": 13,
"buyers": 11,
"sellers": 12
},
"m15": {
"buys": 69,
"sells": 54,
"buyers": 36,
"sellers": 34
},
"m30": {
"buys": 141,
"sells": 133,
"buyers": 58,
"sellers": 73
},
"h1": {
"buys": 272,
"sells": 254,
"buyers": 93,
"sellers": 105
},
"h6": {
"buys": 2179,
"sells": 1804,
"buyers": 674,
"sellers": 572
},
"h24": {
"buys": 21167,
"sells": 6399,
"buyers": 15744,
"sellers": 1768
}
},
"volume_usd": {
"m5": "1140.013558372",
"m15": "8149.9055622861",
"m30": "20818.5818897786",
"h1": "35548.735596428",
"h6": "254687.982812337",
"h24": "889657.10093021"
},
"reserve_in_usd": "64450.8793"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_3BHhMXMyyGGzLcTk6u5iJwTcV7eEGG9bWJrTKUttpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_HPYfjtFeVNRTmLmihSrnS4ibEXSUiqduMQCzAo2iGgth",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000118711075032191718033969288616346038592764911671663590530689938",
"base_token_price_native_currency": "0.00000130677968940952",
"quote_token_price_usd": "91.678655871829585152564634648030695531753738889",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001306779689",
"quote_token_price_base_token": "765239.931492858",
"address": "HPYfjtFeVNRTmLmihSrnS4ibEXSUiqduMQCzAo2iGgth",
"name": "one / SOL",
"pool_created_at": "2026-03-22T14:44:41Z",
"fdv_usd": "118695.603263629",
"market_cap_usd": "118695.603263629",
"price_change_percentage": {
"m5": "0.406",
"m15": "-6.789",
"m30": "-7.626",
"h1": "-11.658",
"h6": "-65.044",
"h24": "-75.201"
},
"transactions": {
"m5": {
"buys": 9,
"sells": 8,
"buyers": 9,
"sellers": 7
},
"m15": {
"buys": 28,
"sells": 35,
"buyers": 23,
"sellers": 28
},
"m30": {
"buys": 59,
"sells": 86,
"buyers": 41,
"sellers": 55
},
"h1": {
"buys": 180,
"sells": 213,
"buyers": 95,
"sellers": 127
},
"h6": {
"buys": 3141,
"sells": 2523,
"buyers": 909,
"sellers": 1207
},
"h24": {
"buys": 23519,
"sells": 16639,
"buyers": 4680,
"sellers": 5035
}
},
"volume_usd": {
"m5": "322.4797057348",
"m15": "1649.1617815411",
"m30": "3354.0057552272",
"h1": "12984.2004367314",
"h6": "273232.766904252",
"h24": "2262480.34873388"
},
"reserve_in_usd": "34989.45"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_3mecmcGqs4q9RMzFKZFZTBEcbtA7SPFKPKb9kDvxpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_HJAqvquMLHxcx7BYwDixukJM4zYBaTDG69uDWbo18zv",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00178131343425240875207259433427677428115651035953756320905786056",
"base_token_price_native_currency": "0.0000194552663211539",
"quote_token_price_usd": "91.580075476785190316333678136145527241219799012",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00001945526632",
"quote_token_price_base_token": "51399.9645901886",
"address": "HJAqvquMLHxcx7BYwDixukJM4zYBaTDG69uDWbo18zv",
"name": "CHIBI / SOL",
"pool_created_at": "2026-03-19T09:42:39Z",
"fdv_usd": "1781232.30727047",
"market_cap_usd": "1781232.30728222",
"price_change_percentage": {
"m5": "-0.124",
"m15": "1.704",
"m30": "-7.51",
"h1": "-7.933",
"h6": "-27.388",
"h24": "-53.912"
},
"transactions": {
"m5": {
"buys": 23,
"sells": 12,
"buyers": 11,
"sellers": 9
},
"m15": {
"buys": 117,
"sells": 63,
"buyers": 57,
"sellers": 51
},
"m30": {
"buys": 217,
"sells": 112,
"buyers": 101,
"sellers": 88
},
"h1": {
"buys": 409,
"sells": 250,
"buyers": 158,
"sellers": 174
},
"h6": {
"buys": 2997,
"sells": 1867,
"buyers": 957,
"sellers": 980
},
"h24": {
"buys": 9772,
"sells": 6710,
"buyers": 2623,
"sellers": 2680
}
},
"volume_usd": {
"m5": "1615.7877925075",
"m15": "10825.5531158357",
"m30": "22651.2491140301",
"h1": "41825.2666249848",
"h6": "493847.683145604",
"h24": "1815188.39419298"
},
"reserve_in_usd": "146617.9069"
},
"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_EgpJVVi6pBFhbmso2vu93EA7HmW74Tjs3E1cjPtMsUUc",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00379918956546626504912627687747592874046403153879988917307587327",
"base_token_price_native_currency": "0.0000402869527589044",
"quote_token_price_usd": "91.578306863056451852577690402611442121010228361",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00004028695276",
"quote_token_price_base_token": "24821.9319536143",
"address": "EgpJVVi6pBFhbmso2vu93EA7HmW74Tjs3E1cjPtMsUUc",
"name": "7 / SOL",
"pool_created_at": "2026-03-23T14:54:37Z",
"fdv_usd": "3734942.564",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "-2.867",
"m15": "-2.656",
"m30": "13.093",
"h1": "4.345",
"h6": "9854.73",
"h24": "9854.73"
},
"transactions": {
"m5": {
"buys": 183,
"sells": 151,
"buyers": 81,
"sellers": 92
},
"m15": {
"buys": 518,
"sells": 559,
"buyers": 220,
"sellers": 330
},
"m30": {
"buys": 1747,
"sells": 1840,
"buyers": 736,
"sellers": 863
},
"h1": {
"buys": 4742,
"sells": 4219,
"buyers": 1564,
"sellers": 1650
},
"h6": {
"buys": 41642,
"sells": 40578,
"buyers": 9692,
"sellers": 7477
},
"h24": {
"buys": 41642,
"sells": 40578,
"buyers": 9692,
"sellers": 7477
}
},
"volume_usd": {
"m5": "41664.7554587231",
"m15": "136830.381352282",
"m30": "447527.242328797",
"h1": "1129334.93442697",
"h6": "9039494.33686903",
"h24": "9039494.33686903"
},
"reserve_in_usd": "185318.1896"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_84cAEWqiDsV5xXh6CB69Hi3HcnumBbdjH4THfyorpump",
"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.0000144273505468324",
"base_token_price_native_currency": "0.00000000684394575094529",
"quote_token_price_usd": "2159.71",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000000006843945751",
"quote_token_price_base_token": "146114542.164785",
"address": "0xcece56fd6eb8fcbc6c45af8181bfe71ea6057770630490cac36dbbc4aa27a4a6",
"name": "ROBOTMONEY / WETH",
"pool_created_at": "2026-03-12T18:27:37Z",
"fdv_usd": "1442735.04981731",
"market_cap_usd": "1442735.055",
"price_change_percentage": {
"m5": "-2.389",
"m15": "-1.251",
"m30": "2.159",
"h1": "-2.006",
"h6": "-2.618",
"h24": "16.401"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 1,
"buyers": 1,
"sellers": 1
},
"m15": {
"buys": 3,
"sells": 1,
"buyers": 3,
"sellers": 1
},
"m30": {
"buys": 6,
"sells": 10,
"buyers": 6,
"sellers": 9
},
"h1": {
"buys": 13,
"sells": 20,
"buyers": 12,
"sellers": 14
},
"h6": {
"buys": 115,
"sells": 108,
"buyers": 88,
"sellers": 81
},
"h24": {
"buys": 580,
"sells": 338,
"buyers": 270,
"sellers": 227
}
},
"volume_usd": {
"m5": "44.3416969007",
"m15": "2046.5989589626",
"m30": "3239.2516666383",
"h1": "5252.1894606119",
"h6": "56050.3719824621",
"h24": "270648.49037596"
},
"reserve_in_usd": "502293.2574"
},
"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": "solana_CSRJSQ5daTA9sehZAboPQYAJqbptJgzQ2e7aGduWzQ8U",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000801377980449144721716859930573190048093748168894095213453068473",
"base_token_price_native_currency": "0.00000859512416726086",
"quote_token_price_usd": "91.578306863056451852577690402611442121010228361",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000008595124167",
"quote_token_price_base_token": "116345.032432345",
"address": "CSRJSQ5daTA9sehZAboPQYAJqbptJgzQ2e7aGduWzQ8U",
"name": "Optimistic / SOL",
"pool_created_at": "2026-03-19T05:08:49Z",
"fdv_usd": "810741.004",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "1.292",
"m15": "2.418",
"m30": "-3.442",
"h1": "-7.848",
"h6": "-34.554",
"h24": "22.336"
},
"transactions": {
"m5": {
"buys": 35,
"sells": 21,
"buyers": 20,
"sellers": 12
},
"m15": {
"buys": 97,
"sells": 65,
"buyers": 42,
"sellers": 42
},
"m30": {
"buys": 289,
"sells": 194,
"buyers": 121,
"sellers": 112
},
"h1": {
"buys": 449,
"sells": 312,
"buyers": 180,
"sellers": 174
},
"h6": {
"buys": 3166,
"sells": 2439,
"buyers": 779,
"sellers": 921
},
"h24": {
"buys": 14417,
"sells": 13924,
"buyers": 2667,
"sellers": 3005
}
},
"volume_usd": {
"m5": "3195.1780912972",
"m15": "10093.1502450186",
"m30": "32933.6883774368",
"h1": "49797.7119038331",
"h6": "368893.834373629",
"h24": "1984832.85118637"
},
"reserve_in_usd": "92007.6812"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_2pjcq9k2X5oSArNKiVeQ2ENB63eJt8pwCabciGQGpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "base_0xba9d9445e0abdb6764ad6923feb04f12e863a616",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.00252276594644108",
"base_token_price_native_currency": "0.00000115799029611912",
"quote_token_price_usd": "2159.63",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001157990296",
"quote_token_price_base_token": "863565.094933345",
"address": "0xba9d9445e0abdb6764ad6923feb04f12e863a616",
"name": "DEAD / WETH 1%",
"pool_created_at": "2025-11-16T10:28:45Z",
"fdv_usd": "229249.303069647",
"market_cap_usd": "232560.403719797",
"price_change_percentage": {
"m5": "0",
"m15": "0",
"m30": "2.54",
"h1": "-1.11",
"h6": "0.115",
"h24": "-36.991"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m15": {
"buys": 1,
"sells": 0,
"buyers": 1,
"sellers": 0
},
"m30": {
"buys": 3,
"sells": 0,
"buyers": 2,
"sellers": 0
},
"h1": {
"buys": 3,
"sells": 3,
"buyers": 2,
"sellers": 3
},
"h6": {
"buys": 44,
"sells": 44,
"buyers": 38,
"sellers": 41
},
"h24": {
"buys": 392,
"sells": 390,
"buyers": 273,
"sellers": 277
}
},
"volume_usd": {
"m5": "0.0",
"m15": "49.1157197027",
"m30": "349.1218124154",
"h1": "1032.6481472568",
"h6": "4448.0355334986",
"h24": "40955.3503905965"
},
"reserve_in_usd": "45498.2185"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0xf0197f10ea542a67914ecc0ec5304dc9df1faf6f",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x4200000000000000000000000000000000000006",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v3-base",
"type": "dex"
}
}
}
},
{
"id": "solana_9nyEdXGwdwQCP2M88kiMbMa83xz72i9CrV7co8B4qZz9",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000112607557006298087942140349292607318558750708595717644027956784",
"base_token_price_native_currency": "0.00000122826543406476",
"quote_token_price_usd": "91.580075476785190316333678136145527241219799012",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001228265434",
"quote_token_price_base_token": "814156.266443687",
"address": "9nyEdXGwdwQCP2M88kiMbMa83xz72i9CrV7co8B4qZz9",
"name": "PIXEL / SOL",
"pool_created_at": "2026-03-23T01:07:35Z",
"fdv_usd": "112607.557",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "3.797",
"m15": "-15.846",
"m30": "-13.406",
"h1": "-16.369",
"h6": "-28.544",
"h24": "279.351"
},
"transactions": {
"m5": {
"buys": 20,
"sells": 4,
"buyers": 15,
"sellers": 4
},
"m15": {
"buys": 47,
"sells": 27,
"buyers": 37,
"sellers": 24
},
"m30": {
"buys": 69,
"sells": 54,
"buyers": 49,
"sellers": 45
},
"h1": {
"buys": 146,
"sells": 159,
"buyers": 91,
"sellers": 106
},
"h6": {
"buys": 1822,
"sells": 1496,
"buyers": 784,
"sellers": 711
},
"h24": {
"buys": 20447,
"sells": 17755,
"buyers": 5364,
"sellers": 4783
}
},
"volume_usd": {
"m5": "530.9749725232",
"m15": "3690.6451672451",
"m30": "5465.2468146545",
"h1": "17034.7893023884",
"h6": "200420.255489915",
"h24": "2624606.04049492"
},
"reserve_in_usd": "57214.5711"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_4ybr1NZzY4AfXwFFi7SPbNEjVP6eMbxqGPazgqmZbonk",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "raydium",
"type": "dex"
}
}
}
},
{
"id": "bsc_0x933477eba23726ca95a957cb85dbb1957267ef85",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000000103158920245521",
"base_token_price_native_currency": "0.000000000161299891797943",
"quote_token_price_usd": "637.99",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000000001612998918",
"quote_token_price_base_token": "6199632181.10945",
"address": "0x933477eba23726ca95a957cb85dbb1957267ef85",
"name": "WKC / WBNB",
"pool_created_at": "2022-03-20T15:33:50Z",
"fdv_usd": "55677158.7152653",
"market_cap_usd": "55677209.1718048",
"price_change_percentage": {
"m5": "0.012",
"m15": "-1.376",
"m30": "-0.968",
"h1": "-1.334",
"h6": "-4.372",
"h24": "7.577"
},
"transactions": {
"m5": {
"buys": 5,
"sells": 0,
"buyers": 5,
"sellers": 0
},
"m15": {
"buys": 19,
"sells": 6,
"buyers": 16,
"sellers": 6
},
"m30": {
"buys": 31,
"sells": 18,
"buyers": 24,
"sellers": 15
},
"h1": {
"buys": 58,
"sells": 34,
"buyers": 44,
"sellers": 27
},
"h6": {
"buys": 425,
"sells": 374,
"buyers": 260,
"sellers": 231
},
"h24": {
"buys": 1359,
"sells": 1016,
"buyers": 817,
"sellers": 494
}
},
"volume_usd": {
"m5": "59.3052327887",
"m15": "8099.658316258",
"m30": "9037.3522123638",
"h1": "10090.7589862084",
"h6": "62542.2919531967",
"h24": "160054.163418302"
},
"reserve_in_usd": "1250602.8469"
},
"relationships": {
"base_token": {
"data": {
"id": "bsc_0x6ec90334d89dbdc89e08a133271be3d104128edb",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
"type": "token"
}
},
"network": {
"data": {
"id": "bsc",
"type": "network"
}
},
"dex": {
"data": {
"id": "pancakeswap_v2",
"type": "dex"
}
}
}
},
{
"id": "solana_6qz7THwQvcjF3HyDGLuKaLBUk6EyJKeZXZMWLAeiwfjd",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.213635267283769049668808580010821584657902637644448829898199413",
"base_token_price_native_currency": "0.00233415651558253",
"quote_token_price_usd": "1.0001588170428774612633247113066382542935151097222999469732998",
"quote_token_price_native_currency": "0.0109127521207618",
"base_token_price_quote_token": "0.2138925625",
"quote_token_price_base_token": "4.6752443754",
"address": "6qz7THwQvcjF3HyDGLuKaLBUk6EyJKeZXZMWLAeiwfjd",
"name": "BP / USDC",
"pool_created_at": "2026-03-23T12:39:55Z",
"fdv_usd": "213635267.256083",
"market_cap_usd": "53408816.825",
"price_change_percentage": {
"m5": "-0.001",
"m15": "-0.523",
"m30": "-1.96",
"h1": "-4.396",
"h6": "-17.201",
"h24": "-16.724"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 3,
"buyers": 0,
"sellers": 2
},
"m15": {
"buys": 7,
"sells": 45,
"buyers": 3,
"sellers": 19
},
"m30": {
"buys": 59,
"sells": 60,
"buyers": 24,
"sellers": 29
},
"h1": {
"buys": 105,
"sells": 91,
"buyers": 40,
"sellers": 39
},
"h6": {
"buys": 870,
"sells": 1168,
"buyers": 185,
"sellers": 201
},
"h24": {
"buys": 1796,
"sells": 2164,
"buyers": 450,
"sellers": 372
}
},
"volume_usd": {
"m5": "874.1082226559",
"m15": "10641.0917862783",
"m30": "35784.5022488816",
"h1": "60166.974445589",
"h6": "721517.407868108",
"h24": "1615354.31020592"
},
"reserve_in_usd": "500686.9149"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_BPxxfRCXkUVhig4HS1Lh7kZqV6SPJhzfEk4x6fVBjPCy",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "meteora",
"type": "dex"
}
}
}
},
{
"id": "solana_F7xLfRezvqitRySqnEiZ1QUAf55chqhJmW22dJ7PModv",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000639991029441739624885888505395708542163153219586809476635842572",
"base_token_price_native_currency": "0.00000679693765314524",
"quote_token_price_usd": "91.578306863937170375600873820364278821742017442",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000006796937653",
"quote_token_price_base_token": "147125.080592325",
"address": "F7xLfRezvqitRySqnEiZ1QUAf55chqhJmW22dJ7PModv",
"name": "PERP / SOL",
"pool_created_at": "2026-03-16T21:52:05Z",
"fdv_usd": "621074.629924939",
"market_cap_usd": "621074.629924939",
"price_change_percentage": {
"m5": "10.131",
"m15": "15.533",
"m30": "6.64",
"h1": "6.405",
"h6": "4.482",
"h24": "379.24"
},
"transactions": {
"m5": {
"buys": 29,
"sells": 48,
"buyers": 16,
"sellers": 45
},
"m15": {
"buys": 72,
"sells": 72,
"buyers": 39,
"sellers": 65
},
"m30": {
"buys": 149,
"sells": 108,
"buyers": 83,
"sellers": 88
},
"h1": {
"buys": 222,
"sells": 146,
"buyers": 114,
"sellers": 111
},
"h6": {
"buys": 2249,
"sells": 1974,
"buyers": 807,
"sellers": 890
},
"h24": {
"buys": 8791,
"sells": 6478,
"buyers": 1971,
"sellers": 1886
}
},
"volume_usd": {
"m5": "3803.0631471452",
"m15": "8707.4312215403",
"m30": "15277.4382866187",
"h1": "21585.016825795",
"h6": "370662.69245803",
"h24": "1382304.30711328"
},
"reserve_in_usd": "72610.0046"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_5UCNsNY2oHDB7i2m8bW7nKJXxRoh5WS4N4xKmUB2pump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "base_0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000402240263305065",
"base_token_price_native_currency": "0.000000186835614728468",
"quote_token_price_usd": "2152.91",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.0000001868356147",
"quote_token_price_base_token": "5352298.60459592",
"address": "0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
"name": "BNKR / WETH 1%",
"pool_created_at": "2024-12-03T04:44:53Z",
"fdv_usd": "39002184.9402106",
"market_cap_usd": "40224026.33",
"price_change_percentage": {
"m5": "0",
"m15": "0",
"m30": "-0.014",
"h1": "-0.53",
"h6": "-3.447",
"h24": "5.643"
},
"transactions": {
"m5": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m15": {
"buys": 0,
"sells": 0,
"buyers": 0,
"sellers": 0
},
"m30": {
"buys": 0,
"sells": 7,
"buyers": 0,
"sellers": 1
},
"h1": {
"buys": 0,
"sells": 11,
"buyers": 0,
"sellers": 3
},
"h6": {
"buys": 33,
"sells": 52,
"buyers": 6,
"sellers": 8
},
"h24": {
"buys": 229,
"sells": 261,
"buyers": 48,
"sellers": 56
}
},
"volume_usd": {
"m5": "0.0",
"m15": "0.0",
"m30": "2.5046731161",
"h1": "1295.2626960328",
"h6": "8161.0492334442",
"h24": "122256.871652378"
},
"reserve_in_usd": "2454251.9177"
},
"relationships": {
"base_token": {
"data": {
"id": "base_0x22af33fe49fd1fa80c7149773dde5890d3c76f3b",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "base_0x4200000000000000000000000000000000000006",
"type": "token"
}
},
"network": {
"data": {
"id": "base",
"type": "network"
}
},
"dex": {
"data": {
"id": "uniswap-v3-base",
"type": "dex"
}
}
}
},
{
"id": "solana_8WwcNqdZjCY5Pt7AkhupAFknV2txca9sq6YBkGzLbvdt",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0855429924773652070401543914563176846950511511",
"base_token_price_native_currency": "0.000934",
"quote_token_price_usd": "91.576295812855836975414150779",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000934",
"quote_token_price_base_token": "1070.663811563",
"address": "8WwcNqdZjCY5Pt7AkhupAFknV2txca9sq6YBkGzLbvdt",
"name": "pippin / SOL",
"pool_created_at": "2024-11-09T20:27:41Z",
"fdv_usd": "85526872.7692994",
"market_cap_usd": "85526872.7700416",
"price_change_percentage": {
"m5": "-0.022",
"m15": "-0.642",
"m30": "0.257",
"h1": "-0.198",
"h6": "-7.207",
"h24": "-9.351"
},
"transactions": {
"m5": {
"buys": 6,
"sells": 11,
"buyers": 6,
"sellers": 11
},
"m15": {
"buys": 45,
"sells": 61,
"buyers": 27,
"sellers": 36
},
"m30": {
"buys": 94,
"sells": 114,
"buyers": 43,
"sellers": 51
},
"h1": {
"buys": 205,
"sells": 237,
"buyers": 75,
"sellers": 87
},
"h6": {
"buys": 1840,
"sells": 1869,
"buyers": 232,
"sellers": 260
},
"h24": {
"buys": 11180,
"sells": 10228,
"buyers": 845,
"sellers": 764
}
},
"volume_usd": {
"m5": "2321.910991371",
"m15": "17295.7388890964",
"m30": "40223.5286490518",
"h1": "84721.9434381592",
"h6": "930283.050481925",
"h24": "5568885.14041972"
},
"reserve_in_usd": "6694043.1372"
},
"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_DpLwcLqh24iERYFhZpacLjzjm4bobisucg3msQViaFnj",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000327771687444237898398713048200804205292676593238029500805850352",
"base_token_price_native_currency": "0.00000357477747316919",
"quote_token_price_usd": "91.609301112621660597392557997471756716709826556",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000003574777473",
"quote_token_price_base_token": "279737.692067713",
"address": "DpLwcLqh24iERYFhZpacLjzjm4bobisucg3msQViaFnj",
"name": "TERAFAB / SOL",
"pool_created_at": "2026-03-14T13:42:53Z",
"fdv_usd": "327771.6874",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "0.704",
"m15": "-0.144",
"m30": "2.57",
"h1": "0.558",
"h6": "-17.619",
"h24": "-49.305"
},
"transactions": {
"m5": {
"buys": 1,
"sells": 7,
"buyers": 1,
"sellers": 6
},
"m15": {
"buys": 18,
"sells": 16,
"buyers": 12,
"sellers": 12
},
"m30": {
"buys": 36,
"sells": 39,
"buyers": 24,
"sellers": 28
},
"h1": {
"buys": 53,
"sells": 80,
"buyers": 38,
"sellers": 66
},
"h6": {
"buys": 1347,
"sells": 1161,
"buyers": 670,
"sellers": 725
},
"h24": {
"buys": 7314,
"sells": 6172,
"buyers": 2341,
"sellers": 2602
}
},
"volume_usd": {
"m5": "859.2916511455",
"m15": "2340.0210272699",
"m30": "5262.6184634478",
"h1": "8833.2281751796",
"h6": "161181.155334714",
"h24": "1037684.50094001"
},
"reserve_in_usd": "62640.9365"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_EncFm8nRh1VBwcRmGugTUzoGsC1n2srWesKDkiMAYWLt",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_68A4u3hmm23XSqogWSBK7kgyv2c2cVZjZvKD3aptCk7k",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000141506680243414493821171086573699535355250088969764354254946711",
"base_token_price_native_currency": "0.00000155011981342791",
"quote_token_price_usd": "91.578306863056451852577690402611442121010228361",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000001550119813",
"quote_token_price_base_token": "645111.423863821",
"address": "68A4u3hmm23XSqogWSBK7kgyv2c2cVZjZvKD3aptCk7k",
"name": "Lost / SOL",
"pool_created_at": "2026-03-22T17:18:19Z",
"fdv_usd": "142056.6089",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "20.272",
"m15": "26.293",
"m30": "11.949",
"h1": "31.383",
"h6": "-44.26",
"h24": "-51.916"
},
"transactions": {
"m5": {
"buys": 20,
"sells": 19,
"buyers": 12,
"sellers": 17
},
"m15": {
"buys": 39,
"sells": 37,
"buyers": 28,
"sellers": 27
},
"m30": {
"buys": 99,
"sells": 73,
"buyers": 69,
"sellers": 54
},
"h1": {
"buys": 294,
"sells": 224,
"buyers": 177,
"sellers": 144
},
"h6": {
"buys": 3657,
"sells": 2469,
"buyers": 1827,
"sellers": 1819
},
"h24": {
"buys": 11730,
"sells": 8335,
"buyers": 4194,
"sellers": 4269
}
},
"volume_usd": {
"m5": "3042.032294034",
"m15": "4480.5599308227",
"m30": "9140.6211190837",
"h1": "29272.7691082422",
"h6": "181816.666497275",
"h24": "837385.98418861"
},
"reserve_in_usd": "32547.6321"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_n3ShrNZRCoMrw5Gww7rPMxVbDq3to3YwsGkDz19pump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "solana_8s2wBPDM79CMiDVA1fUQaDMos9VAKsx1ZXVXf4Fpqh7D",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.000191665924527165167644673239049030689755396749757838145408780708",
"base_token_price_native_currency": "0.00000214177755503773",
"quote_token_price_usd": "91.578360077396845240003554177077395448514943916",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.000002141777555",
"quote_token_price_base_token": "466901.895412936",
"address": "8s2wBPDM79CMiDVA1fUQaDMos9VAKsx1ZXVXf4Fpqh7D",
"name": "Downald / SOL",
"pool_created_at": "2026-03-18T23:39:00Z",
"fdv_usd": "196166.0881",
"market_cap_usd": null,
"price_change_percentage": {
"m5": "0.305",
"m15": "1.047",
"m30": "-0.562",
"h1": "2.825",
"h6": "-7.351",
"h24": "-31.175"
},
"transactions": {
"m5": {
"buys": 5,
"sells": 2,
"buyers": 5,
"sellers": 2
},
"m15": {
"buys": 14,
"sells": 18,
"buyers": 11,
"sellers": 15
},
"m30": {
"buys": 49,
"sells": 52,
"buyers": 25,
"sellers": 38
},
"h1": {
"buys": 155,
"sells": 133,
"buyers": 68,
"sellers": 70
},
"h6": {
"buys": 1691,
"sells": 1227,
"buyers": 386,
"sellers": 432
},
"h24": {
"buys": 9121,
"sells": 6413,
"buyers": 1428,
"sellers": 1449
}
},
"volume_usd": {
"m5": "44.4634094587",
"m15": "953.6365746821",
"m30": "2571.06451348",
"h1": "10095.4961451506",
"h6": "122966.652403027",
"h24": "720994.143372877"
},
"reserve_in_usd": "48052.2248"
},
"relationships": {
"base_token": {
"data": {
"id": "solana_EiqNgtwFzHqTEa3UV57s2x4svjJF59URgBqnG3sCpump",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "solana_So11111111111111111111111111111111111111112",
"type": "token"
}
},
"network": {
"data": {
"id": "solana",
"type": "network"
}
},
"dex": {
"data": {
"id": "pumpswap",
"type": "dex"
}
}
}
},
{
"id": "bsc_0x7f51bbf34156ba802deb0e38b7671dc4fa32041d",
"type": "pool",
"attributes": {
"base_token_price_usd": "0.0145558847399285",
"base_token_price_native_currency": "0.0000228166649359664",
"quote_token_price_usd": "638.1",
"quote_token_price_native_currency": "1.0",
"base_token_price_quote_token": "0.00002281666494",
"quote_token_price_base_token": "43827.6147196113",
"address": "0x7f51bbf34156ba802deb0e38b7671dc4fa32041d",
"name": "$BANANA / WBNB 0.01%",
"pool_created_at": "2024-11-18T09:00:01Z",
"fdv_usd": "144771129.971733",
"market_cap_usd": "145570076.4",
"price_change_percentage": {
"m5": "0.133",
"m15": "0.046",
"m30": "-2.064",
"h1": "-0.119",
"h6": "-1.119",
"h24": "7.271"
},
"transactions": {
"m5": {
"buys": 50,
"sells": 55,
"buyers": 27,
"sellers": 23
},
"m15": {
"buys": 152,
"sells": 164,
"buyers": 66,
"sellers": 61
},
"m30": {
"buys": 409,
"sells": 438,
"buyers": 128,
"sellers": 111
},
"h1": {
"buys": 855,
"sells": 929,
"buyers": 190,
"sellers": 194
},
"h6": {
"buys": 8964,
"sells": 9536,
"buyers": 678,
"sellers": 674
},
"h24": {
"buys": 34786,
"sells": 37415,
"buyers": 1499,
"sellers": 1509
}
},
"volume_usd": {
"m5": "37026.7760076358",
"m15": "107691.115149726",
"m30": "306045.1978733",
"h1": "655644.23719105",
"h6": "8033832.61730252",
"h24": "27184037.4884806"
},
"reserve_in_usd": "5112236.4474"
},
"relationships": {
"base_token": {
"data": {
"id": "bsc_0x3d4f0513e8a29669b960f9dbca61861548a9a760",
"type": "token"
}
},
"quote_token": {
"data": {
"id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
"type": "token"
}
},
"network": {
"data": {
"id": "bsc",
"type": "network"
}
},
"dex": {
"data": {
"id": "pancakeswap-v3-bsc",
"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.