SocioAnalyticaLiquidation Leaderboard
    Updated 2025-02-04
    SELECT
    block_timestamp,
    COLLATERAL_TOKEN_SYMBOL,
    amount_usd,
    DEBT_TOKEN_SYMBOL,
    tx_hash,
    liquidator,
    borrower
    FROM bsc.defi.ez_lending_liquidations
    WHERE platform = 'Kinza'
    ORDER BY 1 DESC





    Auto-refreshes every 24 hours
    QueryRunArchived: QueryRun has been archived