flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
earning flow from swaps
mlh
earning flow from swaps
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_out_amount
)
as
swap_to_volume
from
flow
.
core
.
fact_swaps
where
TOKEN_OUT_CONTRACT
=
'A.1654653399040a61.FlowToken'
group
by
1
order
by
1
Results
Run a query to Download Data