Bancor USD Daily volume (30 days view)
Query by @bancor
Check out these dashboards for up-to-date analytics about Bancor and other related projects.
Query by @bancor
The Bancor Protocol is a fully on-chain liquidity protocol that can be implemented on any smart contract-enabled blockchain. The Bancor Protocol is an open-source standard for liquidity pools, which in turn provide an endpoint for automated market-making (buying / selling tokens) against a smart contract.
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';