Spot-WiggumBNB Current Pool Depth
    Updated 2024-11-13
    -- forked from ETH Current Pool Depth @ https://flipsidecrypto.xyz/edit/queries/951fbe0f-f474-4c32-a205-685482e7d871

    -- forked from BTC Current Pool Depth @ https://flipsidecrypto.xyz/edit/queries/a8385646-d21d-441e-9fec-9b9d4f2a1dc4
    SELECT
    day,
    ROUND(asset_liquidity) AS asset_liquidity
    FROM thorchain.defi.fact_daily_pool_stats
    WHERE pool_name = 'BNB.BNB'
    AND day = DATEADD(DAY, -1, CURRENT_DATE())







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