cimenUntitled Query
Updated 2023-02-02Copy Reference Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
›
⌄
SELECT * from flow.core.ez_token_transfers
where token_contract='A.1654653399040a61.FlowToken'
limit 10ethereum.core.dim_labelse
SELECT * from near.core.dim_token_labels
limit 10
select * from solana.core.fact_transfers
order by block_id desc
LIMIT 100
select * from ethereum.core.dim_labels
where label in ('binance','kucoin') and address = '0x1F1fEC7062291Fd3FdF1d5c589022072e5B9Fa53'
and label_subtype='deposit_wallet'
select * from solana.core.fact_transfers
where mint='ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx'
order by block_id desc
limit 10
Run a query to Download Data