flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
flow test
BlockTracker
flow test
Updated 2023-04-10
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
DATE
(
BLOCK_TIMESTAMP
)
AS
BLOCK_DATE
,
BLOCK_HEIGHT
,
SWAP_CONTRACT
,
TOKEN_IN_AMOUNT
FROM
flow
.
core
.
ez_dex_swaps
WHERE
BLOCK_TIMESTAMP
>=
'2020-01-01'
AND
BLOCK_TIMESTAMP
<
CURRENT_TIMESTAMP
ORDER
BY
BLOCK_TIMESTAMP
ASC
;
Results
Run a query to Download Data