feyikemiSei count
Updated 2024-04-16
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
COUNT(DISTINCT platform) DEXs,
COUNT(DISTINCT Swapper) Users,
Count(DISTINCT tx_id) Swaps,
swaps/Count(DISTINCT Date_trunc('day', block_timestamp)) as Avg_swap_per_day,
Users/Count(DISTINCT Date_trunc('day', block_timestamp)) as Avg_users_per_day
FROM sei.defi.fact_dex_swaps
QueryRunArchived: QueryRun has been archived