DevJacobisent-to-cex
Updated 2022-10-08
9
1
2
3
4
5
6
›
⌄
with sent_algos as (
select * from flipside_prod_db.algorand.payment_transaction
where sender = '2XBL47CKYWTNAIVUQCTAMFBL75EXXRT3TBG2ZK7SOG7MDBER7Q3XNL77XQ'
)
select * from sent_algos join flipside_prod_db.algorand.labels labels on sent_algos.receiver = labels.address
Run a query to Download Data