flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
LittlerData
Untitled Query
Updated 2022-10-28
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
,
currency
,
from
axelar
.
core
.
fact_transfers
a
left
join
axelar
.
core
.
dim_labels
l
on
a
.
sender
=
l
.
address
group
by
2
,
3
,
4
,
5
order
by
1
desc
limit
1000
Results
Run a query to Download Data