eth.wallet_lst_balances
SQL table schema for eth.wallet_lst_balances
Wallet balance changes for LSTs (Liquid Staking Tokens) on Ethereum.
Whenever the balance of a wallet holding one of the supported LSTs changes, a row is added to this dataset.
The supported LSTs are:
Column | Data Type | Description |
---|---|---|
| TEXT | The wallet address that contains this LST balance. |
| TEXT | The LST token address of the balance. |
| DECIMAL | Scaled balance (from the token's decimals) of the token. |
| DECIMAL | The change in balance from the previous block, scaled by the token's decimals. |
| TEXT | The raw balance of the token as a decimal string. |
| TEXT | The raw balance of the token as a hex string. |
| TEXT | The change in balance from the previous block as a decimal string. |
| TEXT | The change in balance from the previous block as a hex string. |
| DECIMAL | The USD balance of this wallet at this block for the token. |
| DECIMAL | The ETH balance of the wallet at this block for the token. |
| BIGINT | The timestamp of the block when this wallet had this balance. |
| BIGINT | The block number when this wallet had this balance. |
| TEXT | The hash of the block when this wallet had this balance. |
Last updated