0-MIDtotal stats
Updated 2024-08-20
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
select
sum(FROM_AMOUNT_USD)/2 as volume
,avg(FROM_AMOUNT_USD)/2 as avg
,count(distinct FROM_ADDRESS) as swappers
,count(distinct TX_ID) as swaps
from thorchain.defi.fact_swaps
where AFFILIATE_ADDRESS='lifi'
and BLOCK_TIMESTAMP::date>=current_date-60
and BLOCKCHAIN='BSC'
QueryRunArchived: QueryRun has been archived