DevJacobicount-cex-subtypes
    Updated 2022-10-07
    select 'all' as label_subtype, count(*) as amount from flipside_prod_db.algorand.labels
    where label_type = 'cex'

    union all
    select label_subtype, count(*) as amount from flipside_prod_db.algorand.labels
    where label_type = 'cex'
    group by label_subtype

    Run a query to Download Data