Coiny: 14.356
Burzy: 1.099
Tržní kapitalizace: 2,744T $ 8.1%
Objem (24 h.): 216,730B $
Gas: 25 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

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.
2M+
Coiny a tokeny
100+
Sítě
800+
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": "1.00133412733429",
      "base_token_price_native_currency": "0.000265281482461915",
      "quote_token_price_usd": "3779.13906402822",
      "quote_token_price_native_currency": "1.0",
      "base_token_price_quote_token": "0.00026528",
      "quote_token_price_base_token": "3769.58",
      "address": "0x60594a405d53811d3bc4766596efd80fd545a270",
      "name": "DAI / WETH 0.05%",
      "pool_created_at": "2021-12-29T12:35:36Z",
      "fdv_usd": "3309089897",
      "market_cap_usd": "5353672268.4766",
      "price_change_percentage": {
        "m5": "0",
        "h1": "0.25",
        "h6": "0.27",
        "h24": "0.3"
      },
      "transactions": {
        "m5": {
          "buys": 1,
          "sells": 0,
          "buyers": 1,
          "sellers": 0
        },
        "m15": {
          "buys": 4,
          "sells": 1,
          "buyers": 4,
          "sellers": 1
        },
        "m30": {
          "buys": 6,
          "sells": 3,
          "buyers": 6,
          "sellers": 3
        },
        "h1": {
          "buys": 20,
          "sells": 14,
          "buyers": 20,
          "sellers": 13
        },
        "h24": {
          "buys": 735,
          "sells": 539,
          "buyers": 320,
          "sellers": 220
        }
      },
      "volume_usd": {
        "m5": "4573.59371472598",
        "h1": "352813.494793226",
        "h6": "3137410.64973366",
        "h24": "22859367.3597206"
      },
      "reserve_in_usd": "5473758.3671"
    },
    "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": "bsc_0x3743945524b9e8692531b5fd19cd95361822c7e9",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000000000000609139690902769",
        "base_token_price_native_currency": "0.000000000000000988388260992102",
        "quote_token_price_usd": "617.130450212686",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000000000000988",
        "quote_token_price_base_token": "1011748155523663",
        "address": "0x3743945524b9e8692531b5fd19cd95361822c7e9",
        "name": "BabyGME / WBNB",
        "pool_created_at": "2024-05-17T11:48:53Z",
        "fdv_usd": "255839",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-1.33",
          "h1": "-29.27",
          "h6": "-33.31",
          "h24": "123.28"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 3,
            "buyers": 2,
            "sellers": 1
          },
          "m15": {
            "buys": 35,
            "sells": 12,
            "buyers": 33,
            "sellers": 8
          },
          "m30": {
            "buys": 51,
            "sells": 40,
            "buyers": 45,
            "sellers": 33
          },
          "h1": {
            "buys": 96,
            "sells": 92,
            "buyers": 82,
            "sellers": 77
          },
          "h24": {
            "buys": 3009,
            "sells": 1931,
            "buyers": 1685,
            "sellers": 1043
          }
        },
        "volume_usd": {
          "m5": "257.133679699999",
          "h1": "24179.6621775556",
          "h6": "167752.864003217",
          "h24": "698687.40616165"
        },
        "reserve_in_usd": "109104.75"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x1b517f6794523bc3dd4e1275d9c205064f7cc167",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "bsc_0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "bsc",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "pancakeswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00563161625183041",
        "base_token_price_native_currency": "0.000868537777253325",
        "quote_token_price_usd": "6.4",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00086854",
        "quote_token_price_base_token": "1151.36",
        "address": "EQCaY8Ifl2S6lRBMBJeY35LIuMXPc8JfItWG4tl7lBGrSoR2",
        "name": "NOT / TON",
        "pool_created_at": "2024-05-15T21:33:18Z",
        "fdv_usd": "578447080",
        "market_cap_usd": "571111338.632311",
        "price_change_percentage": {
          "m5": "0.43",
          "h1": "5.68",
          "h6": "4.79",
          "h24": "6.02"
        },
        "transactions": {
          "m5": {
            "buys": 16,
            "sells": 52,
            "buyers": 16,
            "sellers": 52
          },
          "m15": {
            "buys": 98,
            "sells": 342,
            "buyers": 94,
            "sellers": 332
          },
          "m30": {
            "buys": 192,
            "sells": 814,
            "buyers": 177,
            "sellers": 788
          },
          "h1": {
            "buys": 360,
            "sells": 1735,
            "buyers": 320,
            "sellers": 1666
          },
          "h24": {
            "buys": 7156,
            "sells": 43440,
            "buyers": 5001,
            "sellers": 37665
          }
        },
        "volume_usd": {
          "m5": "5799.3928934976",
          "h1": "284279.671950433",
          "h6": "1536013.7457929",
          "h24": "5015724.33061683"
        },
        "reserve_in_usd": "5909565.7657"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x1458770554b8918b970444d8b2c02a47f6df99a7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "1.81606930412858",
        "base_token_price_native_currency": "0.000484185909508506700744486282974",
        "quote_token_price_usd": "0.996785182337608",
        "quote_token_price_native_currency": "0.000263759857853742",
        "base_token_price_quote_token": "1.83570735",
        "quote_token_price_base_token": "0.54474914",
        "address": "0x1458770554b8918b970444d8b2c02a47f6df99a7",
        "name": "RETIK / USDT 0.3%",
        "pool_created_at": "2024-05-21T11:59:35Z",
        "fdv_usd": "1816069304",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.85",
          "h1": "77.4",
          "h6": "1068.08",
          "h24": "1068.08"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 2,
            "buyers": 2,
            "sellers": 2
          },
          "m15": {
            "buys": 42,
            "sells": 20,
            "buyers": 39,
            "sellers": 17
          },
          "m30": {
            "buys": 94,
            "sells": 38,
            "buyers": 83,
            "sellers": 33
          },
          "h1": {
            "buys": 159,
            "sells": 47,
            "buyers": 133,
            "sellers": 40
          },
          "h24": {
            "buys": 1356,
            "sells": 436,
            "buyers": 927,
            "sellers": 225
          }
        },
        "volume_usd": {
          "m5": "5315.12211930897",
          "h1": "491402.047512727",
          "h6": "6165922.14902539",
          "h24": "6165922.14902539"
        },
        "reserve_in_usd": "1058795.7964"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x26ebb8213fb8d66156f1af8908d43f7e3e367c1d",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xdac17f958d2ee523a2206206994597c13d831ec7",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v3",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "bsc_0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.254393960928847",
        "base_token_price_native_currency": "0.000412591606367300836265170028688468534171898",
        "quote_token_price_usd": "1.00060169208448",
        "quote_token_price_native_currency": "0.00162196882335732",
        "base_token_price_quote_token": "0.25437703",
        "quote_token_price_base_token": "3.93117261",
        "address": "0x1e8d7ab96323953fac85ab687f5d38b45344e62d",
        "name": "CGPT / USDT 0.05%",
        "pool_created_at": "2023-12-01T22:15:50Z",
        "fdv_usd": "253972057",
        "market_cap_usd": "119135198.510139",
        "price_change_percentage": {
          "m5": "0.06",
          "h1": "0.1",
          "h6": "-2.07",
          "h24": "10.41"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 5,
            "buyers": 0,
            "sellers": 5
          },
          "m15": {
            "buys": 8,
            "sells": 13,
            "buyers": 7,
            "sellers": 12
          },
          "m30": {
            "buys": 12,
            "sells": 25,
            "buyers": 11,
            "sellers": 22
          },
          "h1": {
            "buys": 30,
            "sells": 48,
            "buyers": 21,
            "sellers": 40
          },
          "h24": {
            "buys": 1281,
            "sells": 805,
            "buyers": 299,
            "sellers": 321
          }
        },
        "volume_usd": {
          "m5": "612.934888355215",
          "h1": "25676.1622756462",
          "h6": "489511.402039789",
          "h24": "1343236.29478257"
        },
        "reserve_in_usd": "4436451.6807"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "bsc_0x9840652dc04fb9db2c43853633f0f62be6f00f98",
            "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": "ton_EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.235779741864817",
        "base_token_price_native_currency": "0.0366955565608503",
        "quote_token_price_usd": "6.4",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.03669556",
        "quote_token_price_base_token": "27.25",
        "address": "EQDTd-MGfXSWPmWNDHq0Zooh2NSg78Lzt6WBG8sD7Oe3Ru5Z",
        "name": "MMM / TON",
        "pool_created_at": "2024-05-15T23:53:17Z",
        "fdv_usd": "4951375",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.54",
          "h1": "2.8",
          "h6": "0.91",
          "h24": "34.71"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 2,
            "buyers": 8,
            "sellers": 2
          },
          "m15": {
            "buys": 36,
            "sells": 10,
            "buyers": 32,
            "sellers": 10
          },
          "m30": {
            "buys": 72,
            "sells": 18,
            "buyers": 68,
            "sellers": 18
          },
          "h1": {
            "buys": 111,
            "sells": 34,
            "buyers": 107,
            "sellers": 33
          },
          "h24": {
            "buys": 1197,
            "sells": 1014,
            "buyers": 713,
            "sellers": 635
          }
        },
        "volume_usd": {
          "m5": "6345.444921664",
          "h1": "27855.6797609139",
          "h6": "491711.342450404",
          "h24": "1518988.0739308"
        },
        "reserve_in_usd": "859132.7449"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCH44N73BXEhT8063KAK_27oComvJnmAaebso-dZoyAy6g_",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00365246426338864",
        "base_token_price_native_currency": "0.000568507354207564",
        "quote_token_price_usd": "6.4",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00056851",
        "quote_token_price_base_token": "1758.99",
        "address": "EQDHoV7wIYPplc_NA9mj3UUEl1mQUws5ZOJh0AV6Djd-W3SE",
        "name": "PONKE / TON 0.4%",
        "pool_created_at": "2024-05-20T17:03:23Z",
        "fdv_usd": "511345",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "5.32",
          "h6": "-16.14",
          "h24": "-22.2"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 3,
            "sells": 0,
            "buyers": 3,
            "sellers": 0
          },
          "m30": {
            "buys": 9,
            "sells": 5,
            "buyers": 9,
            "sellers": 4
          },
          "h1": {
            "buys": 26,
            "sells": 11,
            "buyers": 22,
            "sellers": 8
          },
          "h24": {
            "buys": 1240,
            "sells": 769,
            "buyers": 650,
            "sellers": 407
          }
        },
        "volume_usd": {
          "m5": "9.645636",
          "h1": "7568.56111904009",
          "h6": "69595.8220396491",
          "h24": "573589.299094526"
        },
        "reserve_in_usd": "117959.0049"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC8XkUEWb6bzbzE9eVaASoKUCyYA_CUQALGE15jWInEqla6",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000941440612591918",
        "base_token_price_native_currency": "0.00014672853212892",
        "quote_token_price_usd": "6.4",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00014673",
        "quote_token_price_base_token": "6815.31",
        "address": "EQCDdHO1BiZc92d6J10DFjYxm6k2vGKIr3wNKAftPXCBjuph",
        "name": "TIME / TON",
        "pool_created_at": "2024-05-11T01:13:13Z",
        "fdv_usd": "824324",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-5.75",
          "h6": "-16.17",
          "h24": "-13.68"
        },
        "transactions": {
          "m5": {
            "buys": 1,
            "sells": 0,
            "buyers": 1,
            "sellers": 0
          },
          "m15": {
            "buys": 9,
            "sells": 3,
            "buyers": 8,
            "sellers": 3
          },
          "m30": {
            "buys": 26,
            "sells": 8,
            "buyers": 22,
            "sellers": 8
          },
          "h1": {
            "buys": 65,
            "sells": 19,
            "buyers": 51,
            "sellers": 19
          },
          "h24": {
            "buys": 989,
            "sells": 609,
            "buyers": 567,
            "sellers": 367
          }
        },
        "volume_usd": {
          "m5": "21.12",
          "h1": "23958.6710871679",
          "h6": "41441.1987861638",
          "h24": "355435.776381427"
        },
        "reserve_in_usd": "89251.0111"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCNCUxFwMsNYKTv89WuRX5pyxDCWqlgBi4Tl8zytjllNTaC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0178680406535044",
        "base_token_price_native_currency": "0.00280020391640022",
        "quote_token_price_usd": "6.4",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00280020",
        "quote_token_price_base_token": "357.12",
        "address": "EQASBZLwa2vfdsgoDF2w96pdccBJJRxDNXXPUL7NMm0WdnMx",
        "name": "GRAM / TON",
        "pool_created_at": "2024-01-31T14:43:03Z",
        "fdv_usd": "89195908",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "0.72",
          "h6": "-5.55",
          "h24": "22.5"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 3,
            "sells": 5,
            "buyers": 3,
            "sellers": 5
          },
          "m30": {
            "buys": 9,
            "sells": 14,
            "buyers": 9,
            "sellers": 13
          },
          "h1": {
            "buys": 25,
            "sells": 29,
            "buyers": 25,
            "sellers": 26
          },
          "h24": {
            "buys": 758,
            "sells": 845,
            "buyers": 536,
            "sellers": 615
          }
        },
        "volume_usd": {
          "m5": "20.6180073792",
          "h1": "15972.3667616434",
          "h6": "312856.06896875",
          "h24": "1360371.25558722"
        },
        "reserve_in_usd": "1593818.1148"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQC47093oX5Xhb0xuk2lCr2RhS8rj-vul61u4W2UH5ORmG_O",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.398925747991156",
        "base_token_price_native_currency": "0.002253110240074516998105835",
        "quote_token_price_usd": "177.29",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00225311",
        "quote_token_price_base_token": "443.83",
        "address": "5uTwG3y3F5cx4YkodgTjWEHDrX5HDKZ5bZZ72x8eQ6zE",
        "name": "PONKE / SOL",
        "pool_created_at": "2023-12-24T04:10:28Z",
        "fdv_usd": "221621982",
        "market_cap_usd": "199785027.396095",
        "price_change_percentage": {
          "m5": "-0.01",
          "h1": "-1.58",
          "h6": "-2.67",
          "h24": "-9.46"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 3,
            "buyers": 4,
            "sellers": 3
          },
          "m15": {
            "buys": 29,
            "sells": 36,
            "buyers": 26,
            "sellers": 20
          },
          "m30": {
            "buys": 83,
            "sells": 81,
            "buyers": 58,
            "sellers": 54
          },
          "h1": {
            "buys": 158,
            "sells": 248,
            "buyers": 108,
            "sellers": 109
          },
          "h24": {
            "buys": 8923,
            "sells": 7721,
            "buyers": 3010,
            "sellers": 2691
          }
        },
        "volume_usd": {
          "m5": "782.55432594367",
          "h1": "213191.525238898",
          "h6": "1807501.81495098",
          "h24": "11371534.2091119"
        },
        "reserve_in_usd": "5032088.4388"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_5z3EqYQo9HiCEs3R84RCDMu2n7anpDMxRhdK8PSWmrRC",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "sui-network_0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0119623146018014",
        "base_token_price_native_currency": "0.010408717",
        "quote_token_price_usd": "1.15",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.01040872",
        "quote_token_price_base_token": "96.07",
        "address": "0xa21f5a63b1e0a479be6bf0d231404a20cbcaefa65fb2dc6484cc054b789e5686",
        "name": "OCEAN / SUI 1%",
        "pool_created_at": "2024-05-10T11:32:16Z",
        "fdv_usd": "0.00",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.02",
          "h1": "-12.77",
          "h6": "0.88",
          "h24": "-40.62"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 8,
            "buyers": 2,
            "sellers": 8
          },
          "m15": {
            "buys": 8,
            "sells": 88,
            "buyers": 6,
            "sellers": 85
          },
          "m30": {
            "buys": 28,
            "sells": 184,
            "buyers": 25,
            "sellers": 175
          },
          "h1": {
            "buys": 62,
            "sells": 348,
            "buyers": 57,
            "sellers": 328
          },
          "h24": {
            "buys": 1732,
            "sells": 9181,
            "buyers": 1238,
            "sellers": 7591
          }
        },
        "volume_usd": {
          "m5": "37.9639977402",
          "h1": "2838.42678281509",
          "h6": "24912.1724872827",
          "h24": "109622.070442872"
        },
        "reserve_in_usd": "16206.1656"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "sui-network_0xa8816d3a6e3136e86bc2873b1f94a15cadc8af2703c075f2d546c2ae367f4df9::ocean::OCEAN",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "sui-network_0x2::sui::SUI",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "sui-network",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "cetus",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00563688389629554",
        "base_token_price_native_currency": "0.000032338050622291410558302",
        "quote_token_price_usd": "177.29",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00003234",
        "quote_token_price_base_token": "30923.32",
        "address": "9tz6vYKiBDLYx2RnGWC5tESu4pyVE4jD6Tm56352UGte",
        "name": "GME / SOL",
        "pool_created_at": "2024-01-28T00:50:13Z",
        "fdv_usd": "38810710",
        "market_cap_usd": "39460444.6481073",
        "price_change_percentage": {
          "m5": "0.69",
          "h1": "-1.33",
          "h6": "-13.86",
          "h24": "-18.12"
        },
        "transactions": {
          "m5": {
            "buys": 8,
            "sells": 1,
            "buyers": 6,
            "sellers": 1
          },
          "m15": {
            "buys": 42,
            "sells": 20,
            "buyers": 17,
            "sellers": 19
          },
          "m30": {
            "buys": 113,
            "sells": 69,
            "buyers": 57,
            "sellers": 59
          },
          "h1": {
            "buys": 211,
            "sells": 188,
            "buyers": 95,
            "sellers": 154
          },
          "h24": {
            "buys": 11125,
            "sells": 9753,
            "buyers": 2928,
            "sellers": 3194
          }
        },
        "volume_usd": {
          "m5": "1705.27481483296",
          "h1": "252140.67480353",
          "h6": "2462859.90850523",
          "h24": "13709351.2740634"
        },
        "reserve_in_usd": "2968896.8226"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8wXtPeU6557ETkp9WHFY1n1EcU6NxDvbAggHGsMYiHsB",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0000121936564863728",
        "base_token_price_native_currency": "0.00000000321613550180549",
        "quote_token_price_usd": "3780.02623951456",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.000000003216135502",
        "quote_token_price_base_token": "310932173",
        "address": "0xa43fe16908251ee70ef74718545e4fe6c5ccec9f",
        "name": "PEPE / WETH",
        "pool_created_at": "2023-04-14T17:21:11Z",
        "fdv_usd": "5045403705",
        "market_cap_usd": "5114189191.00311",
        "price_change_percentage": {
          "m5": "0",
          "h1": "-1.7",
          "h6": "9.57",
          "h24": "30.76"
        },
        "transactions": {
          "m5": {
            "buys": 2,
            "sells": 0,
            "buyers": 2,
            "sellers": 0
          },
          "m15": {
            "buys": 13,
            "sells": 12,
            "buyers": 13,
            "sellers": 12
          },
          "m30": {
            "buys": 20,
            "sells": 41,
            "buyers": 20,
            "sellers": 40
          },
          "h1": {
            "buys": 78,
            "sells": 72,
            "buyers": 70,
            "sellers": 66
          },
          "h24": {
            "buys": 1205,
            "sells": 1053,
            "buyers": 921,
            "sellers": 739
          }
        },
        "volume_usd": {
          "m5": "927.520882253028",
          "h1": "1058587.40078578",
          "h6": "7338641.46255984",
          "h24": "22303896.3386896"
        },
        "reserve_in_usd": "51812712.3111"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0x6982508145454ce325ddbe47a25d4ec3d2311933",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.591951397381558",
        "base_token_price_native_currency": "0.0924422360336397",
        "quote_token_price_usd": "6.41",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.09244224",
        "quote_token_price_base_token": "10.82",
        "address": "EQBCwe_IObXA4Mt3RbcHil2s4-v4YQS3wUDt1-DvZOceeMGO",
        "name": "REDO / TON",
        "pool_created_at": "2024-01-09T13:13:01Z",
        "fdv_usd": "59195139",
        "market_cap_usd": "59255473.2975631",
        "price_change_percentage": {
          "m5": "0",
          "h1": "-0.48",
          "h6": "-6.5",
          "h24": "3.97"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 0,
            "buyers": 0,
            "sellers": 0
          },
          "m15": {
            "buys": 2,
            "sells": 1,
            "buyers": 2,
            "sellers": 1
          },
          "m30": {
            "buys": 6,
            "sells": 3,
            "buyers": 6,
            "sellers": 3
          },
          "h1": {
            "buys": 16,
            "sells": 11,
            "buyers": 15,
            "sellers": 11
          },
          "h24": {
            "buys": 552,
            "sells": 386,
            "buyers": 391,
            "sellers": 286
          }
        },
        "volume_usd": {
          "m5": "0.0",
          "h1": "17338.7518716252",
          "h6": "259935.846504414",
          "h24": "1156881.61912295"
        },
        "reserve_in_usd": "2419395.9688"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQBZ_cafPyDr5KUTs0aNxh0ZTDhkpEZONmLJA2SNGlLm4Cko",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000109694283745175",
        "base_token_price_native_currency": "0.0000169621120411822",
        "quote_token_price_usd": "6.4",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00001696",
        "quote_token_price_base_token": "58954.92",
        "address": "EQDjT1l3RzKMe0ll9wseT5mrzRYl9-Z10IHtMhhZdXaNmVUE",
        "name": "bct / TON",
        "pool_created_at": "2024-05-20T16:33:15Z",
        "fdv_usd": "1096943",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.87",
          "h1": "19.02",
          "h6": "56.36",
          "h24": "21431.12"
        },
        "transactions": {
          "m5": {
            "buys": 3,
            "sells": 1,
            "buyers": 3,
            "sellers": 1
          },
          "m15": {
            "buys": 11,
            "sells": 4,
            "buyers": 11,
            "sellers": 4
          },
          "m30": {
            "buys": 31,
            "sells": 11,
            "buyers": 30,
            "sellers": 11
          },
          "h1": {
            "buys": 49,
            "sells": 24,
            "buyers": 45,
            "sellers": 22
          },
          "h24": {
            "buys": 999,
            "sells": 581,
            "buyers": 582,
            "sellers": 340
          }
        },
        "volume_usd": {
          "m5": "1809.089208032",
          "h1": "23193.1787750304",
          "h6": "63922.894495566",
          "h24": "252880.738248582"
        },
        "reserve_in_usd": "143096.3108"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB8nX1OAAxS0RHCZ-U3xpZPAGIPwjfoqtvtWOPb55NBQipE",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "ton_EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.040168248622202",
        "base_token_price_native_currency": "0.0062949267656055",
        "quote_token_price_usd": "6.4",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00629493",
        "quote_token_price_base_token": "158.86",
        "address": "EQCpr6xnMEQWJvMydY5rfIx-seNUf4afNP1HxfH9eOMpSHBu",
        "name": "SHIT / TON",
        "pool_created_at": "2024-05-11T13:43:18Z",
        "fdv_usd": "4016731",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0",
          "h1": "-1.78",
          "h6": "-5.83",
          "h24": "6.32"
        },
        "transactions": {
          "m5": {
            "buys": 0,
            "sells": 1,
            "buyers": 0,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 5,
            "buyers": 5,
            "sellers": 5
          },
          "m30": {
            "buys": 9,
            "sells": 8,
            "buyers": 9,
            "sellers": 8
          },
          "h1": {
            "buys": 13,
            "sells": 14,
            "buyers": 13,
            "sellers": 14
          },
          "h24": {
            "buys": 474,
            "sells": 404,
            "buyers": 343,
            "sellers": 301
          }
        },
        "volume_usd": {
          "m5": "20.2845112704",
          "h1": "12342.3085010566",
          "h6": "96585.5214345006",
          "h24": "684003.070640312"
        },
        "reserve_in_usd": "1090085.7348"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQB4gPfG0YtoiJHCMTUuzxP9fKXy9nx6TFh-dcAltrnNpLNo",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "stonfi",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "base_0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.00218885163388815",
        "base_token_price_native_currency": "0.000000579081229399574",
        "quote_token_price_usd": "3773.43",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000058",
        "quote_token_price_base_token": "1726873",
        "address": "0x81b3bc0ef974c16d71b8614adb8c22ccc045da01",
        "name": "SHIBA / WETH 0.3%",
        "pool_created_at": "2024-05-06T12:58:45Z",
        "fdv_usd": "21888516",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "0.33",
          "h1": "15.86",
          "h6": "-10.69",
          "h24": "-82.83"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 0,
            "buyers": 4,
            "sellers": 0
          },
          "m15": {
            "buys": 21,
            "sells": 16,
            "buyers": 17,
            "sellers": 14
          },
          "m30": {
            "buys": 46,
            "sells": 54,
            "buyers": 40,
            "sellers": 50
          },
          "h1": {
            "buys": 102,
            "sells": 113,
            "buyers": 85,
            "sellers": 100
          },
          "h24": {
            "buys": 8320,
            "sells": 4862,
            "buyers": 2324,
            "sellers": 1673
          }
        },
        "volume_usd": {
          "m5": "906.87431235",
          "h1": "129911.727120646",
          "h6": "1735008.20005718",
          "h24": "9810328.2834642"
        },
        "reserve_in_usd": "806911.3066"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "base_0x041fdf3f472d2c8a7ecc458fc3b7f543e6c57ef7",
            "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": "ton_EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "3.71312243660762",
        "base_token_price_native_currency": "0.577021859488432",
        "quote_token_price_usd": "6.41",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.57702186",
        "quote_token_price_base_token": "1.73303660",
        "address": "EQBAyUOHThYVC7691iDDJyEWs-OKqWYhtuHmiUaCTsqE75El",
        "name": "RANDOM / TON 0.4%",
        "pool_created_at": "2024-05-15T16:23:22Z",
        "fdv_usd": "3545322",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.46",
          "h1": "0.62",
          "h6": "-16.61",
          "h24": "39.53"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 1,
            "buyers": 1,
            "sellers": 1
          },
          "m15": {
            "buys": 5,
            "sells": 4,
            "buyers": 1,
            "sellers": 4
          },
          "m30": {
            "buys": 9,
            "sells": 6,
            "buyers": 2,
            "sellers": 6
          },
          "h1": {
            "buys": 16,
            "sells": 15,
            "buyers": 5,
            "sellers": 10
          },
          "h24": {
            "buys": 840,
            "sells": 560,
            "buyers": 309,
            "sellers": 286
          }
        },
        "volume_usd": {
          "m5": "124.4931417299",
          "h1": "3290.62745370244",
          "h6": "246388.791771352",
          "h24": "609719.315729092"
        },
        "reserve_in_usd": "424006.0122"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "ton_EQCF9oYxo37xCGX1DShZEweaVGJe6Kucp0ztKO6vCsRANDOM",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "ton_EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "ton",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "dedust",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0433942457640668",
        "base_token_price_native_currency": "0.000229588307104301633151155",
        "quote_token_price_usd": "177.29",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00022959",
        "quote_token_price_base_token": "4355.62",
        "address": "7896DcX977xMJboS6BJvgkK4sB5p2FhctJx81DntbyCX",
        "name": "ZACK / SOL",
        "pool_created_at": "2024-05-15T21:26:49Z",
        "fdv_usd": "41399762",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "1.13",
          "h1": "30.59",
          "h6": "0.81",
          "h24": "4.15"
        },
        "transactions": {
          "m5": {
            "buys": 25,
            "sells": 22,
            "buyers": 22,
            "sellers": 16
          },
          "m15": {
            "buys": 105,
            "sells": 75,
            "buyers": 84,
            "sellers": 66
          },
          "m30": {
            "buys": 264,
            "sells": 196,
            "buyers": 201,
            "sellers": 151
          },
          "h1": {
            "buys": 909,
            "sells": 710,
            "buyers": 648,
            "sellers": 456
          },
          "h24": {
            "buys": 16575,
            "sells": 10991,
            "buyers": 5348,
            "sellers": 3799
          }
        },
        "volume_usd": {
          "m5": "15895.6020855452",
          "h1": "900539.816300219",
          "h6": "2802652.42466313",
          "h24": "18078778.4851003"
        },
        "reserve_in_usd": "963866.1527"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_8vCAUbxejdtaxn6jnX5uaQTyTZLmXALg9u1bvFCAjtx7",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "solana_7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.0413301196365787",
        "base_token_price_native_currency": "0.000232830960815839250249752",
        "quote_token_price_usd": "177.29",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00023283",
        "quote_token_price_base_token": "4294.96",
        "address": "7mtJbVNEtejYmCLRriwQhymZdzn4wGRFTvTZ5721b4BD",
        "name": "SLOTH / SOL",
        "pool_created_at": "2024-05-01T14:38:00Z",
        "fdv_usd": "76658854",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "-0.19",
          "h1": "-1.14",
          "h6": "-2.81",
          "h24": "-14.64"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 5,
            "buyers": 4,
            "sellers": 5
          },
          "m15": {
            "buys": 19,
            "sells": 36,
            "buyers": 18,
            "sellers": 34
          },
          "m30": {
            "buys": 70,
            "sells": 91,
            "buyers": 62,
            "sellers": 70
          },
          "h1": {
            "buys": 253,
            "sells": 182,
            "buyers": 191,
            "sellers": 152
          },
          "h24": {
            "buys": 6161,
            "sells": 4322,
            "buyers": 3325,
            "sellers": 2482
          }
        },
        "volume_usd": {
          "m5": "4178.11883590612",
          "h1": "437286.765609573",
          "h6": "1650871.78360398",
          "h24": "9296606.54344948"
        },
        "reserve_in_usd": "6001932.7262"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "solana_HQ7DaoiUxzC2K1Dr7KXRHccNtXvEYgNvoUextXe8dmBh",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "solana_So11111111111111111111111111111111111111112",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "solana",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "raydium",
            "type": "dex"
          }
        }
      }
    },
    {
      "id": "eth_0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
      "type": "pool",
      "attributes": {
        "base_token_price_usd": "0.000143374951656115",
        "base_token_price_native_currency": "0.0000000378243027620679",
        "quote_token_price_usd": "3779.99865763078",
        "quote_token_price_native_currency": "1.0",
        "base_token_price_quote_token": "0.00000004",
        "quote_token_price_base_token": "26438029",
        "address": "0x0c3fdf9c70835f9be9db9585ecb6a1ee3f20a6c7",
        "name": "MAGA / WETH",
        "pool_created_at": "2024-05-16T14:08:11Z",
        "fdv_usd": "59263532",
        "market_cap_usd": null,
        "price_change_percentage": {
          "m5": "2.1",
          "h1": "-2.52",
          "h6": "23.15",
          "h24": "-2.32"
        },
        "transactions": {
          "m5": {
            "buys": 4,
            "sells": 2,
            "buyers": 4,
            "sellers": 2
          },
          "m15": {
            "buys": 23,
            "sells": 14,
            "buyers": 22,
            "sellers": 14
          },
          "m30": {
            "buys": 42,
            "sells": 30,
            "buyers": 40,
            "sellers": 28
          },
          "h1": {
            "buys": 83,
            "sells": 63,
            "buyers": 73,
            "sellers": 53
          },
          "h24": {
            "buys": 4169,
            "sells": 3203,
            "buyers": 2353,
            "sellers": 1660
          }
        },
        "volume_usd": {
          "m5": "11536.2952039696",
          "h1": "387584.638683347",
          "h6": "4039324.07061336",
          "h24": "22415580.1674746"
        },
        "reserve_in_usd": "1724080.4289"
      },
      "relationships": {
        "base_token": {
          "data": {
            "id": "eth_0xd29da236dd4aac627346e1bba06a619e8c22d7c5",
            "type": "token"
          }
        },
        "quote_token": {
          "data": {
            "id": "eth_0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
            "type": "token"
          }
        },
        "network": {
          "data": {
            "id": "eth",
            "type": "network"
          }
        },
        "dex": {
          "data": {
            "id": "uniswap_v2",
            "type": "dex"
          }
        }
      }
    }
  ]
}

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

Vylepšete svůj projekt
připojením CoinGecko rozhraní 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.
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
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
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
繁體中文
Přihlaste se a snadno sledujte své oblíbené coiny 🚀
Pokračováním souhlasíte s podmínkami poskytování služeb společnosti CoinGecko a potvrzujete, že jste si přečetli naše zásady ochrany osobních údajů
nebo
Zapomněli jste své heslo?
Nedostali jste informace pro potvrzení?
Opět poslat instrukce pro potvrzení
JE TO ZDARMA! Snadno sledujte své oblíbené coiny s pomocí CoinGecku 🚀
Pokračováním souhlasíte s podmínkami poskytování služeb společnosti CoinGecko a potvrzujete, že jste si přečetli naše zásady ochrany osobních údajů
nebo
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
Nedostali jste informace pro potvrzení?
Opět poslat instrukce pro potvrzení
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
coingecko
Pokračovat v aplikaci
Ceny v reálném čase
Otevřít aplikaci