JonasoVertex I Liquidation (2)
    Updated 2024-12-19
    select health_group_symbol as asset,
    count(distinct trader) as trader
    from arbitrum.vertex.ez_liquidations
    where block_timestamp >= current_date - interval '30 days'
    group by 1
    order by 2 desc
    limit 10

    QueryRunArchived: QueryRun has been archived