Coiny: 17 565
Burzy: 1 496
Trhová kapitalizácia: 2,307T $ 3.4%
Obj 24h: 71,613B $
Gas: 0.155 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.999729606080084",
      "base_token_price_native_currency": "0.000536547484590967",
      "quote_token_price_usd": "1870.17",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0005365474846",
      "quote_token_price_base_token": "1863.767939873",
      "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": "4637797010.72616",
      "market_cap_usd": "4638761950.89638",
      "price_change_percentage": {
        "m5": "-0.017",
        "m15": "0.001",
        "m30": "-0.028",
        "h1": "-0.079",
        "h6": "-0.03",
        "h24": "0.074"
      },
      "transactions": {
        "m5": {
          "buys": 5,
          "sells": 7,
          "buyers": 5,
          "sellers": 7
        },
        "m15": {
          "buys": 6,
          "sells": 9,
          "buyers": 6,
          "sellers": 9
        },
        "m30": {
          "buys": 8,
          "sells": 11,
          "buyers": 8,
          "sellers": 11
        },
        "h1": {
          "buys": 21,
          "sells": 23,
          "buyers": 18,
          "sellers": 19
        },
        "h6": {
          "buys": 187,
          "sells": 187,
          "buyers": 102,
          "sellers": 105
        },
        "h24": {
          "buys": 500,
          "sells": 524,
          "buyers": 250,
          "sellers": 258
        }
      },
      "volume_usd": {
        "m5": "9142.0593392823",
        "m15": "9190.463723417",
        "m30": "9350.2547901843",
        "h1": "13624.7630534681",
        "h6": "80106.6327430977",
        "h24": "149004.180957107"
      },
      "reserve_in_usd": "909205.7728",
      "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": "robinhood_0x817f16f5d8da83d1b089b082c0172af3923618da",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00784625430684328",
        "base_token_price_native_currency": "0.00000420720458607533",
        "quote_token_price_usd": "0.584494321927505",
        "quote_token_price_native_currency": "0.000312570494517265",
        "base_token_price_quote_token": "0.01346001833",
        "quote_token_price_base_token": "74.2941038693",
        "address": "0x817f16f5d8da83d1b089b082c0172af3923618da",
        "name": "VEX / VIRTUAL",
        "pool_created_at": "2026-07-03T16:34:51Z",
        "fdv_usd": "7824041.621",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "1.543",
          "m15": "2.6",
          "m30": "3.952",
          "h1": "-6.617",
          "h6": "4.347",
          "h24": "6.111"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 5,
            "buyers": 10,
            "sellers": 5
          },
          "m15": {
            "buys": 27,
            "sells": 16,
            "buyers": 18,
            "sellers": 15
          },
          "m30": {
            "buys": 50,
            "sells": 37,
            "buyers": 34,
            "sellers": 34
          },
          "h1": {
            "buys": 154,
            "sells": 86,
            "buyers": 82,
            "sellers": 75
          },
          "h6": {
            "buys": 1462,
            "sells": 803,
            "buyers": 542,
            "sellers": 520
          },
          "h24": {
            "buys": 3239,
            "sells": 2175,
            "buyers": 1046,
            "sellers": 1043
          }
        },
        "volume_usd": {
          "m5": "2989.87974818",
          "m15": "7380.2351589656",
          "m30": "15044.8615970462",
          "h1": "38142.3345955223",
          "h6": "582616.269145424",
          "h24": "1447477.02379815"
        },
        "reserve_in_usd": "358536.9775"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x8ff92566f2e81bdd68edfaa8cde73942a723796b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0xc6911796042b15d7fa4f6cde69e245ddcd3d9c31",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x9a7013172083f275142ce0cdec6d172ebbe68114",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000347634103736997",
        "base_token_price_native_currency": "0.000000186168379994836",
        "quote_token_price_usd": "1870.68",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000018616838",
        "quote_token_price_base_token": "5371481.45151039",
        "address": "0x9a7013172083f275142ce0cdec6d172ebbe68114",
        "name": "MYSTERY / WETH",
        "pool_created_at": "2026-07-08T18:32:59Z",
        "fdv_usd": "349724.821200631",
        "market_cap_usd": "349726.8088",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.725",
          "m30": "0.621",
          "h1": "-0.413",
          "h6": "-34.563",
          "h24": "-18.863"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 4,
            "sells": 8,
            "buyers": 4,
            "sellers": 7
          },
          "m30": {
            "buys": 12,
            "sells": 14,
            "buyers": 12,
            "sellers": 13
          },
          "h1": {
            "buys": 42,
            "sells": 31,
            "buyers": 36,
            "sellers": 30
          },
          "h6": {
            "buys": 272,
            "sells": 260,
            "buyers": 221,
            "sellers": 234
          },
          "h24": {
            "buys": 928,
            "sells": 866,
            "buyers": 730,
            "sellers": 752
          }
        },
        "volume_usd": {
          "m5": "68.7719258006",
          "m15": "369.8333337015",
          "m30": "845.424999188",
          "h1": "10531.7723124775",
          "h6": "79804.6587527206",
          "h24": "235234.725244124"
        },
        "reserve_in_usd": "57171.2636"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xa5bac17a919a10ba0628cda5bcf273681e1a8d4e",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xa70fc67c9f69da90b63a0e4c05d229954574e313",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.16982255132023",
        "base_token_price_native_currency": "0.0000906957632669398",
        "quote_token_price_usd": "1869.96",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00009069576327",
        "quote_token_price_base_token": "11025.8733592302",
        "address": "0xa70fc67c9f69da90b63a0e4c05d229954574e313",
        "name": "CASHCAT / WETH 1%",
        "pool_created_at": "2026-06-29T07:00:49Z",
        "fdv_usd": "164709352.698424",
        "market_cap_usd": "164719961.100008",
        "price_change_percentage": {
          "m5": "-1.396",
          "m15": "1.601",
          "m30": "2.389",
          "h1": "0.564",
          "h6": "-4.252",
          "h24": "12.416"
        },
        "transactions": {
          "m5": {
            "buys": 33,
            "sells": 8,
            "buyers": 14,
            "sellers": 4
          },
          "m15": {
            "buys": 108,
            "sells": 68,
            "buyers": 56,
            "sellers": 30
          },
          "m30": {
            "buys": 276,
            "sells": 148,
            "buyers": 116,
            "sellers": 73
          },
          "h1": {
            "buys": 746,
            "sells": 581,
            "buyers": 264,
            "sellers": 241
          },
          "h6": {
            "buys": 6209,
            "sells": 4062,
            "buyers": 1505,
            "sellers": 1286
          },
          "h24": {
            "buys": 14262,
            "sells": 9097,
            "buyers": 2845,
            "sellers": 2502
          }
        },
        "volume_usd": {
          "m5": "51370.9636749555",
          "m15": "365107.514797381",
          "m30": "768040.478765944",
          "h1": "2014347.59439154",
          "h6": "16251581.9329701",
          "h24": "33212573.5802613"
        },
        "reserve_in_usd": "10084943.1717"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x020bfc650a365f8bb26819deaabf3e21291018b4",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_BZa87AscZf5EGLAksPfZbnd6FmEPts9rfcGRUA2QbrXQ",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000154394963883696840797220101466920671798518917758",
        "base_token_price_native_currency": "0.000002",
        "quote_token_price_usd": "77.197481941848420398610050733460335899259458879",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002",
        "quote_token_price_base_token": "500000.0",
        "address": "BZa87AscZf5EGLAksPfZbnd6FmEPts9rfcGRUA2QbrXQ",
        "name": "NYX / SOL",
        "pool_created_at": "2026-07-14T03:04:28Z",
        "fdv_usd": "154405.544",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "3053.526",
          "m15": "0.307",
          "m30": "3686.171",
          "h1": "4044.022",
          "h6": "-41.174",
          "h24": "-30.854"
        },
        "transactions": {
          "m5": {
            "buys": 44,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 346,
            "sells": 14,
            "buyers": 9,
            "sellers": 11
          },
          "m30": {
            "buys": 743,
            "sells": 19,
            "buyers": 14,
            "sellers": 16
          },
          "h1": {
            "buys": 1292,
            "sells": 5784,
            "buyers": 106,
            "sellers": 5771
          },
          "h6": {
            "buys": 18820,
            "sells": 19665,
            "buyers": 7421,
            "sellers": 13518
          },
          "h24": {
            "buys": 67110,
            "sells": 37541,
            "buyers": 16270,
            "sellers": 15656
          }
        },
        "volume_usd": {
          "m5": "0.8047906576",
          "m15": "431.6929639915",
          "m30": "520.3740352247",
          "h1": "2159.9529339482",
          "h6": "860596.982929001",
          "h24": "3992145.82009067"
        },
        "reserve_in_usd": "99715.2423"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_3UXSLKVxF5L6AaugmUhkRBoKETtThQwj6bD6qYkbpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x3f98045d6bc0fef56bf69e85f1efa7f5100e7c48",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00468363251522104",
        "base_token_price_native_currency": "0.00000248266398128224",
        "quote_token_price_usd": "1869.96",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002482663981",
        "quote_token_price_base_token": "402793.131708272",
        "address": "0x3f98045d6bc0fef56bf69e85f1efa7f5100e7c48",
        "name": "WEN / WETH 0.3%",
        "pool_created_at": "2026-07-09T00:11:06Z",
        "fdv_usd": "4641514.099",
        "market_cap_usd": "4641514.099",
        "price_change_percentage": {
          "m5": "0.399",
          "m15": "-0.18",
          "m30": "-0.538",
          "h1": "5.068",
          "h6": "-14.574",
          "h24": "-31.465"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 5,
            "buyers": 9,
            "sellers": 5
          },
          "m15": {
            "buys": 38,
            "sells": 18,
            "buyers": 36,
            "sellers": 18
          },
          "m30": {
            "buys": 89,
            "sells": 44,
            "buyers": 76,
            "sellers": 43
          },
          "h1": {
            "buys": 188,
            "sells": 117,
            "buyers": 150,
            "sellers": 103
          },
          "h6": {
            "buys": 1039,
            "sells": 681,
            "buyers": 823,
            "sellers": 541
          },
          "h24": {
            "buys": 3591,
            "sells": 2496,
            "buyers": 3029,
            "sellers": 1962
          }
        },
        "volume_usd": {
          "m5": "1487.5876605466",
          "m15": "4779.3769904495",
          "m30": "13621.1704542526",
          "h1": "40319.7565984797",
          "h6": "252012.702881953",
          "h24": "836343.399610807"
        },
        "reserve_in_usd": "203152.3606"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xa80eb66b3e0cf66ccb46f8b8c9e7ff5803eeb820",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_6e7V9eegCHw997T72MxgwwJipZ6GJyZF8NvjkzT1rvpN",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.230075136458801298552321907562630195705848230888300154007837999",
        "base_token_price_native_currency": "0.00298014087368421",
        "quote_token_price_usd": "77.202772020092458463349435919421858419638769109",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.002980140874",
        "quote_token_price_base_token": "335.554607109",
        "address": "6e7V9eegCHw997T72MxgwwJipZ6GJyZF8NvjkzT1rvpN",
        "name": "ANSEM / SOL",
        "pool_created_at": "2026-06-28T06:33:28Z",
        "fdv_usd": "230062179.878125",
        "market_cap_usd": "95632835.3344717",
        "price_change_percentage": {
          "m5": "1.099",
          "m15": "0.412",
          "m30": "-2.04",
          "h1": "-3.345",
          "h6": "-11.876",
          "h24": "-12.974"
        },
        "transactions": {
          "m5": {
            "buys": 16,
            "sells": 45,
            "buyers": 12,
            "sellers": 38
          },
          "m15": {
            "buys": 314,
            "sells": 109,
            "buyers": 148,
            "sellers": 86
          },
          "m30": {
            "buys": 521,
            "sells": 191,
            "buyers": 200,
            "sellers": 148
          },
          "h1": {
            "buys": 990,
            "sells": 327,
            "buyers": 295,
            "sellers": 213
          },
          "h6": {
            "buys": 4512,
            "sells": 2908,
            "buyers": 1082,
            "sellers": 1001
          },
          "h24": {
            "buys": 11381,
            "sells": 8302,
            "buyers": 2499,
            "sellers": 2720
          }
        },
        "volume_usd": {
          "m5": "31550.4004318945",
          "m15": "223441.495179201",
          "m30": "377289.966536709",
          "h1": "710819.316211799",
          "h6": "4514891.38394012",
          "h24": "12106756.9245882"
        },
        "reserve_in_usd": "2547489.3752"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9cRCn9rGT8V2imeM2BaKs13yhMEais3ruM3rPvTGpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "meteora",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0xd9434e63fe78a6e77dafe2abc504121bf8500822f6d3a59eccba577cf0a070f2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.316535711047155",
        "base_token_price_native_currency": "0.000542109022491092",
        "quote_token_price_usd": "1.00246900497539",
        "quote_token_price_native_currency": "0.00171810569391191",
        "base_token_price_quote_token": "0.3155271672",
        "quote_token_price_base_token": "3.1692992048",
        "address": "0xd9434e63fe78a6e77dafe2abc504121bf8500822f6d3a59eccba577cf0a070f2",
        "name": "LAB / USDT 0.007%",
        "pool_created_at": "2025-10-13T09:20:50Z",
        "fdv_usd": "311273389.843515",
        "market_cap_usd": "101413136.408761",
        "price_change_percentage": {
          "m5": "-0.287",
          "m15": "-0.069",
          "m30": "-1.755",
          "h1": "-2.817",
          "h6": "2.196",
          "h24": "36.181"
        },
        "transactions": {
          "m5": {
            "buys": 118,
            "sells": 106,
            "buyers": 50,
            "sellers": 35
          },
          "m15": {
            "buys": 627,
            "sells": 674,
            "buyers": 201,
            "sellers": 177
          },
          "m30": {
            "buys": 1908,
            "sells": 2110,
            "buyers": 491,
            "sellers": 474
          },
          "h1": {
            "buys": 3322,
            "sells": 3695,
            "buyers": 679,
            "sellers": 682
          },
          "h6": {
            "buys": 25293,
            "sells": 26840,
            "buyers": 1607,
            "sellers": 1612
          },
          "h24": {
            "buys": 117790,
            "sells": 129903,
            "buyers": 3466,
            "sellers": 3020
          }
        },
        "volume_usd": {
          "m5": "37127.2002854214",
          "m15": "236867.285359316",
          "m30": "897805.163303119",
          "h1": "1546934.60180386",
          "h6": "12585149.7935331",
          "h24": "65608471.1024667"
        },
        "reserve_in_usd": "1967882.8381"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x7ec43cf65f1663f820427c62a5780b8f2e25593a",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-infinity-clmm",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7RRFZq32E5PX9odknjZPDEG2E9oVFRwH9qLraNyp3DQ4",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000512326950263555218442326303232473217942816369631990956424428824",
        "base_token_price_native_currency": "0.00000687820361594338",
        "quote_token_price_usd": "77.201320897235860929734236658336425285704650524",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000006878203616",
        "quote_token_price_base_token": "145386.798041576",
        "address": "7RRFZq32E5PX9odknjZPDEG2E9oVFRwH9qLraNyp3DQ4",
        "name": "brain / SOL",
        "pool_created_at": "2026-07-13T23:21:14Z",
        "fdv_usd": "530745.0755",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-2.768",
          "m15": "15.233",
          "m30": "-5.576",
          "h1": "-24.535",
          "h6": "-50.276",
          "h24": "1608.826"
        },
        "transactions": {
          "m5": {
            "buys": 19,
            "sells": 17,
            "buyers": 19,
            "sellers": 16
          },
          "m15": {
            "buys": 174,
            "sells": 208,
            "buyers": 125,
            "sellers": 177
          },
          "m30": {
            "buys": 673,
            "sells": 644,
            "buyers": 414,
            "sellers": 500
          },
          "h1": {
            "buys": 1486,
            "sells": 1322,
            "buyers": 772,
            "sellers": 877
          },
          "h6": {
            "buys": 6456,
            "sells": 6182,
            "buyers": 2545,
            "sellers": 2992
          },
          "h24": {
            "buys": 52517,
            "sells": 45223,
            "buyers": 12159,
            "sellers": 11280
          }
        },
        "volume_usd": {
          "m5": "1597.0967804749",
          "m15": "24982.5295366463",
          "m30": "91753.2146807848",
          "h1": "224811.329039352",
          "h6": "958215.159927913",
          "h24": "7119794.18710151"
        },
        "reserve_in_usd": "67528.4492"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_9oDndFiC7RW42vZcmSzacTKMWE9kgeqnzwXDGLSkpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_EDX18gJCdijqSLAJA2pp5C2VmA3bTRrx4utxkeJuFRtQ",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00272417966089741132054266367095750910608402963551763212533713702",
        "base_token_price_native_currency": "0.000035385892219968",
        "quote_token_price_usd": "77.208750553582587898062231032768556572744783306",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003538589222",
        "quote_token_price_base_token": "28259.849823306",
        "address": "EDX18gJCdijqSLAJA2pp5C2VmA3bTRrx4utxkeJuFRtQ",
        "name": "HBULL / SOL",
        "pool_created_at": "2026-07-14T01:25:32Z",
        "fdv_usd": "2724179.30035034",
        "market_cap_usd": "2724179.661",
        "price_change_percentage": {
          "m5": "2.849",
          "m15": "-7.936",
          "m30": "-3.664",
          "h1": "3.332",
          "h6": "6.21",
          "h24": "8445.311"
        },
        "transactions": {
          "m5": {
            "buys": 69,
            "sells": 28,
            "buyers": 57,
            "sellers": 28
          },
          "m15": {
            "buys": 228,
            "sells": 112,
            "buyers": 188,
            "sellers": 97
          },
          "m30": {
            "buys": 497,
            "sells": 243,
            "buyers": 413,
            "sellers": 198
          },
          "h1": {
            "buys": 1101,
            "sells": 624,
            "buyers": 880,
            "sellers": 435
          },
          "h6": {
            "buys": 9946,
            "sells": 5286,
            "buyers": 7004,
            "sellers": 2856
          },
          "h24": {
            "buys": 35486,
            "sells": 21785,
            "buyers": 18989,
            "sellers": 8224
          }
        },
        "volume_usd": {
          "m5": "5817.979215411",
          "m15": "26369.347009558",
          "m30": "53956.9558196207",
          "h1": "118596.256365453",
          "h6": "1212439.0946696",
          "h24": "4616899.73263568"
        },
        "reserve_in_usd": "173819.3035"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_7V6Sk63y8Rr1MvcN5mYNp61wgFhy4EeQg5gUASk9pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_68nVMrVPyxGJGbGH2P92E93SYhJcbe6QociZrqoqdjcB",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00357411173772216720891454748904312413627035760609492640257950091",
        "base_token_price_native_currency": "0.0000457460433041123",
        "quote_token_price_usd": "77.197481941848420398610050733460335899259458879",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000457460433",
        "quote_token_price_base_token": "21859.8140466961",
        "address": "68nVMrVPyxGJGbGH2P92E93SYhJcbe6QociZrqoqdjcB",
        "name": "febu / SOL",
        "pool_created_at": "2026-07-08T22:17:24Z",
        "fdv_usd": "3568677.4160633",
        "market_cap_usd": "3568677.4160633",
        "price_change_percentage": {
          "m5": "2.974",
          "m15": "12.515",
          "m30": "4.035",
          "h1": "28.385",
          "h6": "-1.745",
          "h24": "-7.669"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 48,
            "buyers": 10,
            "sellers": 38
          },
          "m15": {
            "buys": 67,
            "sells": 98,
            "buyers": 36,
            "sellers": 70
          },
          "m30": {
            "buys": 290,
            "sells": 250,
            "buyers": 150,
            "sellers": 178
          },
          "h1": {
            "buys": 672,
            "sells": 901,
            "buyers": 365,
            "sellers": 530
          },
          "h6": {
            "buys": 4165,
            "sells": 4112,
            "buyers": 1564,
            "sellers": 1971
          },
          "h24": {
            "buys": 22634,
            "sells": 21690,
            "buyers": 5959,
            "sellers": 6693
          }
        },
        "volume_usd": {
          "m5": "3197.8030392605",
          "m15": "15073.1740519097",
          "m30": "51272.5018760008",
          "h1": "177772.614201447",
          "h6": "921047.263636403",
          "h24": "5161807.94919263"
        },
        "reserve_in_usd": "220973.7584"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_4ko5tSr5o3H4v1sFtjTSd9MPUW7yx5AFCpkNPoL6pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_FpJFWZ3nGFVYWkpDXZQM8QaLJzmy6U3NgaA8nc7SNDag",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000528411944635933567408157038985564135457413388341831161360329068",
        "base_token_price_native_currency": "0.00000682367766005696",
        "quote_token_price_usd": "1.0004363862926022120550687204067015585658726446056623704631676",
        "quote_token_price_native_currency": "0.0129596036673347",
        "base_token_price_quote_token": "0.00052653444",
        "quote_token_price_base_token": "1899.2109992526",
        "address": "FpJFWZ3nGFVYWkpDXZQM8QaLJzmy6U3NgaA8nc7SNDag",
        "name": "TrumpCoin / USDC",
        "pool_created_at": "2026-07-14T05:26:46Z",
        "fdv_usd": "527987.141",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.373",
          "m15": "2.769",
          "m30": "-4.38",
          "h1": "27.346",
          "h6": "-73.496",
          "h24": "797.465"
        },
        "transactions": {
          "m5": {
            "buys": 15,
            "sells": 16,
            "buyers": 14,
            "sellers": 16
          },
          "m15": {
            "buys": 128,
            "sells": 105,
            "buyers": 91,
            "sellers": 95
          },
          "m30": {
            "buys": 387,
            "sells": 266,
            "buyers": 241,
            "sellers": 218
          },
          "h1": {
            "buys": 839,
            "sells": 679,
            "buyers": 504,
            "sellers": 466
          },
          "h6": {
            "buys": 14001,
            "sells": 10209,
            "buyers": 4058,
            "sellers": 5220
          },
          "h24": {
            "buys": 71830,
            "sells": 52672,
            "buyers": 14744,
            "sellers": 13329
          }
        },
        "volume_usd": {
          "m5": "3092.2117545209",
          "m15": "13022.063730433",
          "m30": "45524.4150773457",
          "h1": "113163.325276323",
          "h6": "2087090.71163554",
          "h24": "11667486.9964689"
        },
        "reserve_in_usd": "89206.8587"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_F4GpAFr6vrxU3Y887F3XWkXRgybCVjZNk63m72f6pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x6ec89bff5e684c2561d0a88e185d8d4eb4b3aa30",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00753196342836657",
        "base_token_price_native_currency": "0.00000402205200232629",
        "quote_token_price_usd": "1869.96",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004022052002",
        "quote_token_price_base_token": "248629.306488732",
        "address": "0x6ec89bff5e684c2561d0a88e185d8d4eb4b3aa30",
        "name": "WISHBONE / WETH 1%",
        "pool_created_at": "2026-07-08T16:58:55Z",
        "fdv_usd": "7167771.50528829",
        "market_cap_usd": "7173408.7360358",
        "price_change_percentage": {
          "m5": "3.349",
          "m15": "1.647",
          "m30": "4.137",
          "h1": "-5.577",
          "h6": "-8.583",
          "h24": "44.58"
        },
        "transactions": {
          "m5": {
            "buys": 14,
            "sells": 1,
            "buyers": 9,
            "sellers": 1
          },
          "m15": {
            "buys": 43,
            "sells": 14,
            "buyers": 25,
            "sellers": 12
          },
          "m30": {
            "buys": 70,
            "sells": 41,
            "buyers": 37,
            "sellers": 35
          },
          "h1": {
            "buys": 220,
            "sells": 129,
            "buyers": 117,
            "sellers": 98
          },
          "h6": {
            "buys": 1564,
            "sells": 1225,
            "buyers": 515,
            "sellers": 535
          },
          "h24": {
            "buys": 4914,
            "sells": 4214,
            "buyers": 1084,
            "sellers": 1183
          }
        },
        "volume_usd": {
          "m5": "5512.560746048",
          "m15": "19313.0894441601",
          "m30": "42177.8993897739",
          "h1": "139683.846969739",
          "h6": "1329096.7683289",
          "h24": "3662479.3104905"
        },
        "reserve_in_usd": "399091.7251"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x77581054581b9c525e7dd7a0155de43867532d03",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00190179025875202074261933359295553832192811454596692804388435594",
        "base_token_price_native_currency": "0.0000245611754243498",
        "quote_token_price_usd": "77.208750553582587898062231032768556572744783306",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002456117542",
        "quote_token_price_base_token": "40714.6638026373",
        "address": "ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
        "name": "WORLDCUP / SOL",
        "pool_created_at": "2026-05-11T20:38:31Z",
        "fdv_usd": "1893794.197",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.595",
          "m15": "-8.378",
          "m30": "-11.555",
          "h1": "-15.47",
          "h6": "26.905",
          "h24": "179.782"
        },
        "transactions": {
          "m5": {
            "buys": 28,
            "sells": 28,
            "buyers": 26,
            "sellers": 26
          },
          "m15": {
            "buys": 308,
            "sells": 140,
            "buyers": 237,
            "sellers": 111
          },
          "m30": {
            "buys": 429,
            "sells": 254,
            "buyers": 318,
            "sellers": 195
          },
          "h1": {
            "buys": 718,
            "sells": 496,
            "buyers": 513,
            "sellers": 372
          },
          "h6": {
            "buys": 3899,
            "sells": 3259,
            "buyers": 2022,
            "sellers": 1724
          },
          "h24": {
            "buys": 13042,
            "sells": 9953,
            "buyers": 4680,
            "sellers": 3906
          }
        },
        "volume_usd": {
          "m5": "3696.7105345987",
          "m15": "37549.2753092358",
          "m30": "54359.137533364",
          "h1": "91589.9693672412",
          "h6": "631683.42108596",
          "h24": "1840555.30308611"
        },
        "reserve_in_usd": "189700.0406"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_33eum82LaAhtv5YkUq1BdwEviSErH5CnFxqVNLT5pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00884465978356795",
        "base_token_price_native_currency": "0.00000474389536324432",
        "quote_token_price_usd": "1869.96",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004743895363",
        "quote_token_price_base_token": "210797.229582253",
        "address": "0x451c0da3b774045a822a129eedcc5c667dcbfdd8",
        "name": "HOODRAT / WETH",
        "pool_created_at": "2026-07-02T17:52:44Z",
        "fdv_usd": "8861475.338",
        "market_cap_usd": "8861475.338",
        "price_change_percentage": {
          "m5": "1.987",
          "m15": "3.18",
          "m30": "5.292",
          "h1": "-4.239",
          "h6": "-11.356",
          "h24": "-16.759"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 8,
            "buyers": 7,
            "sellers": 6
          },
          "m15": {
            "buys": 45,
            "sells": 18,
            "buyers": 24,
            "sellers": 15
          },
          "m30": {
            "buys": 125,
            "sells": 70,
            "buyers": 61,
            "sellers": 43
          },
          "h1": {
            "buys": 462,
            "sells": 326,
            "buyers": 200,
            "sellers": 178
          },
          "h6": {
            "buys": 2470,
            "sells": 2146,
            "buyers": 730,
            "sellers": 674
          },
          "h24": {
            "buys": 5476,
            "sells": 5788,
            "buyers": 1272,
            "sellers": 1207
          }
        },
        "volume_usd": {
          "m5": "3786.9185420558",
          "m15": "9505.6538787495",
          "m30": "41878.625736326",
          "h1": "222382.701564118",
          "h6": "1345048.3482295",
          "h24": "3052900.82898172"
        },
        "reserve_in_usd": "350552.9864"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x8e62f281f282686fca6dcb39288069a93fc23f1c",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x60e50467d9ffa04a08c2720e859ff1ddcb09c36e",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00288547378168177",
        "base_token_price_native_currency": "0.00000154557526819434",
        "quote_token_price_usd": "1869.96",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001545575268",
        "quote_token_price_base_token": "647008.282662466",
        "address": "0x60e50467d9ffa04a08c2720e859ff1ddcb09c36e",
        "name": "HOPPY / WETH",
        "pool_created_at": "2026-07-10T09:39:51Z",
        "fdv_usd": "2904361.823",
        "market_cap_usd": "2904361.823",
        "price_change_percentage": {
          "m5": "-8.814",
          "m15": "-3.834",
          "m30": "12.838",
          "h1": "-0.818",
          "h6": "-27.231",
          "h24": "-24.012"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 3,
            "buyers": 8,
            "sellers": 3
          },
          "m15": {
            "buys": 51,
            "sells": 47,
            "buyers": 37,
            "sellers": 34
          },
          "m30": {
            "buys": 128,
            "sells": 137,
            "buyers": 75,
            "sellers": 79
          },
          "h1": {
            "buys": 304,
            "sells": 245,
            "buyers": 155,
            "sellers": 149
          },
          "h6": {
            "buys": 1602,
            "sells": 1283,
            "buyers": 532,
            "sellers": 550
          },
          "h24": {
            "buys": 5280,
            "sells": 3960,
            "buyers": 1304,
            "sellers": 1229
          }
        },
        "volume_usd": {
          "m5": "4617.577282214",
          "m15": "30783.6794474872",
          "m30": "70931.9077988747",
          "h1": "130237.475493145",
          "h6": "605811.68199799",
          "h24": "1954969.9875694"
        },
        "reserve_in_usd": "171259.2678"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x834b31164b5e5f4a08b441d796abb85f714bb7c1",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v2-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x7ad1eed380501e037a3207c3355de4a1be789559",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00407060574101882",
        "base_token_price_native_currency": "0.00000213318358680635",
        "quote_token_price_usd": "1869.96",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002133183587",
        "quote_token_price_base_token": "468782.905599386",
        "address": "0x7ad1eed380501e037a3207c3355de4a1be789559",
        "name": "meow / WETH 1%",
        "pool_created_at": "2026-07-11T09:14:34Z",
        "fdv_usd": "3698808.04555536",
        "market_cap_usd": "4029445.877",
        "price_change_percentage": {
          "m5": "3.299",
          "m15": "11.679",
          "m30": "4.531",
          "h1": "-4.269",
          "h6": "56.442",
          "h24": "607.61"
        },
        "transactions": {
          "m5": {
            "buys": 9,
            "sells": 4,
            "buyers": 8,
            "sellers": 4
          },
          "m15": {
            "buys": 84,
            "sells": 45,
            "buyers": 42,
            "sellers": 38
          },
          "m30": {
            "buys": 149,
            "sells": 112,
            "buyers": 76,
            "sellers": 83
          },
          "h1": {
            "buys": 545,
            "sells": 419,
            "buyers": 220,
            "sellers": 251
          },
          "h6": {
            "buys": 4047,
            "sells": 3331,
            "buyers": 1081,
            "sellers": 1194
          },
          "h24": {
            "buys": 7527,
            "sells": 6637,
            "buyers": 1837,
            "sellers": 1937
          }
        },
        "volume_usd": {
          "m5": "1542.3593504305",
          "m15": "39552.8864231149",
          "m30": "90124.179583428",
          "h1": "316489.340587542",
          "h6": "2646196.33983837",
          "h24": "4102103.62196095"
        },
        "reserve_in_usd": "353144.6435"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x75c8258eaa6d0f94b82951194191ca3efb0bcbe2",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x588b0785f50063260003b7790c42f1ef74902746",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.011937792885928",
        "base_token_price_native_currency": "0.00000624824274074012",
        "quote_token_price_usd": "1869.96",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000006248242741",
        "quote_token_price_base_token": "160044.998488895",
        "address": "0x588b0785f50063260003b7790c42f1ef74902746",
        "name": "JUGGERNAUT / WETH 1%",
        "pool_created_at": "2026-06-29T09:12:54Z",
        "fdv_usd": "11681152.29",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.099",
          "m15": "2.064",
          "m30": "-0.183",
          "h1": "0.951",
          "h6": "-8.374",
          "h24": "-1.954"
        },
        "transactions": {
          "m5": {
            "buys": 12,
            "sells": 5,
            "buyers": 5,
            "sellers": 5
          },
          "m15": {
            "buys": 49,
            "sells": 34,
            "buyers": 23,
            "sellers": 28
          },
          "m30": {
            "buys": 125,
            "sells": 84,
            "buyers": 49,
            "sellers": 67
          },
          "h1": {
            "buys": 444,
            "sells": 236,
            "buyers": 198,
            "sellers": 154
          },
          "h6": {
            "buys": 3100,
            "sells": 2447,
            "buyers": 926,
            "sellers": 1062
          },
          "h24": {
            "buys": 6395,
            "sells": 5009,
            "buyers": 1718,
            "sellers": 1794
          }
        },
        "volume_usd": {
          "m5": "5532.161647136",
          "m15": "25446.430285146",
          "m30": "61560.6582452545",
          "h1": "295756.745302377",
          "h6": "3430539.45004109",
          "h24": "6231750.39633835"
        },
        "reserve_in_usd": "615348.4852"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xd7321801caae694090694ff55a9323139f043b88",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x26deb24a2623cf54452ab5183e2c34551831d54d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.09888693450236",
        "base_token_price_native_currency": "0.001893783743702791",
        "quote_token_price_usd": "1.00246900497539",
        "quote_token_price_native_currency": "0.00172672772119031",
        "base_token_price_quote_token": "1.0967471712",
        "quote_token_price_base_token": "0.9117871705",
        "address": "0x26deb24a2623cf54452ab5183e2c34551831d54d",
        "name": "EVAA / USDT 0.01%",
        "pool_created_at": "2025-10-02T09:03:49Z",
        "fdv_usd": "32873786.8978093",
        "market_cap_usd": "7251926.70749769",
        "price_change_percentage": {
          "m5": "-2.381",
          "m15": "-1.472",
          "m30": "-2.24",
          "h1": "-4.927",
          "h6": "6.259",
          "h24": "31.28"
        },
        "transactions": {
          "m5": {
            "buys": 134,
            "sells": 128,
            "buyers": 77,
            "sellers": 82
          },
          "m15": {
            "buys": 336,
            "sells": 304,
            "buyers": 133,
            "sellers": 136
          },
          "m30": {
            "buys": 664,
            "sells": 602,
            "buyers": 208,
            "sellers": 214
          },
          "h1": {
            "buys": 1622,
            "sells": 1560,
            "buyers": 353,
            "sellers": 388
          },
          "h6": {
            "buys": 17494,
            "sells": 17729,
            "buyers": 1607,
            "sellers": 1584
          },
          "h24": {
            "buys": 57150,
            "sells": 57585,
            "buyers": 2758,
            "sellers": 2683
          }
        },
        "volume_usd": {
          "m5": "12023.8588762698",
          "m15": "24632.7318543776",
          "m30": "46640.3382630302",
          "h1": "114555.00123681",
          "h6": "1805787.16377337",
          "h24": "5360170.59443051"
        },
        "reserve_in_usd": "184059.9877"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0xaa036928c9c0df07d525b55ea8ee690bb5a628c1",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-v3-bsc",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0xa427ad72db4227910805162ffae9d9b0c87bd1b5",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00140399631653714",
        "base_token_price_native_currency": "0.000000771946718338781",
        "quote_token_price_usd": "1869.96",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000007719467183",
        "quote_token_price_base_token": "1295426.19489592",
        "address": "0xa427ad72db4227910805162ffae9d9b0c87bd1b5",
        "name": "4663 / WETH 1%",
        "pool_created_at": "2026-06-29T08:45:10Z",
        "fdv_usd": "1285440.9772567",
        "market_cap_usd": "1392897.112",
        "price_change_percentage": {
          "m5": "-5.424",
          "m15": "-5.939",
          "m30": "-15.231",
          "h1": "-13.398",
          "h6": "-55.515",
          "h24": "-71.112"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 14,
            "buyers": 0,
            "sellers": 14
          },
          "m15": {
            "buys": 56,
            "sells": 36,
            "buyers": 46,
            "sellers": 33
          },
          "m30": {
            "buys": 115,
            "sells": 81,
            "buyers": 88,
            "sellers": 71
          },
          "h1": {
            "buys": 362,
            "sells": 239,
            "buyers": 211,
            "sellers": 181
          },
          "h6": {
            "buys": 3518,
            "sells": 2384,
            "buyers": 1347,
            "sellers": 1290
          },
          "h24": {
            "buys": 5333,
            "sells": 3810,
            "buyers": 1840,
            "sellers": 1822
          }
        },
        "volume_usd": {
          "m5": "2434.9064009314",
          "m15": "28701.0021308697",
          "m30": "49089.1622141909",
          "h1": "158878.237902021",
          "h6": "1883211.20409925",
          "h24": "3029071.25677763"
        },
        "reserve_in_usd": "145589.8497"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0xd4052415613b34af236024b895574c467f65b6dd",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "robinhood_0x121adf3c5fb72be4dfc19d2921c0adbac40614cc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000457166803158103",
        "base_token_price_native_currency": "0.000000236300350485491",
        "quote_token_price_usd": "1869.96",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000002363003505",
        "quote_token_price_base_token": "4231902.31392145",
        "address": "0x121adf3c5fb72be4dfc19d2921c0adbac40614cc",
        "name": "NOXA / WETH 1%",
        "pool_created_at": "2026-06-29T08:33:50Z",
        "fdv_usd": "450575.9901",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "3.415",
          "m15": "-7.431",
          "m30": "-0.42",
          "h1": "-16.09",
          "h6": "23.159",
          "h24": "22.748"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 7,
            "buyers": 4,
            "sellers": 5
          },
          "m15": {
            "buys": 82,
            "sells": 49,
            "buyers": 46,
            "sellers": 45
          },
          "m30": {
            "buys": 179,
            "sells": 99,
            "buyers": 87,
            "sellers": 87
          },
          "h1": {
            "buys": 554,
            "sells": 300,
            "buyers": 261,
            "sellers": 227
          },
          "h6": {
            "buys": 12369,
            "sells": 9625,
            "buyers": 3656,
            "sellers": 3522
          },
          "h24": {
            "buys": 14844,
            "sells": 11557,
            "buyers": 4104,
            "sellers": 3991
          }
        },
        "volume_usd": {
          "m5": "1044.1247123168",
          "m15": "11801.3701580264",
          "m30": "26872.2126838099",
          "h1": "89098.1070342254",
          "h6": "3362970.80284911",
          "h24": "3862784.66499404"
        },
        "reserve_in_usd": "66945.4705"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "robinhood_0x39e0d9057bd9039cd14590f54de20b9d3457c56e",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "robinhood_0x0bd7d308f8e1639fab988df18a8011f41eacad73",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "robinhood",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-robinhood",
            "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.
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
CoinGecko
Lepšie v aplikácii
Upozornenia na ceny v reálnom čase a rýchlejšie a plynulejšie fungovanie.