Keyrock2024-02-28 07:03 PM
    Updated 2024-02-28
    SELECT
    tx_id,
    date(block_timestamp) as day,
    'in' as flow,
    mint,
    amount
    FROM solana.core.fact_transfers
    where tx_to in (
    'FoSDw2L5DmTuQTFe55gWPDXf88euaxAEKFre74CnvQbX'
    )
    AND block_timestamp > '2023-10-01'
    QueryRunArchived: QueryRun has been archived