Monthly Trading Volumes Of Crypto DEX
An On-Chain Perspective: Analyzing Monthly Trading Volumes of Crypto DEX
@kaggle.franoisgeorgesjulien_crypto_dex_monthly_volume
An On-Chain Perspective: Analyzing Monthly Trading Volumes of Crypto DEX
@kaggle.franoisgeorgesjulien_crypto_dex_monthly_volume
Explore the Monthly Trading Volumes of Crypto Decentralized Exchanges (DEX)
This dataset provides a comprehensive overview of the monthly trading volumes across various Crypto Decentralized Exchanges (DEX). Crypto DEX has gained significant prominence in the blockchain ecosystem, offering decentralized, non-custodial trading solutions. This dataset allows you to analyze the trading volumes of major DEX platforms, providing valuable insights into their performance and growth.
You will find two datasets:
List of Included DEX:
Data Source:
The trading volume data for these DEX platforms was meticulously collected on-chain using Dune Analytics, a robust platform for exploring, querying, and analyzing data from the Ethereum blockchain and other DeFi protocols. The dataset provides monthly trading volume metrics, enabling researchers, analysts, and enthusiasts to gain a deeper understanding of the decentralized exchange landscape.
Use Cases:
Whether you're a crypto trader, blockchain researcher, or DeFi enthusiast, this dataset offers a valuable resource for exploring the dynamics of decentralized exchanges in the cryptocurrency market.
CREATE TABLE dex_volume_monthly_overall_list_month (
"month" TIMESTAMP,
"monthly_diff" VARCHAR,
"total" VARCHAR,
"uniswap" VARCHAR,
"spiritswap" VARCHAR,
"balancer" VARCHAR,
"curve" VARCHAR,
"apeswap" VARCHAR,
"iziswap" VARCHAR,
"trader_joe" VARCHAR,
"biswap" VARCHAR,
"swapr" VARCHAR,
"spookyswap" VARCHAR,
"equalizer_exchange" VARCHAR,
"spartacus_exchange" VARCHAR,
"sushiswap" VARCHAR,
"clipper" VARCHAR,
"beethoven_x" VARCHAR,
"kyberswap" VARCHAR,
"airswap" VARCHAR,
"maverick" VARCHAR,
"ellipsis_finance" VARCHAR,
"integral" VARCHAR,
"defiswap" VARCHAR,
"mstable" VARCHAR,
"onepunchswap" VARCHAR,
"quickswap" VARCHAR,
"pancakeswap" VARCHAR,
"babyswap" VARCHAR,
"glacier" VARCHAR,
"dodo" VARCHAR,
"shibaswap" VARCHAR,
"synthetix" VARCHAR,
"nomiswap" VARCHAR,
"rubicon" VARCHAR,
"hashflow" VARCHAR,
"wombat" VARCHAR,
"wigoswap" VARCHAR,
"bancor_network" VARCHAR,
"velodrome" VARCHAR,
"fraxswap" VARCHAR,
"mdex" VARCHAR,
"arbswap" VARCHAR,
"zipswap" VARCHAR,
"gmx" VARCHAR,
"verse_dex" VARCHAR,
"dfx" VARCHAR,
"platypus_finance" VARCHAR,
"woofi" VARCHAR,
"zigzag" VARCHAR
);CREATE TABLE query_db_dex_volume_monthly_original_db_dex_volume_monthly (
"project" VARCHAR,
"month" TIMESTAMP,
"monthly_volume" VARCHAR
);Anyone who has the link will be able to view this.