flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Number of Traders & Pools of both Networks
Spiltadavid
Number of Traders & Pools of both Networks
Updated 2022-11-02
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
'NEAR'
,
count
(
distinct
pool_id
)
as
pool
,
count
(
distinct
trader
)
as
trader
from
near
.
core
.
ez_dex_swaps
UNION
select
'ETHEREUM'
,
count
(
distinct
pool_name
)
as
pool
,
count
(
distinct
sender
)
as
trader
from
ethereum
.
core
.
ez_dex_swaps
Results
Run a query to Download Data