Blockchain | Pools | Swaps | Swappers | Volume | Volume/Swap | Volume/Swapper | |
---|---|---|---|---|---|---|---|
1 | Arbitrum | 2172 | 14489319 | 292656 | 14330905732 | 989.066893482 | 48968.433013504 |
2 | Avalanche | 1129 | 1848317 | 72398 | 3308874400 | 1790.209363437 | 45703.947622863 |
3 | Optimism | 970 | 2386692 | 86758 | 444366013 | 186.184900691 | 5121.9024528 |
4 | Polygon | 3379 | 8624562 | 419015 | 2305205835 | 267.283815109 | 5501.487619775 |
alitaslimiCross Chain Swaps Overview
Updated 10 days 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: 10 days agoAuto-refreshes every 6 hours
4
292B
17s