ACTION_TYPE | |
---|---|
1 | depositStakeAccount |
2 | orderUnstake |
3 | claim |
4 | deposit |
datavortex1:2
Updated 2025-02-18
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
›
⌄
/*
WITH swaps AS (
SELECT
tx_id
FROM
$query('58a03ee7-7d9d-4c7e-b6c3-d1f0c9a303c7')
)
SELECT
SUM(f.fee / 1e9) AS total_fee_sol
FROM
swaps s
JOIN
solana.core.fact_transactions f
ON
s.tx_id = f.tx_id;
*/
Last run: 3 months ago
4
64B
2s