Sbhn_NPUntitled Query
    Updated 2023-02-02
    select date_trunc('day',block_timestamp) as date,
    count(DISTINCT tx_id)
    from terra.core.fact_transactions
    where tx_sender = 'terra1m4hq3r4xacwam3zk40kh0892gwlfzdpcxafd7u'
    group by 1
    Run a query to Download Data