flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
BECOME A PARTNER
flipside
Number of First & Second Tokens of Swap Pairs of both Networks
ML6
Number of First & Second Tokens of Swap Pairs of both Networks
Updated 2022-10-31
Copy Reference
Fork
9
1
2
3
4
›
⌄
select
'NEAR'
,
count
(
distinct
token_in
)
,
count
(
distinct
token_out
)
from
near
.
core
.
ez_dex_swaps
UNION
select
'ETHEREUM'
,
count
(
distinct
token_in
)
,
count
(
distinct
token_out
)
from
ethereum
.
core
.
ez_dex_swaps
Results
Run a query to Download Data