mcfemi6FTX CURRENT BALANCE
Updated 2022-11-16
9
1
2
3
4
5
6
›
⌄
--Current Balance of FTX, three ETH addresses were used to pull this figures
select count(SYMBOL), sum(USD_VALUE_NOW)
FROM ethereum.core.ez_current_balances
where USER_ADDRESS IN ('0x2faf487a4414fe77e2327f0bf4ae2a264a776ad2', '0xc098b2a3aa256d2140208c3de6543aaef5cd3a94', '0x7abE0cE388281d2aCF297Cb089caef3819b13448')
AND USD_VALUE_NOW > 0 AND SYMBOL != 'BTMXBULL' and symbol != 'KCAL'
Run a query to Download Data