rackhaelIBC
Updated 2022-12-14
9
1
2
3
4
5
6
7
8
›
⌄
select
distinct(currency),
case when transfer_type = cosmos then cosmos_transfer
when transfer_type = IBC_TRANSFER_IN THEN transfer_in
when transfer_type = IBC_TRANSFER_OUT THEN transfer_out
else null end as transfers
from cosmos.core.fact_transfers
Run a query to Download Data