AndyCoolUSDC/STBL Rate
Updated 2022-05-17
9
1
2
3
4
5
6
›
⌄
select sum(SWAP_TO_AMOUNT) as stbl_amount, sum(swap_from_amount) as usdc_amount, date_trunc('day', block_timestamp) as TIME
from flipside_prod_db.algorand.swaps s
where SWAP_TO_ASSET_ID = '465865291'
and swap_from_asset_id = '31566704'
and block_timestamp between '2022-05-08' and '2022-05-14'
GROUP BY TIME
Run a query to Download Data