flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
top 5 osmo
Sbhn_NP
top 5 osmo
Updated 2023-01-12
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
select
project_name
as
token
,
count
(
DISTINCT
tx_id
)
as
swaps
from
osmosis
.
core
.
fact_swaps
join
osmosis
.
core
.
dim_labels
on
to_currency
=
address
where
block_timestamp
>=
'2022-12-24'
group
by
1
order
by
2
DESC
limit
5
Results
Run a query to Download Data