Coiny: 17.400
Burzy: 1.471
Tržní kapitalizace: 2,777T $ 2.2%
Objem (24 h.): 93,541B $
Gas: 1.2 GWEI
Přejděte na používání bez reklam

On-chain token DEX a API pro tržní data pro projekty a vývojáře DeFi

Udržujte si dokonalý přehled o trhu kryptoměn díky rozhraní API od CoinGecko,
největšího nezávislého zdroje dat o kryptoměnách na světě už od roku 2014.
Data připravena pomocí:
Důvěřováno předními projekty Web3

Rozsáhlé a spolehlivé API pro on-chain DEX data

Získejte přístup k on-chain tržním datům z DEX burz, jako je Uniswap, PancakeSwap, Orca, Curve a další hlavní sítě prostřednictvím našeho spolehlivého a bohatého rozhraní API pro data z DEX burz.
38M+
Coiny a tokeny
200+
Sítě
1,500+
DEXy

Efektivní škálování projektu DeFi

Jednotné rozhraní API pro data Crypto, NFT a DEX

Zjednodušení integrace díky jednotnému rozhraní API pro data ke kryptoměnám s kompletním pokrytím
Kategorie koncového bodu Popis
/onchain/simple/*/token_price/* Nejjednodušší cesta k informacím o nejnovější ceně tokenů v USD v síti, s adresami tokenů
/onchain/networks Získejte úplný seznam podporovaných sítí
/onchain/network/*dexes Získejte úplný seznam podporovaných DEX burz v síti
/onchains/network/*/pools/* Získejte údaje o poolech likvidity, jako jsou trendové pooly, nové pooly a tržní údaje, jako jsou informace o ceně, rezervách, tržní kapitalizaci, transakcích a objemu. Dostupný je vám také koncový bod pro vyhledávání poolů v síti.
/onchains/network/*/tokens/* Získejte data související s tokeny, jako jsou oblíbené pooly, cena, FDV, rezervy, objem, tržní kapitalizace, GeckoTerminal skóre či CoinGecko API ID. K dispozici jsou také metadata, včetně obrázku, webové stránky, popisu a odkazů na sociální sítě.
/onchains/network/*/ohlcvs/* Získejte historická data z grafu OHLCV pro pool likvidity
/onchains/network/*/trades Získejte přístup k nejnovějším 300 obchodům z poolu likvidity
// Získejte informace o cenách a tržní údaje o poolu likvidity
{
  "data": {
    "id": "eth_0x60594a405d53811d3bc4766596efd80fd545a270",
    "type": "pool",
    "attributes": {
      "base_token_price_usd": "0.999209018094738",
      "base_token_price_native_currency": "0.000436651776124905",
      "quote_token_price_usd": "2282.77942109258",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.0004366517761",
      "quote_token_price_base_token": "2290.154431237",
      "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": "4370489875.09415",
      "market_cap_usd": "4357597458.39386",
      "price_change_percentage": {
        "m5": "-0.08",
        "m15": "-0.075",
        "m30": "0.189",
        "h1": "0.186",
        "h6": "-0.311",
        "h24": "-0.47"
      },
      "transactions": {
        "m5": {
          "buys": 0,
          "sells": 2,
          "buyers": 0,
          "sellers": 2
        },
        "m15": {
          "buys": 5,
          "sells": 4,
          "buyers": 5,
          "sellers": 4
        },
        "m30": {
          "buys": 8,
          "sells": 10,
          "buyers": 8,
          "sellers": 10
        },
        "h1": {
          "buys": 14,
          "sells": 22,
          "buyers": 14,
          "sellers": 20
        },
        "h6": {
          "buys": 104,
          "sells": 125,
          "buyers": 68,
          "sellers": 77
        },
        "h24": {
          "buys": 356,
          "sells": 504,
          "buyers": 165,
          "sellers": 227
        }
      },
      "volume_usd": {
        "m5": "2905.6657584523",
        "m15": "10185.8161994405",
        "m30": "16472.8457189612",
        "h1": "36783.1042512497",
        "h6": "168905.834379984",
        "h24": "487284.214250515"
      },
      "reserve_in_usd": "2077825.7777",
      "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"
        }
      }
    }
  }
}
// Objevujte trendové pooly
{
  "data": [
    {
      "id": "eth_0xcf14dfcf39de6849af062d611c2f4395a5558b63",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00355235692112382",
        "base_token_price_native_currency": "0.00000156079395943277",
        "quote_token_price_usd": "2282.75268738942",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000001560793959",
        "quote_token_price_base_token": "640699.55803995",
        "address": "0xcf14dfcf39de6849af062d611c2f4395a5558b63",
        "name": "ASE / WETH",
        "pool_created_at": "2026-05-10T20:08:11Z",
        "fdv_usd": "3552356.921",
        "market_cap_usd": "932493.6917625",
        "price_change_percentage": {
          "m5": "0.8",
          "m15": "1.6",
          "m30": "5.922",
          "h1": "13.36",
          "h6": "-14.59",
          "h24": "150.42"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 3
          },
          "m15": {
            "buys": 8,
            "sells": 3,
            "buyers": 8,
            "sellers": 3
          },
          "m30": {
            "buys": 16,
            "sells": 4,
            "buyers": 14,
            "sellers": 4
          },
          "h1": {
            "buys": 30,
            "sells": 9,
            "buyers": 24,
            "sellers": 8
          },
          "h6": {
            "buys": 59,
            "sells": 78,
            "buyers": 46,
            "sellers": 65
          },
          "h24": {
            "buys": 885,
            "sells": 494,
            "buyers": 450,
            "sellers": 299
          }
        },
        "volume_usd": {
          "m5": "1386.3170025094",
          "m15": "2196.6288932137",
          "m30": "4393.9683327341",
          "h1": "9445.9113912452",
          "h6": "30509.100415742",
          "h24": "749187.330839165"
        },
        "reserve_in_usd": "227580.6271"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x041ff0e49f6f774e7dc7bd10ee4a14c00b1d80b2",
            "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_4kvhgLcrigN6mBAxApcRd8tRqGrSYLSdQuyw2VhEWxP9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00086471472527099069222349853306015731478861358632504540649318472",
        "base_token_price_native_currency": "0.00000936589972721556",
        "quote_token_price_usd": "92.32606191044291910153071183370811353982690604",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000009365899727",
        "quote_token_price_base_token": "106770.308152476",
        "address": "4kvhgLcrigN6mBAxApcRd8tRqGrSYLSdQuyw2VhEWxP9",
        "name": "DAD / SOL",
        "pool_created_at": "2026-05-13T03:39:06Z",
        "fdv_usd": "855160.182652253",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "6.065",
          "m15": "5.964",
          "m30": "0.057",
          "h1": "-11.815",
          "h6": "-12.983",
          "h24": "-4.533"
        },
        "transactions": {
          "m5": {
            "buys": 86,
            "sells": 44,
            "buyers": 77,
            "sellers": 40
          },
          "m15": {
            "buys": 298,
            "sells": 136,
            "buyers": 248,
            "sellers": 131
          },
          "m30": {
            "buys": 720,
            "sells": 272,
            "buyers": 578,
            "sellers": 253
          },
          "h1": {
            "buys": 1367,
            "sells": 506,
            "buyers": 942,
            "sellers": 452
          },
          "h6": {
            "buys": 9172,
            "sells": 2462,
            "buyers": 6186,
            "sellers": 1512
          },
          "h24": {
            "buys": 20707,
            "sells": 10551,
            "buyers": 7904,
            "sellers": 3085
          }
        },
        "volume_usd": {
          "m5": "4251.6393965349",
          "m15": "10125.6363441907",
          "m30": "26320.8554326282",
          "h1": "43491.3298098889",
          "h6": "267203.479711351",
          "h24": "1482603.17395621"
        },
        "reserve_in_usd": "82910.2202"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_CowyrEtbMX5oT211m3u9ayaBcTknsP2wh2zMWghbpump",
            "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.000220495859473628",
        "base_token_price_native_currency": "0.0000000965832757772152",
        "quote_token_price_usd": "2282.03",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000009658327578",
        "quote_token_price_base_token": "10353759.4055793",
        "address": "0xec33256bf1ded407a57fd3c1965e7556e42ac14db09bc4e6fef57d5e2eb0b0b9",
        "name": "GITLAWB / WETH",
        "pool_created_at": "2026-03-11T02:00:07Z",
        "fdv_usd": "22049585.95",
        "market_cap_usd": "22049585.95",
        "price_change_percentage": {
          "m5": "2.281",
          "m15": "-5.547",
          "m30": "20.954",
          "h1": "22.8",
          "h6": "20.109",
          "h24": "21.693"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 4,
            "buyers": 2,
            "sellers": 3
          },
          "m15": {
            "buys": 21,
            "sells": 39,
            "buyers": 19,
            "sellers": 28
          },
          "m30": {
            "buys": 75,
            "sells": 63,
            "buyers": 54,
            "sellers": 49
          },
          "h1": {
            "buys": 89,
            "sells": 68,
            "buyers": 64,
            "sellers": 54
          },
          "h6": {
            "buys": 255,
            "sells": 202,
            "buyers": 154,
            "sellers": 139
          },
          "h24": {
            "buys": 1267,
            "sells": 775,
            "buyers": 617,
            "sellers": 420
          }
        },
        "volume_usd": {
          "m5": "3306.1450928171",
          "m15": "78934.7660205418",
          "m30": "194485.086323494",
          "h1": "210585.817690203",
          "h6": "520306.661321423",
          "h24": "2085675.05262507"
        },
        "reserve_in_usd": "5261891.5744"
      },
      "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_0x7dfc9dd51638573a812b39d33eded20df468e7bc",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00640428677252264",
        "base_token_price_native_currency": "0.00000279732394436755",
        "quote_token_price_usd": "2282.75268738942",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000002797323944",
        "quote_token_price_base_token": "357484.517305732",
        "address": "0x7dfc9dd51638573a812b39d33eded20df468e7bc",
        "name": "ASTEROID / WETH",
        "pool_created_at": "2024-09-10T10:05:35Z",
        "fdv_usd": "6404277.40339496",
        "market_cap_usd": "6404286.773",
        "price_change_percentage": {
          "m5": "0",
          "m15": "4.47",
          "m30": "6.797",
          "h1": "4.057",
          "h6": "6.927",
          "h24": "1.991"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 6,
            "sells": 6,
            "buyers": 6,
            "sellers": 5
          },
          "m30": {
            "buys": 11,
            "sells": 9,
            "buyers": 11,
            "sellers": 7
          },
          "h1": {
            "buys": 20,
            "sells": 19,
            "buyers": 18,
            "sellers": 13
          },
          "h6": {
            "buys": 115,
            "sells": 111,
            "buyers": 84,
            "sellers": 73
          },
          "h24": {
            "buys": 602,
            "sells": 465,
            "buyers": 317,
            "sellers": 278
          }
        },
        "volume_usd": {
          "m5": "17.2580755432",
          "m15": "10495.1221403534",
          "m30": "15400.316114792",
          "h1": "26283.916950274",
          "h6": "120484.397419433",
          "h24": "509848.819511431"
        },
        "reserve_in_usd": "419950.0223"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xaff2565091e7207191dbe340b8528d02fa78d044",
            "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_4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.124285681259060258883272927294098782144364692784178935250961475",
        "base_token_price_native_currency": "0.00134049319959939",
        "quote_token_price_usd": "92.263381539774276974366968929406729882814121005",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0013404932",
        "quote_token_price_base_token": "745.994086579",
        "address": "4w2cysotX6czaUGmmWg13hDpY4QEMG2CzeKYEQyK9Ama",
        "name": "TROLL / SOL",
        "pool_created_at": "2025-04-20T18:30:26Z",
        "fdv_usd": "123472199.675844",
        "market_cap_usd": "123472200.074008",
        "price_change_percentage": {
          "m5": "-0.392",
          "m15": "-0.127",
          "m30": "-2.611",
          "h1": "-2.743",
          "h6": "-5.831",
          "h24": "23.557"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 1,
            "buyers": 6,
            "sellers": 1
          },
          "m15": {
            "buys": 87,
            "sells": 31,
            "buyers": 52,
            "sellers": 28
          },
          "m30": {
            "buys": 192,
            "sells": 90,
            "buyers": 89,
            "sellers": 57
          },
          "h1": {
            "buys": 286,
            "sells": 130,
            "buyers": 132,
            "sellers": 85
          },
          "h6": {
            "buys": 1135,
            "sells": 1213,
            "buyers": 447,
            "sellers": 404
          },
          "h24": {
            "buys": 10212,
            "sells": 9773,
            "buyers": 2166,
            "sellers": 1907
          }
        },
        "volume_usd": {
          "m5": "2454.3247756274",
          "m15": "36819.5585218913",
          "m30": "96651.294123642",
          "h1": "168309.772855027",
          "h6": "1038305.67042324",
          "h24": "10121669.9135727"
        },
        "reserve_in_usd": "4340102.0563"
      },
      "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": "solana_ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00251901681398301910096595813441321776045481041542505286846284529",
        "base_token_price_native_currency": "0.0000275497105804695",
        "quote_token_price_usd": "92.268148252429546210984060433879072797085455121",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00002754971058",
        "quote_token_price_base_token": "36298.0219730119",
        "address": "ETMhxtENfkMK85TAcveEbZdBv9htziWzDSddmShRP2wB",
        "name": "WORLDCUP / SOL",
        "pool_created_at": "2026-05-11T20:38:31Z",
        "fdv_usd": "2543399.13",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "4.276",
          "m15": "8.227",
          "m30": "8.633",
          "h1": "9.949",
          "h6": "8.697",
          "h24": "6.82"
        },
        "transactions": {
          "m5": {
            "buys": 21,
            "sells": 13,
            "buyers": 21,
            "sellers": 13
          },
          "m15": {
            "buys": 80,
            "sells": 157,
            "buyers": 70,
            "sellers": 64
          },
          "m30": {
            "buys": 153,
            "sells": 667,
            "buyers": 117,
            "sellers": 111
          },
          "h1": {
            "buys": 379,
            "sells": 5509,
            "buyers": 268,
            "sellers": 222
          },
          "h6": {
            "buys": 2201,
            "sells": 7308,
            "buyers": 1020,
            "sellers": 1163
          },
          "h24": {
            "buys": 12388,
            "sells": 15930,
            "buyers": 3939,
            "sellers": 3829
          }
        },
        "volume_usd": {
          "m5": "2632.9816023725",
          "m15": "18464.0558515051",
          "m30": "39360.4912540992",
          "h1": "93096.0830955581",
          "h6": "508330.335780658",
          "h24": "2819069.00190354"
        },
        "reserve_in_usd": "158881.2916"
      },
      "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": "base_0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000213914072934556",
        "base_token_price_native_currency": "0.000000091654540580539",
        "quote_token_price_usd": "2282.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000009165454058",
        "quote_token_price_base_token": "10910534.2044814",
        "address": "0x6ef02666f150d9649655b884e043b61b0990fad9be4c632d0c7568bb24da9367",
        "name": "LFI / WETH",
        "pool_created_at": "2026-05-01T16:42:23Z",
        "fdv_usd": "20901249.06",
        "market_cap_usd": "13167757.3243392",
        "price_change_percentage": {
          "m5": "2.636",
          "m15": "-2.412",
          "m30": "-4.783",
          "h1": "-5.679",
          "h6": "0.958",
          "h24": "-8.807"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 4,
            "buyers": 5,
            "sellers": 4
          },
          "m15": {
            "buys": 16,
            "sells": 24,
            "buyers": 13,
            "sellers": 20
          },
          "m30": {
            "buys": 19,
            "sells": 41,
            "buyers": 13,
            "sellers": 29
          },
          "h1": {
            "buys": 24,
            "sells": 57,
            "buyers": 15,
            "sellers": 44
          },
          "h6": {
            "buys": 192,
            "sells": 302,
            "buyers": 116,
            "sellers": 192
          },
          "h24": {
            "buys": 630,
            "sells": 990,
            "buyers": 300,
            "sellers": 471
          }
        },
        "volume_usd": {
          "m5": "8289.355710647",
          "m15": "28275.8350466556",
          "m30": "35174.0138801256",
          "h1": "40546.0556578289",
          "h6": "157158.643087678",
          "h24": "486875.016209443"
        },
        "reserve_in_usd": "1179897.8246"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x3722264ab15a1dfce5a5af89e6547f7949a8aba3",
            "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_0xb04b187062efbf94cf9b4b6f42bf688258d3c88b7c9283bbc74dbbfb1af40d54",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000478202920519963",
        "base_token_price_native_currency": "0.000000020949782519689",
        "quote_token_price_usd": "2281.95",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000002094978252",
        "quote_token_price_base_token": "47733192.4119108",
        "address": "0xb04b187062efbf94cf9b4b6f42bf688258d3c88b7c9283bbc74dbbfb1af40d54",
        "name": "ClawBank / WETH",
        "pool_created_at": "2026-02-09T16:39:29Z",
        "fdv_usd": "4782029.205",
        "market_cap_usd": "4782029.205",
        "price_change_percentage": {
          "m5": "-0.029",
          "m15": "0.762",
          "m30": "0.992",
          "h1": "2.599",
          "h6": "8.539",
          "h24": "8.839"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 3,
            "buyers": 0,
            "sellers": 2
          },
          "m15": {
            "buys": 7,
            "sells": 25,
            "buyers": 7,
            "sellers": 12
          },
          "m30": {
            "buys": 11,
            "sells": 41,
            "buyers": 11,
            "sellers": 21
          },
          "h1": {
            "buys": 33,
            "sells": 71,
            "buyers": 30,
            "sellers": 41
          },
          "h6": {
            "buys": 201,
            "sells": 305,
            "buyers": 140,
            "sellers": 167
          },
          "h24": {
            "buys": 737,
            "sells": 1805,
            "buyers": 396,
            "sellers": 570
          }
        },
        "volume_usd": {
          "m5": "55.7784066732",
          "m15": "2471.6307661431",
          "m30": "6531.6048330046",
          "h1": "20018.6348211381",
          "h6": "151725.050978457",
          "h24": "990307.00118402"
        },
        "reserve_in_usd": "4553085.7177"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x16332535e2c27da578bc2e82beb09ce9d3c8eb07",
            "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_0x0aed2bd5abdffcde57c0bcf30e75cd594b8876a9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0326106018934206",
        "base_token_price_native_currency": "0.0000145219271678184415809176227248",
        "quote_token_price_usd": "0.996195507425104",
        "quote_token_price_native_currency": "0.000439185685579804",
        "base_token_price_quote_token": "0.03306557487",
        "quote_token_price_base_token": "30.2429340476",
        "address": "0x0aed2bd5abdffcde57c0bcf30e75cd594b8876a9",
        "name": "AORA / USDC 0.3%",
        "pool_created_at": "2026-05-09T03:17:28Z",
        "fdv_usd": "6522120.37798965",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "0",
          "m15": "-0.644",
          "m30": "-1.174",
          "h1": "-3.106",
          "h6": "-58.378",
          "h24": "-97.116"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 12,
            "sells": 7,
            "buyers": 9,
            "sellers": 6
          },
          "m30": {
            "buys": 24,
            "sells": 16,
            "buyers": 14,
            "sellers": 11
          },
          "h1": {
            "buys": 62,
            "sells": 53,
            "buyers": 41,
            "sellers": 37
          },
          "h6": {
            "buys": 744,
            "sells": 739,
            "buyers": 306,
            "sellers": 312
          },
          "h24": {
            "buys": 3266,
            "sells": 2618,
            "buyers": 877,
            "sellers": 1236
          }
        },
        "volume_usd": {
          "m5": "13.0442407574",
          "m15": "1284.1493903814",
          "m30": "6945.9132526403",
          "h1": "45458.4411123757",
          "h6": "497969.484460321",
          "h24": "2049201.21866929"
        },
        "reserve_in_usd": "546148.6554"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x6e84030fa86ebf585e3e18fe557e5612f7e93bff",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "aerodrome-slipstream-3",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_FzbYhPcoCuA2qSrV1s3j38RcQhP6c943p3KHYb6C5rCq",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00373734228148806582093439118855668622456563684723449990082074805",
        "base_token_price_native_currency": "0.0000404908989885779",
        "quote_token_price_usd": "92.300429866485607356810087215087457934627965245",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00004049089899",
        "quote_token_price_base_token": "24696.9078232146",
        "address": "FzbYhPcoCuA2qSrV1s3j38RcQhP6c943p3KHYb6C5rCq",
        "name": "RKC / SOL",
        "pool_created_at": "2026-05-11T21:13:06Z",
        "fdv_usd": "3689953.09814366",
        "market_cap_usd": "3690839.12662103",
        "price_change_percentage": {
          "m5": "-1.159",
          "m15": "-2.172",
          "m30": "-0.389",
          "h1": "-3.99",
          "h6": "3.686",
          "h24": "-41.121"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 9,
            "buyers": 10,
            "sellers": 9
          },
          "m15": {
            "buys": 52,
            "sells": 36,
            "buyers": 38,
            "sellers": 31
          },
          "m30": {
            "buys": 117,
            "sells": 107,
            "buyers": 71,
            "sellers": 81
          },
          "h1": {
            "buys": 433,
            "sells": 267,
            "buyers": 231,
            "sellers": 197
          },
          "h6": {
            "buys": 2070,
            "sells": 1873,
            "buyers": 900,
            "sellers": 1052
          },
          "h24": {
            "buys": 13507,
            "sells": 11190,
            "buyers": 3430,
            "sellers": 3925
          }
        },
        "volume_usd": {
          "m5": "836.6373519125",
          "m15": "9100.8134719662",
          "m30": "22678.0710004618",
          "h1": "84739.6644242025",
          "h6": "486656.401641564",
          "h24": "3231789.43460116"
        },
        "reserve_in_usd": "270325.5046"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_7HgfXftRBBqsYtAEYcqjGLQrNJLL6Tww9ek4rE3Apump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0xa51b3a0f976c3fe1054ccaa42cc3b807416f02f0db6724b2c72e99c72e572c24",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000194720344811767",
        "base_token_price_native_currency": "0.00000000086555959725575",
        "quote_token_price_usd": "2282.03",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000008655595973",
        "quote_token_price_base_token": "1155321947.98659",
        "address": "0xa51b3a0f976c3fe1054ccaa42cc3b807416f02f0db6724b2c72e99c72e572c24",
        "name": "CoP / WETH",
        "pool_created_at": "2026-04-21T15:42:47Z",
        "fdv_usd": "197523.2968",
        "market_cap_usd": "0.0",
        "price_change_percentage": {
          "m5": "14.507",
          "m15": "20.902",
          "m30": "-1.733",
          "h1": "1.36",
          "h6": "-9.033",
          "h24": "37.28"
        },
        "transactions": {
          "m5": {
            "buys": 6,
            "sells": 7,
            "buyers": 6,
            "sellers": 7
          },
          "m15": {
            "buys": 11,
            "sells": 13,
            "buyers": 11,
            "sellers": 13
          },
          "m30": {
            "buys": 26,
            "sells": 25,
            "buyers": 23,
            "sellers": 23
          },
          "h1": {
            "buys": 42,
            "sells": 54,
            "buyers": 36,
            "sellers": 42
          },
          "h6": {
            "buys": 302,
            "sells": 388,
            "buyers": 197,
            "sellers": 234
          },
          "h24": {
            "buys": 2653,
            "sells": 3790,
            "buyers": 872,
            "sellers": 978
          }
        },
        "volume_usd": {
          "m5": "4269.39687895",
          "m15": "7435.5673508989",
          "m30": "14504.1433275468",
          "h1": "18168.4556729457",
          "h6": "115250.744279774",
          "h24": "1289069.48629514"
        },
        "reserve_in_usd": "114609.7081"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xd8db4c337d09da8d7ceb7d87adfe224d17785ba3",
            "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_0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000406549993746174",
        "base_token_price_native_currency": "0.000000175067936991947",
        "quote_token_price_usd": "2282.03",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000175067937",
        "quote_token_price_base_token": "5712068.22438308",
        "address": "0xaec085e5a5ce8d96a7bdd3eb3a62445d4f6ce703",
        "name": "BNKR / WETH 1%",
        "pool_created_at": "2024-12-03T04:44:53Z",
        "fdv_usd": "39420066.7645659",
        "market_cap_usd": "40654999.37",
        "price_change_percentage": {
          "m5": "1.751",
          "m15": "1.696",
          "m30": "0.323",
          "h1": "5.032",
          "h6": "-0.012",
          "h24": "7.523"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 15,
            "sells": 32,
            "buyers": 3,
            "sellers": 15
          },
          "m30": {
            "buys": 24,
            "sells": 35,
            "buyers": 8,
            "sellers": 15
          },
          "h1": {
            "buys": 65,
            "sells": 36,
            "buyers": 26,
            "sellers": 16
          },
          "h6": {
            "buys": 181,
            "sells": 127,
            "buyers": 63,
            "sellers": 37
          },
          "h24": {
            "buys": 1138,
            "sells": 880,
            "buyers": 246,
            "sellers": 167
          }
        },
        "volume_usd": {
          "m5": "4649.7764457987",
          "m15": "26635.2925422877",
          "m30": "32905.8748416324",
          "h1": "65368.6819081503",
          "h6": "164513.077953375",
          "h24": "923945.684186849"
        },
        "reserve_in_usd": "2316500.7311"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x22af33fe49fd1fa80c7149773dde5890d3c76f3b",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "base_0x4200000000000000000000000000000000000006",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "base",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap-v3-base",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_34UtPx3zyYfC5GVqDXWJqLf77BU5Ebb6o3C2XynpKtzL",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000842425957995930333261492360619659922532018900351315208466224994",
        "base_token_price_native_currency": "0.00000902585484625674",
        "quote_token_price_usd": "92.326061834795804069949588781593602848954226146",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000009025854846",
        "quote_token_price_base_token": "110792.829824283",
        "address": "34UtPx3zyYfC5GVqDXWJqLf77BU5Ebb6o3C2XynpKtzL",
        "name": "BABYTROLL / SOL",
        "pool_created_at": "2026-05-10T19:34:49Z",
        "fdv_usd": "809513.884436557",
        "market_cap_usd": "809513.89762791",
        "price_change_percentage": {
          "m5": "0.417",
          "m15": "4.982",
          "m30": "-6.113",
          "h1": "-16.781",
          "h6": "20.447",
          "h24": "161.333"
        },
        "transactions": {
          "m5": {
            "buys": 10,
            "sells": 28,
            "buyers": 10,
            "sellers": 27
          },
          "m15": {
            "buys": 130,
            "sells": 112,
            "buyers": 93,
            "sellers": 106
          },
          "m30": {
            "buys": 362,
            "sells": 204,
            "buyers": 251,
            "sellers": 173
          },
          "h1": {
            "buys": 716,
            "sells": 379,
            "buyers": 379,
            "sellers": 265
          },
          "h6": {
            "buys": 6495,
            "sells": 2544,
            "buyers": 4686,
            "sellers": 1094
          },
          "h24": {
            "buys": 11805,
            "sells": 6951,
            "buyers": 5957,
            "sellers": 2261
          }
        },
        "volume_usd": {
          "m5": "2094.6462700028",
          "m15": "15685.8077711663",
          "m30": "50377.14161404",
          "h1": "94366.5875181078",
          "h6": "448832.396117305",
          "h24": "1236759.36982323"
        },
        "reserve_in_usd": "91075.8769"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_6qdzMx4c9rL2X3Ns3SwZ8uEo4zReDPjdXpAEmpo7pump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xf82d8ec196fb0d56c6b82a8b1870f09502a49f88",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000000340888364588981",
        "base_token_price_native_currency": "0.000000000000149649432596133",
        "quote_token_price_usd": "2282.75268738942",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.0000000000001496494326",
        "quote_token_price_base_token": "6682283939550.6",
        "address": "0xf82d8ec196fb0d56c6b82a8b1870f09502a49f88",
        "name": "KISHU / WETH",
        "pool_created_at": "2021-10-11T01:35:54Z",
        "fdv_usd": "33053008.1136354",
        "market_cap_usd": "33054042.1113883",
        "price_change_percentage": {
          "m5": "0.868",
          "m15": "0.186",
          "m30": "1.58",
          "h1": "1.867",
          "h6": "14.373",
          "h24": "71.545"
        },
        "transactions": {
          "m5": {
            "buys": 5,
            "sells": 4,
            "buyers": 4,
            "sellers": 4
          },
          "m15": {
            "buys": 23,
            "sells": 23,
            "buyers": 18,
            "sellers": 17
          },
          "m30": {
            "buys": 44,
            "sells": 43,
            "buyers": 34,
            "sellers": 29
          },
          "h1": {
            "buys": 96,
            "sells": 75,
            "buyers": 75,
            "sellers": 56
          },
          "h6": {
            "buys": 584,
            "sells": 271,
            "buyers": 394,
            "sellers": 174
          },
          "h24": {
            "buys": 1812,
            "sells": 795,
            "buyers": 1016,
            "sellers": 326
          }
        },
        "volume_usd": {
          "m5": "3196.2423059436",
          "m15": "15304.9533900799",
          "m30": "30507.6921371899",
          "h1": "53683.8344596407",
          "h6": "258593.197488258",
          "h24": "759009.05014224"
        },
        "reserve_in_usd": "1669627.4583"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xa2b4c0af19cc16a6cfacce81f192b024d625817d",
            "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_4qryQZJ1UK8ekpSvjTr4rMjdBQsUFTU8XeD6tw73Xb8z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00341468080522869743185872656558299277251711887339548612640236397",
        "base_token_price_native_currency": "0.0000373374715794102",
        "quote_token_price_usd": "92.210906442620267492340574980260871036089508931",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003733747158",
        "quote_token_price_base_token": "26782.7455287961",
        "address": "4qryQZJ1UK8ekpSvjTr4rMjdBQsUFTU8XeD6tw73Xb8z",
        "name": "HANTA / SOL",
        "pool_created_at": "2026-05-03T21:27:40Z",
        "fdv_usd": "3414189.49388666",
        "market_cap_usd": "3414189.49825161",
        "price_change_percentage": {
          "m5": "-1.105",
          "m15": "-0.699",
          "m30": "0.723",
          "h1": "-4.693",
          "h6": "0.992",
          "h24": "-24.552"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 5,
            "buyers": 1,
            "sellers": 5
          },
          "m15": {
            "buys": 10,
            "sells": 19,
            "buyers": 8,
            "sellers": 19
          },
          "m30": {
            "buys": 36,
            "sells": 37,
            "buyers": 32,
            "sellers": 34
          },
          "h1": {
            "buys": 88,
            "sells": 89,
            "buyers": 73,
            "sellers": 72
          },
          "h6": {
            "buys": 1154,
            "sells": 840,
            "buyers": 583,
            "sellers": 512
          },
          "h24": {
            "buys": 6410,
            "sells": 4578,
            "buyers": 1984,
            "sellers": 1915
          }
        },
        "volume_usd": {
          "m5": "944.0011347606",
          "m15": "2684.962226654",
          "m30": "9666.4114064439",
          "h1": "21046.4976320111",
          "h6": "286098.113802057",
          "h24": "1439423.08953846"
        },
        "reserve_in_usd": "267714.4251"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2tXpgu2DLTsPUf9zFmuZmA4xrYxXKBTpVq9wAM7hzs9y",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x10a0b8eba9d4e0f772c8c47968ee819bb4609ef4454409157961570cdce9a735",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000326911180024518",
        "base_token_price_native_currency": "0.00000000144341101895997",
        "quote_token_price_usd": "2282.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000001443411019",
        "quote_token_price_base_token": "692803357.369778",
        "address": "0x10a0b8eba9d4e0f772c8c47968ee819bb4609ef4454409157961570cdce9a735",
        "name": "AXIOM / WETH",
        "pool_created_at": "2026-01-29T23:33:43Z",
        "fdv_usd": "318583.575329845",
        "market_cap_usd": "327929.1171",
        "price_change_percentage": {
          "m5": "-2.322",
          "m15": "10.733",
          "m30": "18.09",
          "h1": "9.042",
          "h6": "16.25",
          "h24": "66.234"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 12,
            "buyers": 3,
            "sellers": 8
          },
          "m15": {
            "buys": 18,
            "sells": 25,
            "buyers": 13,
            "sellers": 16
          },
          "m30": {
            "buys": 26,
            "sells": 37,
            "buyers": 15,
            "sellers": 21
          },
          "h1": {
            "buys": 41,
            "sells": 60,
            "buyers": 25,
            "sellers": 34
          },
          "h6": {
            "buys": 146,
            "sells": 223,
            "buyers": 97,
            "sellers": 108
          },
          "h24": {
            "buys": 439,
            "sells": 732,
            "buyers": 255,
            "sellers": 290
          }
        },
        "volume_usd": {
          "m5": "1741.3491054177",
          "m15": "9014.0545601542",
          "m30": "10852.8370797521",
          "h1": "15893.9465167812",
          "h6": "53947.7824424925",
          "h24": "181876.069685411"
        },
        "reserve_in_usd": "229189.4266"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0xf3ce5ddaab6c133f9875a4a46c55cf0b58111b07",
            "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_D2g8AAUqBzLpX7mxp6yg8v3Psau6hVc2dRLqjuaQXZyP",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000363560943806078494119073399684755344491786158323902148221884264",
        "base_token_price_native_currency": "0.00000403432310836315",
        "quote_token_price_usd": "92.263420994802990516108443818503364429878905361",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004034323108",
        "quote_token_price_base_token": "247873.05655489",
        "address": "D2g8AAUqBzLpX7mxp6yg8v3Psau6hVc2dRLqjuaQXZyP",
        "name": "MASCOTS / SOL",
        "pool_created_at": "2026-04-24T05:11:41Z",
        "fdv_usd": "372367.3954",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.606",
          "m15": "7.171",
          "m30": "-2.401",
          "h1": "-3.472",
          "h6": "4.75",
          "h24": "60.763"
        },
        "transactions": {
          "m5": {
            "buys": 29,
            "sells": 22,
            "buyers": 29,
            "sellers": 22
          },
          "m15": {
            "buys": 133,
            "sells": 83,
            "buyers": 124,
            "sellers": 76
          },
          "m30": {
            "buys": 289,
            "sells": 175,
            "buyers": 264,
            "sellers": 161
          },
          "h1": {
            "buys": 535,
            "sells": 333,
            "buyers": 469,
            "sellers": 301
          },
          "h6": {
            "buys": 6263,
            "sells": 1508,
            "buyers": 5298,
            "sellers": 1107
          },
          "h24": {
            "buys": 25532,
            "sells": 11856,
            "buyers": 9321,
            "sellers": 2894
          }
        },
        "volume_usd": {
          "m5": "1927.194216757",
          "m15": "9192.4947627377",
          "m30": "20618.3082159135",
          "h1": "35601.8533493057",
          "h6": "175127.499336411",
          "h24": "1271829.20641391"
        },
        "reserve_in_usd": "64538.0033"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8GxLxKA8tf3h8JUkXFfP4dNyn6D2vvwyGif5wanRpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_Cf51Hk5Zm7JtMaqzkR9kj6AD8o1PeuwMeFf4z947XQ55",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000451701762888526870038716035284627551237534471597210099388942996",
        "base_token_price_native_currency": "0.00000478915189755368",
        "quote_token_price_usd": "92.326065224033610562855648715181317558170431948",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000004789151898",
        "quote_token_price_base_token": "208805.237626897",
        "address": "Cf51Hk5Zm7JtMaqzkR9kj6AD8o1PeuwMeFf4z947XQ55",
        "name": "PAIN / SOL",
        "pool_created_at": "2026-05-11T16:02:32Z",
        "fdv_usd": "451699.199512017",
        "market_cap_usd": "451699.26720113",
        "price_change_percentage": {
          "m5": "-6.801",
          "m15": "-3.537",
          "m30": "14.737",
          "h1": "52.569",
          "h6": "20.363",
          "h24": "-70.849"
        },
        "transactions": {
          "m5": {
            "buys": 44,
            "sells": 34,
            "buyers": 30,
            "sellers": 28
          },
          "m15": {
            "buys": 206,
            "sells": 158,
            "buyers": 142,
            "sellers": 119
          },
          "m30": {
            "buys": 347,
            "sells": 344,
            "buyers": 213,
            "sellers": 230
          },
          "h1": {
            "buys": 527,
            "sells": 490,
            "buyers": 314,
            "sellers": 317
          },
          "h6": {
            "buys": 2690,
            "sells": 2509,
            "buyers": 1106,
            "sellers": 1282
          },
          "h24": {
            "buys": 22323,
            "sells": 18568,
            "buyers": 5239,
            "sellers": 4765
          }
        },
        "volume_usd": {
          "m5": "4787.7808690101",
          "m15": "27956.520334383",
          "m30": "56869.4160541945",
          "h1": "77793.0934806002",
          "h6": "383351.296140317",
          "h24": "3468986.60015983"
        },
        "reserve_in_usd": "65313.2544"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_2N9BXbRtyZM4YHzj9wvteW1Nuq6B5DzDwh57dDmZpump",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pumpswap",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x2e6d071f01bc78676088cd022c9a73413c7273b2123a8564f0f69289356fef91",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00000608190421798831",
        "base_token_price_native_currency": "0.000000002653045026176",
        "quote_token_price_usd": "2282.07",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000002653045026",
        "quote_token_price_base_token": "376925378.247863",
        "address": "0x2e6d071f01bc78676088cd022c9a73413c7273b2123a8564f0f69289356fef91",
        "name": "Delu / WETH",
        "pool_created_at": "2026-04-15T20:16:13Z",
        "fdv_usd": "614150.5398",
        "market_cap_usd": "614150.539787717",
        "price_change_percentage": {
          "m5": "2.112",
          "m15": "4.561",
          "m30": "7.031",
          "h1": "9.977",
          "h6": "4.532",
          "h24": "89.965"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 9,
            "sells": 7,
            "buyers": 8,
            "sellers": 6
          },
          "m30": {
            "buys": 16,
            "sells": 20,
            "buyers": 14,
            "sellers": 18
          },
          "h1": {
            "buys": 34,
            "sells": 46,
            "buyers": 30,
            "sellers": 39
          },
          "h6": {
            "buys": 166,
            "sells": 260,
            "buyers": 120,
            "sellers": 167
          },
          "h24": {
            "buys": 940,
            "sells": 1408,
            "buyers": 510,
            "sellers": 627
          }
        },
        "volume_usd": {
          "m5": "2308.1590363205",
          "m15": "2580.0824474115",
          "m30": "4161.7155513456",
          "h1": "12380.7433878315",
          "h6": "61219.2005785056",
          "h24": "353719.391984955"
        },
        "reserve_in_usd": "251423.8818"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x7b0ee9dcb5c1d4d7cd630c652959951936512ba3",
            "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": "bsc_0x673dbd89b4de73f139ccca01f515536d386bc993c35efb3abf0a4d4b02b6dd20",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.194971576057511",
        "base_token_price_native_currency": "0.000288246309553419",
        "quote_token_price_usd": "0.995831157098173",
        "quote_token_price_native_currency": "0.00147083062054362",
        "base_token_price_quote_token": "0.1959751895",
        "quote_token_price_base_token": "5.1026867363",
        "address": "0x673dbd89b4de73f139ccca01f515536d386bc993c35efb3abf0a4d4b02b6dd20",
        "name": "BILL / USDT 0.007%",
        "pool_created_at": "2026-05-03T11:42:10Z",
        "fdv_usd": "34386928.3000369",
        "market_cap_usd": "471293313.0144",
        "price_change_percentage": {
          "m5": "-0.741",
          "m15": "-0.31",
          "m30": "-0.673",
          "h1": "-1.593",
          "h6": "17.015",
          "h24": "1.036"
        },
        "transactions": {
          "m5": {
            "buys": 261,
            "sells": 263,
            "buyers": 107,
            "sellers": 134
          },
          "m15": {
            "buys": 1291,
            "sells": 1355,
            "buyers": 391,
            "sellers": 400
          },
          "m30": {
            "buys": 2837,
            "sells": 2895,
            "buyers": 688,
            "sellers": 712
          },
          "h1": {
            "buys": 5943,
            "sells": 5903,
            "buyers": 1019,
            "sellers": 1124
          },
          "h6": {
            "buys": 33301,
            "sells": 36096,
            "buyers": 2072,
            "sellers": 2392
          },
          "h24": {
            "buys": 128310,
            "sells": 133658,
            "buyers": 4280,
            "sellers": 5107
          }
        },
        "volume_usd": {
          "m5": "41961.6209501364",
          "m15": "254458.661658155",
          "m30": "552721.414247901",
          "h1": "1175652.09031402",
          "h6": "6312501.80186708",
          "h24": "38600634.7531809"
        },
        "reserve_in_usd": "2207635.2132"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0xdf24f8c21cb404b3031a450d8e049d6e39fc1fa5",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0x55d398326f99059ff775485246999027b3197955",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap-infinity-clmm",
            "type": "dex"
          }
        }
      }
    }
  ]
}
Podporované sítě

Důkladné pokrytí celé řady blockchainů

Zjišťujte ceny kryptoměn a získávejte tržní data z více něž 200+ sítí od hlavních blockchainů až po nově spuštěné projekty.

Proč Web3 projekty používají CoinGecko

„DEX API od CoinGecko nám funguje jako rychlý, vysoce přesný a robustní zdroj cenových informací pro DEX. Nabízí nejrůznější data, snadno se používá a je opravdu spolehlivé. DEX API od CoinGecko se stalo jedním z našich nejdůležitějších cenových kanálů pro DEX, které v Supra využíváme pro agregaci dat z decentralizovaných burz.“
„DEX API od CoinGecko se stalo nedílnou součástí našeho vývojového procesu, protože dokáže vyřídit mnoho drobných úkolů, na které prostě nemáme kapacitu. To zásadně zefektivnilo naše pracovní procesy a umožnilo nám soustředit se na hlavní vývoj.“
„DEX API od CoinGecko má široké využití, podporuje největší počet sítí a má vysokou dostupnost.

Časté dotazy

Posuňte svůj projekt na další úroveň díky rozhraní CoinGecko API

Využijte další možnosti díky spolehlivým, přesným a komplexním údajům o cenách kryptoměn.
Nikdy nezmeškejte žádnou aktualizaci!
Přihlaste se k odběru našeho newsletteru pro rozhraní API s nejnovějšími informacemi o produktech, aktualizacích koncových bodů a inspirativním obsahem od komunity.
Nové portfolio
Ikona a název
Zvolte měnu
Navrhované měny
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 měny
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
Kryptoměny
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
Bitcoin jednotky
BITS
Bits
SATS
Satoshi
Komodity
XAG
Silver - Troy Ounce
XAU
Gold - Troy Ounce
Vybrat jazyk
Oblí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šechny 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
繁體中文
Vítá vás CoinGecko
Vítejte zpět!
Přihlášení nebo registrace během chvilky
nebo
Přihlásit se pomocí . Nejste to vy?
Zapomněli jste své heslo?
Nedostali jste informace pro potvrzení?
Opět poslat instrukce pro potvrzení
Heslo musí obsahovat alespoň 8 znaků včetně alespoň 1 velkého písmene, 1 malého písmene, 1 číslice a 1 speciálního znaku
Pokračováním potvrzujete, že jste si přečetli naše Podmínky poskytování služeb a Zásady ochrany osobních údajů a souhlasíte s nimi v plném rozsahu.
Nechte se aplikací CoinGecko upozorňovat na ceny
Zapomněli jste své heslo?
Za několik minut obdržíte e-mail s instrukcemi pro nastavení nového hesla.
Opět poslat instrukce pro potvrzení
Za několik minut obdržíte e-mail s instrukcemi k potvrzení Vašeho účtu.
Získejte aplikaci CoinGecko.
Naskenujte tento QR kód a stáhněte si aplikaci App QR Code Nebo si ji prohlédněte v obchodech s aplikacemi
Přidat NFT
Sledovat adresu peněženky
Vložit
Zobrazujeme pouze aktiva na podporovaných sítích.
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
Přístup pouze pro čtení
Shromažďujeme pouze veřejně dostupné údaje. Žádné soukromé klíče, žádné podepisování a ve vaší peněžence nemůžeme provádět žádné změny.
Vytvořit portfolio
Vybrat ikonu
💎
🔥
👀
🚀
💰
🦍
🌱
💩
🌙
🪂
💚
CoinGecko
V aplikaci je to lepší
Upozornění na kurzy v reálném čase a rychlejší a plynulejší prožitek.
Dosáhli jste limitu.
Portfolia pro hosty jsou omezena na následující množství kryptoaktiv: 10. Pokud si chcete kryptoaktiva uvedená níže ponechat, zaregistrujte se nebo se přihlaste.