Updated 2025-02-14
    /*
    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
    No Data to Display
    0
    2B
    38s