Coiny: 17 401
Burzy: 1 476
Trhová kapitalizácia: 2,559T $ 1.5%
Obj 24h: 107,531B $
Gas: N/A GWEI
Aktualizovať na premium

On-chain API DEX tokenov a trhových údajov pre projekty a vývojárov DeFi

Získajte úplné pokrytie trhu s kryptomenami od roku 2014, ktorý poskytuje API CoinGecko, najväčší nezávislý orgán pre kryptomeny na svete od roku 2014.
Dáta poháňa
Dôverujú nám popredné projekty Web3

Rozsiahle a spoľahlivé rozhranie API pre on-chain údaje DEX

Získajte prístup k trhovým údajom na reťazci z búrz DEX ako sú Uniswap, PancakeSwap, Orca, Curve a ďalšie naprieč hlavnými sieťami pomocou nášho spoľahlivého a rozsiahleho rozhrania API pre údaje DEX.
25M+
Coiny a tokeny
200+
Sietí
1,500+
DEXy

Efektívne škálujte svoj DeFi projekt

Jedno zjednotené rozhranie API pre údaje o krypto, NFT a DEX

Zjednodušte si proces integrácie pomocou jedného zjednoteného rozhrania API pre krypto údaje, ktoré poskytuje úplné pokrytie
Kategória koncových bodov Popis
/onchain/simple/*/token_price/* Najjednoduchší spôsob, ako získať najnovšiu cenu tokenov v USD v sieti s adresami tokenov
/onchain/networks Získajte úplný zoznam podporovaných sietí
/onchain/network/*dexes Získajte úplný zoznam podporovaných búrz DEX v sieti
/onchains/network/*/pools/* Získajte údaje o pooloch likvidity, ako sú: trendové pooly, nové pooly a trhové údaje, napríklad cena, rezerva, trhová kapitalizácia, transakcie, objem. K dispozícii je aj koncový bod vyhľadávania na vyhľadávanie poolov v sieti.
/onchains/network/*/tokens/* Získajte údaje týkajúce sa tokenu ako sú top pooly, cena, FDV, rezerva, objem, trhová kapitalizácia, skóre geckoterminal, ID rozhrania API Coingecko. K dispozícii sú aj metadáta vrátane obrázku, webovej stránky, opisu a odkazov na sociálne médiá.
/onchains/network/*/ohlcvs/* Získajte údaje z historického grafu OHLCV poolu likvidity
/onchains/network/*/trades Získajte najnovších 300 obchodov z poolu likvidity
// Získajte ceny a trhové údaje poolu likvidity
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.999679183998133",
      "base_token_price_native_currency": "0.00049427842377007",
      "quote_token_price_usd": "2019.71974774097",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0004942784238",
      "quote_token_price_base_token": "2023.151227951",
      "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": "4363977848.49254",
      "market_cap_usd": "4366811938.30184",
      "price_change_percentage": {
        "m5": "0",
        "m15": "-0.121",
        "m30": "0.05",
        "h1": "0.068",
        "h6": "0.107",
        "h24": "0.039"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 0,
          "buyers": 1,
          "sellers": 0
        },
        "m15": {
          "buys": 3,
          "sells": 5,
          "buyers": 3,
          "sellers": 5
        },
        "m30": {
          "buys": 15,
          "sells": 8,
          "buyers": 12,
          "sellers": 7
        },
        "h1": {
          "buys": 24,
          "sells": 18,
          "buyers": 16,
          "sellers": 14
        },
        "h6": {
          "buys": 155,
          "sells": 150,
          "buyers": 88,
          "sellers": 80
        },
        "h24": {
          "buys": 579,
          "sells": 818,
          "buyers": 277,
          "sellers": 309
        }
      },
      "volume_usd": {
        "m5": "559.3403577116",
        "m15": "4618.5096029226",
        "m30": "9800.7070570354",
        "h1": "21179.9657202252",
        "h6": "270219.581947305",
        "h24": "893915.814282806"
      },
      "reserve_in_usd": "1930306.7545",
      "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"
        }
      }
    }
  }
}
// Objavte trendové pooly
{
  "data": [
    {
      "id": "base_0x3e97c5ec8c73e7d566aca606472141a9b9a8c1fa",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0590581486033048",
        "base_token_price_native_currency": "0.000028947813413350507638778442690050649306652",
        "quote_token_price_usd": "0.720456319758826",
        "quote_token_price_native_currency": "0.000356702159037329",
        "base_token_price_quote_token": "0.08115401794",
        "quote_token_price_base_token": "12.322248798",
        "address": "0x3e97c5ec8c73e7d566aca606472141a9b9a8c1fa",
        "name": "DEUS / VIRTUAL",
        "pool_created_at": "2026-05-27T13:04:51Z",
        "fdv_usd": "51725572.1370751",
        "market_cap_usd": "29532460.051677",
        "price_change_percentage": {
          "m5": "2.698",
          "m15": "0.752",
          "m30": "-2.612",
          "h1": "-2.11",
          "h6": "23.989",
          "h24": "19.31"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m15": {
            "buys": 3,
            "sells": 21,
            "buyers": 3,
            "sellers": 15
          },
          "m30": {
            "buys": 10,
            "sells": 23,
            "buyers": 9,
            "sellers": 17
          },
          "h1": {
            "buys": 21,
            "sells": 59,
            "buyers": 19,
            "sellers": 37
          },
          "h6": {
            "buys": 558,
            "sells": 681,
            "buyers": 289,
            "sellers": 349
          },
          "h24": {
            "buys": 1143,
            "sells": 1069,
            "buyers": 515,
            "sellers": 500
          }
        },
        "volume_usd": {
          "m5": "1015.6477491414",
          "m15": "7020.5375622812",
          "m30": "23964.6581066463",
          "h1": "50222.3887548321",
          "h6": "1273169.63706013",
          "h24": "2139196.19367756"
        },
        "reserve_in_usd": "1280349.4488"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x940a319b75861014a220d9c6c144d108552b089b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.073197950258552319967398165447234825815794447203110125854773146",
        "base_token_price_native_currency": "0.000884221919575799",
        "quote_token_price_usd": "82.635745791758431933130841378889026945437064071",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0008842219196",
        "quote_token_price_base_token": "1130.937808553",
        "address": "4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
        "name": "TROLL / SOL",
        "pool_created_at": "2025-04-20T18:30:26Z",
        "fdv_usd": "73078032.9379179",
        "market_cap_usd": "73078033.0609062",
        "price_change_percentage": {
          "m5": "-1.045",
          "m15": "-4.316",
          "m30": "-5.415",
          "h1": "-5.548",
          "h6": "13.849",
          "h24": "3.436"
        },
        "transactions": {
          "m5": {
            "buys": 23,
            "sells": 2,
            "buyers": 16,
            "sellers": 2
          },
          "m15": {
            "buys": 227,
            "sells": 25,
            "buyers": 98,
            "sellers": 20
          },
          "m30": {
            "buys": 244,
            "sells": 57,
            "buyers": 111,
            "sellers": 35
          },
          "h1": {
            "buys": 416,
            "sells": 160,
            "buyers": 179,
            "sellers": 92
          },
          "h6": {
            "buys": 1713,
            "sells": 1517,
            "buyers": 535,
            "sellers": 404
          },
          "h24": {
            "buys": 5903,
            "sells": 5097,
            "buyers": 1568,
            "sellers": 1066
          }
        },
        "volume_usd": {
          "m5": "15862.0540254516",
          "m15": "81314.8250587163",
          "m30": "113447.864044981",
          "h1": "210834.222926136",
          "h6": "1488897.87056857",
          "h24": "4804281.09920639"
        },
        "reserve_in_usd": "3224799.9792"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5UUH9RTDiSpq6HKS6bp4NdU9PNJpXRXuiw6ShBTBhgH2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000988498344144854",
        "base_token_price_native_currency": "0.0000000489231826563984",
        "quote_token_price_usd": "2020.49",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004892318266",
        "quote_token_price_base_token": "20440207.3966301",
        "address": "0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
        "name": "GITLAWB / WETH",
        "pool_created_at": "2026-03-11T02:00:07Z",
        "fdv_usd": "9873008.77791614",
        "market_cap_usd": "9884983.441",
        "price_change_percentage": {
          "m5": "-0.005",
          "m15": "-0.433",
          "m30": "-4.978",
          "h1": "-1.622",
          "h6": "-4.396",
          "h24": "44.5"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 5,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m30": {
            "buys": 10,
            "sells": 8,
            "buyers": 7,
            "sellers": 7
          },
          "h1": {
            "buys": 34,
            "sells": 29,
            "buyers": 27,
            "sellers": 24
          },
          "h6": {
            "buys": 498,
            "sells": 318,
            "buyers": 307,
            "sellers": 185
          },
          "h24": {
            "buys": 1111,
            "sells": 863,
            "buyers": 605,
            "sellers": 485
          }
        },
        "volume_usd": {
          "m5": "9.1141541824",
          "m15": "1407.0764724509",
          "m30": "15518.9738010094",
          "h1": "50689.549248086",
          "h6": "644212.523858334",
          "h24": "1456272.93440743"
        },
        "reserve_in_usd": "3032365.6554"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x5f980dcfc4c0fa3911554cf5ab288ed0eb13dba3",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v4-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x12d44f8b4d3e28bdeb35e8e2e6585dfcc33eda5f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00108674530667937",
        "base_token_price_native_currency": "0.000000535736722598481",
        "quote_token_price_usd": "2024.19212113419",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000005357367226",
        "quote_token_price_base_token": "1866588.4898644",
        "address": "0x12d44f8b4d3e28bdeb35e8e2e6585dfcc33eda5f",
        "name": "DOGEUS / WETH",
        "pool_created_at": "2026-05-27T13:15:35Z",
        "fdv_usd": "1086745.307",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "-2.605",
          "m30": "-9.898",
          "h1": "-5.199",
          "h6": "24.059",
          "h24": "152.42"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 15,
            "sells": 13,
            "buyers": 14,
            "sellers": 12
          },
          "m30": {
            "buys": 28,
            "sells": 26,
            "buyers": 25,
            "sellers": 24
          },
          "h1": {
            "buys": 88,
            "sells": 60,
            "buyers": 73,
            "sellers": 49
          },
          "h6": {
            "buys": 969,
            "sells": 715,
            "buyers": 582,
            "sellers": 442
          },
          "h24": {
            "buys": 2849,
            "sells": 2019,
            "buyers": 1353,
            "sellers": 1010
          }
        },
        "volume_usd": {
          "m5": "229.9929285569",
          "m15": "7562.0078336811",
          "m30": "16541.0559090305",
          "h1": "37008.6071009802",
          "h6": "511012.991648262",
          "h24": "1209566.10906589"
        },
        "reserve_in_usd": "89643.1699"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x759f8b83db57033aed95545694f6ada480b6e987",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xfc25fdd217e288d03a877f0b7d49e0bbe52b2288c88de929125062569fc7eb2a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000755072840827457",
        "base_token_price_native_currency": "0.000000037391583631798",
        "quote_token_price_usd": "2019.77",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000003739158363",
        "quote_token_price_base_token": "26743986.2897274",
        "address": "0xfc25fdd217e288d03a877f0b7d49e0bbe52b2288c88de929125062569fc7eb2a",
        "name": "Surplus / WETH",
        "pool_created_at": "2026-05-16T15:20:31Z",
        "fdv_usd": "7550728.408",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.47",
          "m30": "0.86",
          "h1": "1.855",
          "h6": "1.148",
          "h24": "40.961"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 1,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m30": {
            "buys": 6,
            "sells": 11,
            "buyers": 5,
            "sellers": 10
          },
          "h1": {
            "buys": 12,
            "sells": 33,
            "buyers": 9,
            "sellers": 32
          },
          "h6": {
            "buys": 185,
            "sells": 204,
            "buyers": 126,
            "sellers": 149
          },
          "h24": {
            "buys": 1259,
            "sells": 1040,
            "buyers": 520,
            "sellers": 524
          }
        },
        "volume_usd": {
          "m5": "73.3331968732",
          "m15": "1887.7292533322",
          "m30": "15687.7851141997",
          "h1": "25971.7819844254",
          "h6": "255305.325092564",
          "h24": "1507587.79075217"
        },
        "reserve_in_usd": "1731468.7257"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xc52aedec3374422d7510e294cfaa90799595cba3",
            "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_0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000571166201184958",
        "base_token_price_native_currency": "0.00000002755853655323",
        "quote_token_price_usd": "2019.78",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000002755853655",
        "quote_token_price_base_token": "36286397.0685989",
        "address": "0x4a9b9e13975d26f4e3e17c655593bb82145dd4452aedafb826d856b817c9cfd4",
        "name": "aeon / WETH",
        "pool_created_at": "2026-03-10T22:01:31Z",
        "fdv_usd": "5711662.012",
        "market_cap_usd": "5060394.7256129",
        "price_change_percentage": {
          "m5": "2.613",
          "m15": "4.388",
          "m30": "4.654",
          "h1": "7.586",
          "h6": "15.259",
          "h24": "8.203"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 6,
            "buyers": 4,
            "sellers": 6
          },
          "m30": {
            "buys": 8,
            "sells": 12,
            "buyers": 6,
            "sellers": 12
          },
          "h1": {
            "buys": 18,
            "sells": 16,
            "buyers": 14,
            "sellers": 16
          },
          "h6": {
            "buys": 156,
            "sells": 179,
            "buyers": 111,
            "sellers": 146
          },
          "h24": {
            "buys": 728,
            "sells": 575,
            "buyers": 411,
            "sellers": 386
          }
        },
        "volume_usd": {
          "m5": "593.4460755984",
          "m15": "9444.1846884169",
          "m30": "10541.957847167",
          "h1": "16993.8214107606",
          "h6": "222065.379477554",
          "h24": "686240.932833032"
        },
        "reserve_in_usd": "2012895.1841"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xbf8e8f0e8866a7052f948c16508644347c57aba3",
            "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_J7naVssbK7YduFwAJWBQp2MfX8qBKn1crLTh8BNDpohU",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000824737008938340177187223427031041489549075848795052838972372815",
        "base_token_price_native_currency": "0.00000100417946991677",
        "quote_token_price_usd": "82.647033931677229386650826528672233713207970061",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000100417947",
        "quote_token_price_base_token": "995837.925349025",
        "address": "J7naVssbK7YduFwAJWBQp2MfX8qBKn1crLTh8BNDpohU",
        "name": "GOSLINGS / SOL",
        "pool_created_at": "2026-05-27T12:53:43Z",
        "fdv_usd": "82980.2261716303",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "-1.873",
          "m15": "-3.076",
          "m30": "-0.521",
          "h1": "13.542",
          "h6": "-46.24",
          "h24": "-82.912"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 5,
            "buyers": 0,
            "sellers": 5
          },
          "m15": {
            "buys": 19,
            "sells": 22,
            "buyers": 16,
            "sellers": 19
          },
          "m30": {
            "buys": 38,
            "sells": 53,
            "buyers": 31,
            "sellers": 43
          },
          "h1": {
            "buys": 90,
            "sells": 114,
            "buyers": 60,
            "sellers": 78
          },
          "h6": {
            "buys": 1703,
            "sells": 1401,
            "buyers": 600,
            "sellers": 770
          },
          "h24": {
            "buys": 18052,
            "sells": 14740,
            "buyers": 3641,
            "sellers": 4088
          }
        },
        "volume_usd": {
          "m5": "169.7141151144",
          "m15": "1759.3075543106",
          "m30": "4098.2025369002",
          "h1": "9652.8498484673",
          "h6": "139437.504632876",
          "h24": "1974488.09702246"
        },
        "reserve_in_usd": "28681.5209"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Dw5pFVAknixjKbs4RhpCVpqw77fwwauaZNTDUSWpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_C3W4oqFjiFEKLdqUpa23htx1HZ7byK4HsCgnetP2gwmU",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00127682999694385597311134403203500457786347426821838030815641118",
        "base_token_price_native_currency": "0.0000160569011557658",
        "quote_token_price_usd": "1.0005152120282771995066871959662750213416167137879827000866302",
        "quote_token_price_native_currency": "0.0121043256931152",
        "base_token_price_quote_token": "0.001326542392",
        "quote_token_price_base_token": "753.839459787",
        "address": "C3W4oqFjiFEKLdqUpa23htx1HZ7byK4HsCgnetP2gwmU",
        "name": "250 / USDC",
        "pool_created_at": "2026-05-28T13:21:46Z",
        "fdv_usd": "1297908.248",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "11.614",
          "m15": "40.962",
          "m30": "47.94",
          "h1": "53.837",
          "h6": "2155.203",
          "h24": "2155.203"
        },
        "transactions": {
          "m5": {
            "buys": 113,
            "sells": 114,
            "buyers": 82,
            "sellers": 84
          },
          "m15": {
            "buys": 507,
            "sells": 466,
            "buyers": 320,
            "sellers": 287
          },
          "m30": {
            "buys": 814,
            "sells": 713,
            "buyers": 452,
            "sellers": 410
          },
          "h1": {
            "buys": 1544,
            "sells": 1249,
            "buyers": 780,
            "sellers": 700
          },
          "h6": {
            "buys": 22913,
            "sells": 17729,
            "buyers": 6168,
            "sellers": 5379
          },
          "h24": {
            "buys": 22913,
            "sells": 17729,
            "buyers": 6168,
            "sellers": 5379
          }
        },
        "volume_usd": {
          "m5": "40596.1873265632",
          "m15": "107391.729617777",
          "m30": "162153.086760632",
          "h1": "256494.866274157",
          "h6": "3389267.159118",
          "h24": "3389267.159118"
        },
        "reserve_in_usd": "125893.4957"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_BUG9jJ6MZcxbXaDVqq199HvWafMSP4pYHVFrZfLmpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_E8rhZvawtATXbWgsgMdmhUgVdt6PUUfqfiF3XYgCYWZd",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0009411351709157881317389423014160713189154253445221785027244261",
        "base_token_price_native_currency": "0.0000113874040742201",
        "quote_token_price_usd": "0.12976733942264913872353357049523400816031112359107872587964792",
        "quote_token_price_native_currency": "0.00157013909936472",
        "base_token_price_quote_token": "0.007252481057",
        "quote_token_price_base_token": "137.8838486042",
        "address": "E8rhZvawtATXbWgsgMdmhUgVdt6PUUfqfiF3XYgCYWZd",
        "name": "SPARQ / EITHER",
        "pool_created_at": "2026-05-20T11:42:05Z",
        "fdv_usd": "940973.705106733",
        "market_cap_usd": "940973.705106733",
        "price_change_percentage": {
          "m5": "0",
          "m15": "0.031",
          "m30": "-0.097",
          "h1": "0.395",
          "h6": "19.726",
          "h24": "-57.126"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 40,
            "sells": 33,
            "buyers": 13,
            "sellers": 16
          },
          "m30": {
            "buys": 57,
            "sells": 50,
            "buyers": 17,
            "sellers": 22
          },
          "h1": {
            "buys": 155,
            "sells": 130,
            "buyers": 38,
            "sellers": 48
          },
          "h6": {
            "buys": 1431,
            "sells": 1003,
            "buyers": 279,
            "sellers": 279
          },
          "h24": {
            "buys": 4814,
            "sells": 3717,
            "buyers": 854,
            "sellers": 812
          }
        },
        "volume_usd": {
          "m5": "142.6390536924",
          "m15": "1972.1721556259",
          "m30": "3174.9122823536",
          "h1": "8691.5328215669",
          "h6": "80633.365105681",
          "h24": "346274.906804241"
        },
        "reserve_in_usd": "86942.3904"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_gLEXZ2kAfuYkpeeSzrEMbakiNeqAAZ3TsKiY9Can8pE",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_HmBdm8vbisABUjkxms6ZUnoaXbfwFM6ymxShWfAENaoi",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora-damm-v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_2BJKy9pnzTDvMPdHJhv8qbWejKiLzebD7i2taTyJxAze",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0015083197829887390389541546687427702772294069",
        "base_token_price_native_currency": "0.0000182793191544255",
        "quote_token_price_usd": "82.53769189561757189893549187",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001827931915",
        "quote_token_price_base_token": "54706.6327554052",
        "address": "2BJKy9pnzTDvMPdHJhv8qbWejKiLzebD7i2taTyJxAze",
        "name": "HARAMBE / SOL",
        "pool_created_at": "2024-01-17T03:00:21Z",
        "fdv_usd": "1502836.96064015",
        "market_cap_usd": "1508747.4739336",
        "price_change_percentage": {
          "m5": "0.295",
          "m15": "-1.222",
          "m30": "-3.197",
          "h1": "3.442",
          "h6": "-10.136",
          "h24": "15.597"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 15,
            "sells": 16,
            "buyers": 15,
            "sellers": 16
          },
          "m30": {
            "buys": 33,
            "sells": 54,
            "buyers": 28,
            "sellers": 47
          },
          "h1": {
            "buys": 183,
            "sells": 172,
            "buyers": 99,
            "sellers": 98
          },
          "h6": {
            "buys": 986,
            "sells": 634,
            "buyers": 321,
            "sellers": 329
          },
          "h24": {
            "buys": 6917,
            "sells": 5977,
            "buyers": 1558,
            "sellers": 1366
          }
        },
        "volume_usd": {
          "m5": "351.1959401547",
          "m15": "3496.286390096",
          "m30": "10739.9939770954",
          "h1": "38426.4177039375",
          "h6": "164971.329057669",
          "h24": "1702380.74671842"
        },
        "reserve_in_usd": "371186.2217"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Fch1oixTPri8zxBnmdCEADoJW2toyFHxqDZacQkwdvSP",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCO9NDT4Il25_4ZpHIOgMAUbRJvpsI9pLzqhD8X7eTVB7X_",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0210455092764026",
        "base_token_price_native_currency": "0.0117069797474361",
        "quote_token_price_usd": "1.78",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01170697975",
        "quote_token_price_base_token": "85.419127868",
        "address": "EQCO9NDT4Il25_4ZpHIOgMAUbRJvpsI9pLzqhD8X7eTVB7X_",
        "name": "UTYA / TON",
        "pool_created_at": "2024-04-11T17:23:13Z",
        "fdv_usd": "20871520.8752161",
        "market_cap_usd": "21082351.83",
        "price_change_percentage": {
          "m5": "0.317",
          "m15": "0.802",
          "m30": "-3.34",
          "h1": "18.102",
          "h6": "-19.602",
          "h24": "-30.057"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m15": {
            "buys": 10,
            "sells": 2,
            "buyers": 8,
            "sellers": 2
          },
          "m30": {
            "buys": 47,
            "sells": 19,
            "buyers": 40,
            "sellers": 13
          },
          "h1": {
            "buys": 180,
            "sells": 55,
            "buyers": 132,
            "sellers": 34
          },
          "h6": {
            "buys": 713,
            "sells": 323,
            "buyers": 307,
            "sellers": 130
          },
          "h24": {
            "buys": 978,
            "sells": 427,
            "buyers": 382,
            "sellers": 169
          }
        },
        "volume_usd": {
          "m5": "993.6806466326",
          "m15": "2179.5857559319",
          "m30": "44165.6525033838",
          "h1": "82499.724412359",
          "h6": "578340.370960719",
          "h24": "766530.82448482"
        },
        "reserve_in_usd": "760234.9662"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBaCgUwOoc6gHCNln_oJzb0mVs79YG7wYoavh-o1ItaneLA",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Hy38ks9sS5w3wwZY4Rbsnq1JMZGWS16z4TE42MjcQqho",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000231315921936219263574438469153104969650541715397699400092294316",
        "base_token_price_native_currency": "0.00000283480635354701",
        "quote_token_price_usd": "82.647033931677229386650826528672233713207970061",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002834806354",
        "quote_token_price_base_token": "352757.781408513",
        "address": "Hy38ks9sS5w3wwZY4Rbsnq1JMZGWS16z4TE42MjcQqho",
        "name": "ชั้ง / SOL",
        "pool_created_at": "2026-05-26T10:15:16Z",
        "fdv_usd": "234278.286925952",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "5.435",
          "m15": "10.082",
          "m30": "9.706",
          "h1": "10.659",
          "h6": "-27.975",
          "h24": "-49.098"
        },
        "transactions": {
          "m5": {
            "buys": 18,
            "sells": 29,
            "buyers": 17,
            "sellers": 10
          },
          "m15": {
            "buys": 41,
            "sells": 55,
            "buyers": 32,
            "sellers": 26
          },
          "m30": {
            "buys": 59,
            "sells": 83,
            "buyers": 46,
            "sellers": 41
          },
          "h1": {
            "buys": 157,
            "sells": 154,
            "buyers": 97,
            "sellers": 84
          },
          "h6": {
            "buys": 1746,
            "sells": 1550,
            "buyers": 599,
            "sellers": 758
          },
          "h24": {
            "buys": 8731,
            "sells": 7818,
            "buyers": 2146,
            "sellers": 2812
          }
        },
        "volume_usd": {
          "m5": "3832.5342835205",
          "m15": "6005.0285179602",
          "m30": "7881.734505003",
          "h1": "18173.9561584031",
          "h6": "190924.97173235",
          "h24": "1143177.60872858"
        },
        "reserve_in_usd": "49722.7638"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2kBH6UcR8TitebUbKNYNvjUkSFWaiFBJ7nAPTKQwpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x7c9c7c9b873697ac6f4f0a8e450f801ea488eb0f68c3b632df11fd0914b7df89",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000107582219691316",
        "base_token_price_native_currency": "0.00000000053267226800421",
        "quote_token_price_usd": "2019.77",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000532672268",
        "quote_token_price_base_token": "1877326942.03652",
        "address": "0x7c9c7c9b873697ac6f4f0a8e450f801ea488eb0f68c3b632df11fd0914b7df89",
        "name": "BLINK / WETH",
        "pool_created_at": "2026-05-25T23:06:11Z",
        "fdv_usd": "107553.7195",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "m15": "0",
          "m30": "0",
          "h1": "-0.154",
          "h6": "0.124",
          "h24": "0.362"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 1
          },
          "m30": {
            "buys": 0,
            "sells": 2,
            "buyers": 0,
            "sellers": 1
          },
          "h1": {
            "buys": 11,
            "sells": 37,
            "buyers": 11,
            "sellers": 13
          },
          "h6": {
            "buys": 18,
            "sells": 68,
            "buyers": 18,
            "sellers": 26
          },
          "h24": {
            "buys": 80,
            "sells": 218,
            "buyers": 72,
            "sellers": 90
          }
        },
        "volume_usd": {
          "m5": "13.2939797645",
          "m15": "13.2939797645",
          "m30": "13.2939797645",
          "h1": "122.76473098",
          "h6": "854.1018027181",
          "h24": "6799.978360599"
        },
        "reserve_in_usd": "96724.0326"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x13a34e71bb46eb20ebedd5cba68210d663127b07",
            "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_DdHDxR7fhvHDna4ee8UBQ74hBxTk2dun4d96Bci2dh2q",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000490473227429004940272328583111727843161424014932985796226980045",
        "base_token_price_native_currency": "0.000000592193997857909",
        "quote_token_price_usd": "82.636541627331053062556024293843783993253296361",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000005921939979",
        "quote_token_price_base_token": "1688635.82477568",
        "address": "DdHDxR7fhvHDna4ee8UBQ74hBxTk2dun4d96Bci2dh2q",
        "name": "Dogwifgun / SOL",
        "pool_created_at": "2026-05-27T03:06:42Z",
        "fdv_usd": "49042.2935186539",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "1.172",
          "m15": "-2.187",
          "m30": "3.715",
          "h1": "-25.264",
          "h6": "-45.09",
          "h24": "-62.014"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m15": {
            "buys": 31,
            "sells": 9,
            "buyers": 25,
            "sellers": 9
          },
          "m30": {
            "buys": 73,
            "sells": 54,
            "buyers": 55,
            "sellers": 44
          },
          "h1": {
            "buys": 172,
            "sells": 100,
            "buyers": 113,
            "sellers": 73
          },
          "h6": {
            "buys": 728,
            "sells": 607,
            "buyers": 315,
            "sellers": 364
          },
          "h24": {
            "buys": 6662,
            "sells": 5051,
            "buyers": 1723,
            "sellers": 1951
          }
        },
        "volume_usd": {
          "m5": "67.1858673278",
          "m15": "2284.5890957125",
          "m30": "6453.1172862365",
          "h1": "14994.76952465",
          "h6": "63468.5151344984",
          "h24": "556389.259954906"
        },
        "reserve_in_usd": "19382.5064"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_GQnXYbbFTNJob7rzhFEFNgYMLghu4jLiK22xhrsRpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x3f0296bf652e19bca772ec3df08b32732f93014a",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.723691731827231",
        "base_token_price_native_currency": "0.00036041908850552",
        "quote_token_price_usd": "2019.88",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0003604190885",
        "quote_token_price_base_token": "2774.547830268",
        "address": "0x3f0296bf652e19bca772ec3df08b32732f93014a",
        "name": "VIRTUAL / WETH 0.05%",
        "pool_created_at": "2025-01-06T20:15:25Z",
        "fdv_usd": "360188297.869012",
        "market_cap_usd": "475680865.60199",
        "price_change_percentage": {
          "m5": "0.011",
          "m15": "-0.025",
          "m30": "-0.351",
          "h1": "1.578",
          "h6": "2.742",
          "h24": "-5.906"
        },
        "transactions": {
          "m5": {
            "buys": 32,
            "sells": 19,
            "buyers": 29,
            "sellers": 17
          },
          "m15": {
            "buys": 173,
            "sells": 129,
            "buyers": 134,
            "sellers": 81
          },
          "m30": {
            "buys": 338,
            "sells": 346,
            "buyers": 235,
            "sellers": 215
          },
          "h1": {
            "buys": 1025,
            "sells": 798,
            "buyers": 550,
            "sellers": 450
          },
          "h6": {
            "buys": 6410,
            "sells": 5130,
            "buyers": 1797,
            "sellers": 1514
          },
          "h24": {
            "buys": 19139,
            "sells": 15948,
            "buyers": 3654,
            "sellers": 3107
          }
        },
        "volume_usd": {
          "m5": "9091.320317839",
          "m15": "63866.0078204635",
          "m30": "178865.528917566",
          "h1": "485737.386867959",
          "h6": "3873796.74441171",
          "h24": "11222025.8920639"
        },
        "reserve_in_usd": "614616.56"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x0b3e328455c4059eeb9e3f84b5543f74e24e7e1b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-slipstream",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_DMAFL613XTipuA3jFNYczavWT7XsiYf9cR3qmRMZQhB6",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00356177281343569075285153097797998881407082159068594061741226095",
        "base_token_price_native_currency": "0.0000431155476686622",
        "quote_token_price_usd": "82.610470991109516509589070214867870986306068095",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00004311554767",
        "quote_token_price_base_token": "23193.489450369",
        "address": "DMAFL613XTipuA3jFNYczavWT7XsiYf9cR3qmRMZQhB6",
        "name": "67 / SOL",
        "pool_created_at": "2025-09-19T09:31:39Z",
        "fdv_usd": "3560418.68958517",
        "market_cap_usd": "3560418.68958517",
        "price_change_percentage": {
          "m5": "0.012",
          "m15": "-0.91",
          "m30": "5.469",
          "h1": "2.394",
          "h6": "-3.627",
          "h24": "-14.55"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 3
          },
          "m15": {
            "buys": 2,
            "sells": 10,
            "buyers": 1,
            "sellers": 10
          },
          "m30": {
            "buys": 21,
            "sells": 43,
            "buyers": 20,
            "sellers": 39
          },
          "h1": {
            "buys": 72,
            "sells": 48,
            "buyers": 54,
            "sellers": 42
          },
          "h6": {
            "buys": 172,
            "sells": 127,
            "buyers": 109,
            "sellers": 80
          },
          "h24": {
            "buys": 783,
            "sells": 500,
            "buyers": 306,
            "sellers": 272
          }
        },
        "volume_usd": {
          "m5": "4.139151999",
          "m15": "644.8223049271",
          "m30": "8417.8197771081",
          "h1": "16847.904109698",
          "h6": "40501.0221325861",
          "h24": "172200.189797395"
        },
        "reserve_in_usd": "376464.6779"
      },
      "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": "eth_0x76a411f14a704099ba476ce8dffc288a53295218",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000168470819458194",
        "base_token_price_native_currency": "0.0000000829802396646389",
        "quote_token_price_usd": "2024.18595065293",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000008298023966",
        "quote_token_price_base_token": "12051061.8436565",
        "address": "0x76a411f14a704099ba476ce8dffc288a53295218",
        "name": "ASTEROID / WETH",
        "pool_created_at": "2024-09-10T10:18:23Z",
        "fdv_usd": "70872072.1288075",
        "market_cap_usd": "70873989.055455",
        "price_change_percentage": {
          "m5": "-0.151",
          "m15": "-0.812",
          "m30": "-1.726",
          "h1": "4.009",
          "h6": "5.707",
          "h24": "5.483"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 15,
            "sells": 7,
            "buyers": 10,
            "sellers": 5
          },
          "m30": {
            "buys": 29,
            "sells": 17,
            "buyers": 23,
            "sellers": 15
          },
          "h1": {
            "buys": 84,
            "sells": 100,
            "buyers": 62,
            "sellers": 61
          },
          "h6": {
            "buys": 533,
            "sells": 373,
            "buyers": 291,
            "sellers": 208
          },
          "h24": {
            "buys": 1840,
            "sells": 1383,
            "buyers": 842,
            "sellers": 627
          }
        },
        "volume_usd": {
          "m5": "1439.2311812033",
          "m15": "17564.5851412776",
          "m30": "30203.6314567975",
          "h1": "273537.69748179",
          "h6": "1239281.58198498",
          "h24": "4102969.70609545"
        },
        "reserve_in_usd": "2543750.3569"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xf280b16ef293d8e534e370794ef26bf312694126",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_C7f1Fy8TUcrwL5MyH9pEoUpaw79EFggU8t6ip6jEzEhx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000112842189810422465230160812631723654384101369400373064837857616",
        "base_token_price_native_currency": "0.00000135677444367841",
        "quote_token_price_usd": "82.595246748143966960544526563331288651397264666",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001356774444",
        "quote_token_price_base_token": "737042.184616079",
        "address": "C7f1Fy8TUcrwL5MyH9pEoUpaw79EFggU8t6ip6jEzEhx",
        "name": "wBULL / SOL",
        "pool_created_at": "2026-05-28T00:32:37Z",
        "fdv_usd": "111125.4259",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.267",
          "m15": "1.254",
          "m30": "-20.394",
          "h1": "-6.661",
          "h6": "21.644",
          "h24": "230.086"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 2,
            "buyers": 3,
            "sellers": 2
          },
          "m15": {
            "buys": 36,
            "sells": 31,
            "buyers": 29,
            "sellers": 26
          },
          "m30": {
            "buys": 74,
            "sells": 75,
            "buyers": 59,
            "sellers": 58
          },
          "h1": {
            "buys": 160,
            "sells": 142,
            "buyers": 117,
            "sellers": 106
          },
          "h6": {
            "buys": 1889,
            "sells": 1529,
            "buyers": 801,
            "sellers": 850
          },
          "h24": {
            "buys": 21226,
            "sells": 16496,
            "buyers": 5234,
            "sellers": 5144
          }
        },
        "volume_usd": {
          "m5": "194.8848579474",
          "m15": "2802.0546787616",
          "m30": "7665.2902177085",
          "h1": "15356.891724072",
          "h6": "196971.502536959",
          "h24": "2112875.0128183"
        },
        "reserve_in_usd": "28938.7408"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_gAhvUSC7XamFqt6gr1JwHU2tEZFYQMEQYEsyKBSpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00192871182319726476839235072171593705716177649005960309909195719",
        "base_token_price_native_currency": "0.0000236017759661329",
        "quote_token_price_usd": "82.636541711756055702992545167862659826081001377",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002360177597",
        "quote_token_price_base_token": "42369.69291781",
        "address": "F42tZnKPavq1VUcrL6ymhc6YqVpt84fWwgzbNTv2wb3W",
        "name": "KINS / SOL",
        "pool_created_at": "2026-05-22T17:47:24Z",
        "fdv_usd": "1922283.51078628",
        "market_cap_usd": "1922291.36549643",
        "price_change_percentage": {
          "m5": "-1.017",
          "m15": "-1.279",
          "m30": "-2.574",
          "h1": "1.167",
          "h6": "5.118",
          "h24": "20.918"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 26,
            "sells": 9,
            "buyers": 16,
            "sellers": 7
          },
          "m30": {
            "buys": 55,
            "sells": 50,
            "buyers": 33,
            "sellers": 41
          },
          "h1": {
            "buys": 157,
            "sells": 122,
            "buyers": 112,
            "sellers": 94
          },
          "h6": {
            "buys": 1783,
            "sells": 1534,
            "buyers": 852,
            "sellers": 924
          },
          "h24": {
            "buys": 7593,
            "sells": 6669,
            "buyers": 2631,
            "sellers": 2585
          }
        },
        "volume_usd": {
          "m5": "95.6758247418",
          "m15": "889.5057181599",
          "m30": "6519.8373797005",
          "h1": "20660.008087373",
          "h6": "305037.40562734",
          "h24": "1558369.56510206"
        },
        "reserve_in_usd": "121465.6598"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_Tqj8yFmagrg7oorpQkVGYR52r96RFTamvWfth9bpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x0ab02e160f0df68dc049b012c514857306960eae",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.016933829081996",
        "base_token_price_native_currency": "0.0000083819367426335674505928525235",
        "quote_token_price_usd": "1.00366076075649",
        "quote_token_price_native_currency": "0.000496891281044659",
        "base_token_price_quote_token": "0.01686875392",
        "quote_token_price_base_token": "59.2812015053",
        "address": "0x0ab02e160f0df68dc049b012c514857306960eae",
        "name": "CTR / USDC 0.004%",
        "pool_created_at": "2026-05-26T12:53:05Z",
        "fdv_usd": "12210742.5392509",
        "market_cap_usd": "20320594.896",
        "price_change_percentage": {
          "m5": "0.829",
          "m15": "-0.045",
          "m30": "1.567",
          "h1": "1.417",
          "h6": "0.935",
          "h24": "9.611"
        },
        "transactions": {
          "m5": {
            "buys": 11,
            "sells": 13,
            "buyers": 5,
            "sellers": 3
          },
          "m15": {
            "buys": 94,
            "sells": 100,
            "buyers": 37,
            "sellers": 22
          },
          "m30": {
            "buys": 196,
            "sells": 205,
            "buyers": 75,
            "sellers": 50
          },
          "h1": {
            "buys": 479,
            "sells": 494,
            "buyers": 140,
            "sellers": 90
          },
          "h6": {
            "buys": 6236,
            "sells": 6790,
            "buyers": 451,
            "sellers": 489
          },
          "h24": {
            "buys": 23001,
            "sells": 25896,
            "buyers": 969,
            "sellers": 1073
          }
        },
        "volume_usd": {
          "m5": "3538.7976685473",
          "m15": "38391.9772068057",
          "m30": "79449.8067654876",
          "h1": "177224.867040091",
          "h6": "2188421.13365518",
          "h24": "9350905.00641861"
        },
        "reserve_in_usd": "676956.9243"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x11030f79109269d796fd0fb956d6244e502757f7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-slipstream-3",
            "type": "dex"
          }
        }
      }
    }
  ]
}
Podporované siete

Rozsiahle pokrytie vo viacerých reťazcoch

Získavať ceny kryptomien a údaje o trhu zo sietí 200+, od hlavných blokových reťazcov až po nové spustenia.

Prečo projekty Web3 používajú CoinGecko

„Rozhranie API pre DEX od CoinGecko nám poskytuje rýchly, veľmi presný a robustný zdroj údajov o cenách búrz DEX. Ma široké dátové pokrytie, ľahko sa používa a je vysoko spoľahlivé. Rozhranie API pre DEX od CoinGecko sa stalo jedným z našich mnohých kľúčových zdrojov cien DEX, ktoré Supra využíva na agregáciu údajov z decentralizovaných búrz.”
„Rozhranie API pre DEX od CoinGecko sa stalo neoddeliteľnou súčasťou nášho vývojového procesu, pretože zvláda množstvo drobných úloh, na ktoré sme jednoducho nemali kapacitu. To výrazne zefektívnilo náš pracovný postup, vďaka čomu sa môžeme sústrediť na hlavný vývoj.”
„Rozhranie API pre DEX od CoinGecko má široké pokrytie, podporuje najväčší počet reťazcov a má vysokú dostupnosť.

Často kladené otázky

Supernabite svoj projekt pomocou rozhrania CoinGecko

Odomknite viac možností vďaka spoľahlivým, presným a komplexným údajom o cených kryptomien.
Nikdy nezmeškajte aktualizáciu!
Prihláste sa na odber nášho newslettera API a získajte najnovšie informácie o produktoch, aktualizáciách koncových bodov a inšpiratívnom obsahu komunity.
Nové portfólio
Ikona a názov
Vyberte menu
Navrhované kryptomeny
USD
US Dollar
IDR
Indonesian Rupiah
TWD
New Taiwan Dollar
EUR
Euro
KRW
South Korean Won
JPY
Japanese Yen
RUB
Russian Ruble
CNY
Chinese Yuan
Fiat meny
AED
United Arab Emirates Dirham
ARS
Argentine Peso
AUD
Australian Dollar
BDT
Bangladeshi Taka
BHD
Bahraini Dinar
BMD
Bermudian Dollar
BRL
Brazil Real
CAD
Canadian Dollar
CHF
Swiss Franc
CLP
Chilean Peso
CZK
Czech Koruna
DKK
Danish Krone
GBP
British Pound Sterling
GEL
Georgian Lari
HKD
Hong Kong Dollar
HUF
Hungarian Forint
ILS
Israeli New Shekel
INR
Indian Rupee
KWD
Kuwaiti Dinar
LKR
Sri Lankan Rupee
MMK
Burmese Kyat
MXN
Mexican Peso
MYR
Malaysian Ringgit
NGN
Nigerian Naira
NOK
Norwegian Krone
NZD
New Zealand Dollar
PHP
Philippine Peso
PKR
Pakistani Rupee
PLN
Polish Zloty
SAR
Saudi Riyal
SEK
Swedish Krona
SGD
Singapore Dollar
THB
Thai Baht
TRY
Turkish Lira
UAH
Ukrainian hryvnia
VEF
Venezuelan bolívar fuerte
VND
Vietnamese đồng
ZAR
South African Rand
XDR
IMF Special Drawing Rights
Kryptomeny
BTC
Bitcoin
ETH
Ether
LTC
Litecoin
BCH
Bitcoin Cash
BNB
Binance Coin
EOS
EOS
XRP
XRP
XLM
Lumens
LINK
Chainlink
DOT
Polkadot
YFI
Yearn.finance
SOL
Solana
Jednotky bitcoinu
BITS
Bits
SATS
Satoshi
Komodity
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Vyberte jazyk
Obľúbené jazyky
EN
English
RU
Русский
DE
Deutsch
PL
język polski
ES
Español
VI
Tiếng việt
FR
Français
PT-BR
Português
Všetky jazyky
AR
العربية
BG
български
CS
čeština
DA
dansk
EL
Ελληνικά
FI
suomen kieli
HE
עִבְרִית
HI
हिंदी
HR
hrvatski
HU
Magyar nyelv
ID
Bahasa Indonesia
IT
Italiano
JA
日本語
KO
한국어
LT
lietuvių kalba
NL
Nederlands
NO
norsk
RO
Limba română
SK
slovenský jazyk
SL
slovenski jezik
SV
Svenska
TH
ภาษาไทย
TR
Türkçe
UK
украї́нська мо́ва
ZH
简体中文
ZH-TW
繁體中文
Vitajte na stránke CoinGecko
Vitajte späť!
Prihláste sa alebo sa zaregistrujte za niekoľko sekúnd
alebo
Prihláste sa pomocou . Nie ste to vy?
Zabudli ste heslo?
Nedostali ste potvrdzovacie inštrukcie?
Preposlať potvrdzovacie inštrukcie
Heslo musí obsahovať aspoň 8 znakov vrátane 1 veľkého písmena, 1 malého písmena, 1 čísla a 1 špeciálneho znaku
Pokračovaním potvrdzujete, že ste si prečítali a plne súhlasíte s našimi Podmienky poskytovania služieb Zásady ochrany osobných údajov.
Získať upozornenia na ceny pomocou aplikácie CoinGecko
Zabudli ste heslo?
O niekoľko minút dostanete email s inštrukciami ako nastaviť nové heslo.
Preposlať potvrdzovacie inštrukcie
O niekoľko minút dostanete email s inštrukciami ako potvrdiť váš účet.
Získajte aplikáciu CoinGecko.
Naskenujte tento QR kód a stiahnite si ju App QR Code Alebo si ju pozrite v obchodoch s aplikáciami
Pridať NFT
Sledovať adresu peňaženky
Vložiť
Zobrazujeme iba aktíva z podporovaných sietí.
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
Prístup len na čítanie
Získavame iba verejné údaje. Žiadne súkromné kľúče, žiadne podpisovanie a vo vašej peňaženke nemôžeme vykonávať žiadne zmeny.
Vytvoriť portfólio
Vybrať ikonu
💎
🔥
👀
🚀
💰
🦍
🌱
💩
🌙
🪂
💚
CoinGecko
Lepšie v aplikácii
Upozornenia na ceny v reálnom čase a rýchlejšie a plynulejšie fungovanie.
Dosiahli ste limit.
Portfóliá hostí sú obmedzené na 10 mince. Zaregistrujte sa alebo sa prihláste, aby ste ponechali mince uvedené nižšie.