datavortexTotals
Updated 2024-12-17
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
COUNT(DISTINCT tx_hash) AS total_swap_count,
SUM(amount_in_usd) AS total_swap_volume_usd,
COUNT(DISTINCT origin_from_address) AS total_active_users
FROM
kaia.defi.ez_dex_swaps
WHERE
platform = 'capybara'
QueryRunArchived: QueryRun has been archived