PapasotBTC price
    Updated 2022-06-27
    select *
    from algorand.prices_swap
    where
    --asset_id = 0
    asset_id = 386192725
    --or asset_id = 386195940
    AND
    block_hour > '2022-04-01'
    and price_usd < 150000
    order by block_hour
    Run a query to Download Data