Delamir-601405-total number of transactions in DYDX
    Updated 2023-01-25
    select
    count (distinct tx_hash) as Total_TXs
    from ethereum.core.fact_transactions
    where to_address = '0x92d6c1e31e14520e676a687f0a93788b716beff5'
    -- group by 1
    Run a query to Download Data