ehsanstUntitled Query
Updated 2022-12-13
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
select *
select sum(SAVER_E8)
from thorchain.defi.fact_rewards_event_entries
where thorchain.defi.fact_rewards_event_entries.block_timestamp>='2024-04-03 06:00:00.000'
and thorchain.defi.fact_rewards_event_entries.block_timestamp<='2024-04-03 07:00:00.000'
and thorchain.defi.fact_rewards_event_entries.pool_name='BTC.BTC'
select * from thorchain.defi.fact_rewards_event_entries
where pool_name='AVAX.AVAX'
order by block_timestamp desc
limit 10
Run a query to Download Data