KaskoazulMM labels
    Updated 2022-03-04

    SELECT
    label,
    label_type,
    count(address)
    FROM solana.labels
    WHERE label in ('binance', 'kraken', 'ftx', 'coinbase', 'fireblocks', 'wormhole', 'allbridge', 'drift', 'zeta', '01protocol', 'tulip', 'raydium', 'atrix', 'orca', 'saber', 'parrot')
    GROUP BY 1, 2
    Run a query to Download Data