forgashUntitled Query
    Updated 2022-02-08
    select

    date_trunc('d',block_timestamp),
    count(1)
    from anchor.collateral

    group by 1


    Run a query to Download Data