Flow Ambassadorsget all transactions for address x in x-y time range
    Updated 2024-08-02
    select
    *
    from
    flow.core.fact_transactions
    where
    authorizers [0] ilike '%{{address}}%'
    and block_timestamp between '{{starting_time}}'
    and '{{ending_time}}'
    QueryRunArchived: QueryRun has been archived