flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
BNB
SocioCrypto
BNB
Updated 2022-09-25
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
date_trunc
(
'day'
,
block_timestamp
)
as
date
,
sum
(
amount
)
as
amnt
,
sum
(
amount_usd
)
as
amnt_usd
FROM
bsc
.
core
.
ez_bnb_transfers
GROUP
by
date
ORDER
by
DATE
DESC
Results
Run a query to Download Data