SalehComplete routing statistics
Updated 2024-07-20
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
-- tx: 0xc5c4a441803cd916ebfeec8d73e07aea4df84c758b9ba0d248f4f82bf0e01d14
select
concat(source_chain,'=>',destination_chain) as route
,count(DISTINCT tx_hash) as transactions
,count(sender) as wallets
,sum(amount) as amount_usd
,avg(amount) as avg_usd_volume
from axelar.defi.ez_bridge_squid
where token_symbol in('WMAI','USDT','USDC','axlUSDC','axlUSDT','axlWMAI')
group by 1
order by 1
QueryRunArchived: QueryRun has been archived