flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Aptos : Volume bridged by platform
Ericmoore_11
Aptos : Volume bridged by platform
Updated 2024-10-09
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
SELECT
date_trunc
(
day
,
block_timestamp
)
as
date
,
platform
,
amount_usd
FROM
crosschain
.
defi
.
ez_bridge_activity
WHERE
amount_usd
IS
NOT
NULL
and
amount_usd
<
1e9
and
date
>=
'2023-01-01'
ORDER
BY
3
DESC
,
1
ASC
LIMIT
1000
Results
QueryRunArchived: QueryRun has been archived