PapasotUntitled Query
    Updated 2022-02-17
    select
    asset_amount,
    asset_id,
    block_timestamp,
    tx_message,
    tx_type_name,
    tx_type,
    inner_tx
    from algorand.asset_transfer_transaction
    WHERE
    asset_receiver = 'W5UCMHDSTGKWBOV6YVLDVPJGPE4L4ISTU6TGXC7WRF63Y7GOVFOBUNJB5Q' AND
    asset_id = 386192725

    Run a query to Download Data