ErsvanUntitled Query
    Updated 2022-04-26
    SELECT distinct(label)

    FROM algorand.labels

    WHERE label_type = 'cex'

    AND label NOT LIKE 'group%'

    ORDER BY label
    Run a query to Download Data