MultipartiteRecent outbound fees
    Updated 2022-02-19
    SELECT block_id,
    (asset_e8 * POW(10,-8)) AS deducted_asset
    FROM thorchain.fee_events
    WHERE (asset = 'BTC.BTC') AND (block_id > 2500000)
    ORDER BY block_id DESC;
    Run a query to Download Data