swolsolUntitled Query
    Updated 2023-11-20
    select BLOCK_TIMESTAMP, TX_ID, TX_TO, AMOUNT from solana.core.fact_transfers
    where tx_from = '9AhKqLR67hwapvG8SA2JFXaCshXc9nALJjpKaHZrsbkw'
    order by amount desc
    limit 200
    Run a query to Download Data