PapasotBlockchain transactions
    Updated 2023-01-02
    select
    block_timestamp,
    tx_id,
    tx_group_id,
    tx_sender,
    receiver,
    asset_id,
    amount
    from algorand.transfers
    where receiver = 'PAPA23PAWOROGLHBAL3DNHEFI76JNIET4N32OOJLJGQRKR4PMD4EE5M7PQ'
    and
    asset_id = 0
    order by block_timestamp asc
    Run a query to Download Data