Blockchain | Pools | Swaps | Swappers | Volume | Volume/Swap | Volume/Swapper | |
---|---|---|---|---|---|---|---|
1 | Arbitrum | 2103 | 16265105 | 356849 | 19083885641 | 1173.302332878 | 53478.88221909 |
2 | Avalanche | 1155 | 2872745 | 253503 | 3777625016 | 1314.987935233 | 14901.697478925 |
3 | Optimism | 943 | 4134386 | 127967 | 448225475 | 108.41403657 | 3502.664554143 |
4 | Polygon | 3142 | 9348017 | 530064 | 2844718917 | 304.312552812 | 5366.74612311 |
alitaslimiCross Chain Swaps Overview
Updated 1 hour ago
999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
with
------------------------- Arbitrum -------------------------
arbitrum as (
select
block_timestamp,
tx_hash,
origin_from_address as swapper,
event_index,
platform as dex,
pool_name,
token_in,
token_out,
symbol_in,
symbol_out,
amount_in,
amount_out,
amount_in_usd,
amount_out_usd,
(amount_in_usd + amount_out_usd) / 2 as amount_usd
from
arbitrum.defi.ez_dex_swaps
),
------------------------- Avalanche -------------------------
avalanche as (
select
block_timestamp,
tx_hash,
origin_from_address as swapper,
event_index,
platform as dex,
pool_name,
token_in,
token_out,
symbol_in,
symbol_out,
amount_in,
Last run: about 1 hour agoAuto-refreshes every 6 hours
4
294B
18s