theericstoneDAI Deposits to Exchanges by Type
99
1
2
3
4
5
6
7
8
9
10
›
⌄
CASE
WHEN to_label_subtype = 'project_token_contract' OR
to_label_subtype = 'project_other' OR
to_label_subtype = 'project_contract' OR
to_label_subtype = 'distributor_dex' OR
to_label_subtype = 'distributor_dex_balancer' THEN 'DeFi/DEX'
WHEN to_label like 'coinbase%' THEN 'Coinbase'
WHEN to_label like 'binance%' THEN 'Binance'
WHEN to_label like 'curve%' THEN 'Curve'
WHEN to_label_type like 'distributor%' AND (to_label NOT IN('coinbase', 'binance', 'curve')) THEN 'Other Exchanges'
Run a query to Download Data