dannerUntitled Query
    Updated 2022-10-19
    select
    *
    from
    polygon.core.fact_transactions
    where block_timestamp::date = '2022-10-19'::date
    and tx_hash = lower('0xb2b36c3d79dc85eaec171cca800039dff7fd8e3ad0e7f8dc33168b3372ee2ccd')

    limit 10
    Run a query to Download Data