theericstoneUntitled Query
    Updated 2022-11-04
    select blockchain, count(1) from crosschain.core.address_tags
    where end_date > CURRENT_DATE - 21
    group by 1;
    Run a query to Download Data