peteer13 light
Updated 2023-01-21
9
1
2
3
›
⌄
select count(*), sum(AMOUNT/1e6) , BLOCKCHAIN ,TRANSFER_TYPE from terra.core.ez_transfers
where CURRENCY='uluna' and block_timestamp::date >='2023-01-09' and block_timestamp::date >='2023-01-07' and block_timestamp::date <='2023-01-13'
group by 3,4
Run a query to Download Data