cimenUntitled Query
    Updated 2023-02-02
    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