monad.defi Table: ez_lending_withdraws Type: View
What
This table tracks withdrawal transactions where users remove their supplied liquidity from lending protocols. Withdrawals include the original deposit plus earned interest, subject to available liquidity in the protocol.Key Use Cases
- Monitoring liquidity flows and protocol health
Columns
| Column Name | Data Type | Description |
|---|---|---|
| AMOUNT | FLOAT | The decimal-adjusted quantity of tokens in the transactio… |
| AMOUNT_UNADJ | FLOAT | The raw amount of tokens borrowed or repaid without decim… |
| AMOUNT_USD | FLOAT | The USD value of tokens at transaction time. |