Matcha π΅
Dashboard by @0x
Check out these dashboards for up-to-date analytics about Matcha and other related projects.
Dashboard by @0x
Query by @0x
Matcha is a crypto trading platform powered by 0x Labs.
We are a decentralized exchange meaning that users swap their tokens peer-to-peer through the Ethereum smart contract infrastructure. We provide you with the best prices while allowing you to retain complete custody of your tokens throughout the entire trading process.
From http://help.matcha.xyz/.
The exchange layer for the crypto economy The world's assets are becoming tokenized on public blockchains. 0x Protocol is free, open-source infrastructure that developers and businesses utilize to build products that enable the purchasing and trading of crypto tokens.
Support for all Ethereum Standards 0x Protocol facilitates the decentralized exchange of a growing number of Ethereum-based tokens, including all ERC-20 and ERC-721 assets.
Networked Liquidity 0x is lowering the barrier to entry by building a layer of networked liquidity that allows businesses to tap into a shared pool of digital assets.
Flexible Integration 0x is a modular system that enables businesses and projects, known as relayers, to easily add exchange functionality to any product experience.
From https://0x.org/why.
Dashboard by @0x
Dashboard by @0x
Explore and fork thousands of queries and dashboards
Dune Analytics is a powerful tool that allows anyone to easily query, visualise and share smart contract data for free. You can explore thousands of queries and dashboards created by the community.
SELECT SUM(token_a_amount) AS dai_bought
FROM dex.trades
WHERE block_time > now() - interval '24 hours'
AND token_a_symbol = 'DAI';