axelar.core Table: fact_daily_balances Type: View
A table that contains a daily balance entry for the staked balance of wallets on the Axelar chain.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| DATE | DATE | The day the balance was recorded on. |
| BALANCE_TYPE | TEXT | Either “staked” or “liquid” corresponding to how the currency is in the wallet. |
| ADDRESS | TEXT | Address unique to an individual wallet, validator, or token. |
| CURRENCY | TEXT | The currency that was used in the transaction message. |
| BALANCE | NUMBER | The amount of the currency the wallet held at the given time |
| FACT_DAILY_BALANCES_ID | TEXT | The unique identifier for each row in the table. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |