No Data to Display
Updated 2025-02-14
99
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
›
⌄
⌄
⌄
/*
SELECT
tx.transaction_hash
FROM
stellar.defi.fact_trades ft
JOIN
stellar.core.fact_transactions tx
ON
ft.history_operation_id = tx.id;
*/
SELECT
ft.history_operation_id
FROM
stellar.defi.fact_trades ft
WHERE
ft.history_operation_id IN (
SELECT id
FROM stellar.core.fact_transactions
)
LIMIT 10;
--SELLING_ACCOUNT_ADDRESS
/*
219527246062030850
2
219544795297947650
3
219574542241448000
4
219570212914872350
5
219522062036127800
6
Last run: about 1 month ago
0
2B
38s