cypherAvalanche Block and TX performance - failure rate
    Updated 2023-04-17
    select count(*) as n_transactions, status from avalanche.core.fact_transactions
    where block_timestamp >= '2022-6-20'
    group by status
    Run a query to Download Data