Spot-WiggumBNB Current Pool Depth
Updated 2024-11-13
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
›
⌄
-- 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