freemartianmedium algo
    Updated 2022-04-05
    SELECT amount, (CASE
    WHEN asset_id = '386192725' THEN 'goBTC'
    WHEN asset_id = '386195940' THEN 'goETH'
    END) AS currency
    FROM algorand.payment_transaction a
    WHERE sender = 'ETGSQKACKC56JWGMDAEP5S2JVQWRKTQUVKCZTMPNUGZLDVCWPY63LSI3H4'
    AND asset_id IN ('386192725', '386195940')
    Run a query to Download Data