flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
swap from flow volume
mlh
swap from flow volume
Updated 2022-06-29
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
date_trunc
(
'day'
,
block_timestamp
)
as
dates
,
count
(
distinct
trader
)
as
traders
,
sum
(
token_in_amount
)
as
swap_from_volume
from
flow
.
core
.
fact_swaps
where
TOKEN_IN_CONTRACT
=
'A.1654653399040a61.FlowToken'
group
by
1
order
by
1
Results
Run a query to Download Data