Skip to main content
Schema: 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 NameData TypeDescription
DATEDATEThe day the balance was recorded on.
BALANCE_TYPETEXTEither “staked” or “liquid” corresponding to how the currency is in the wallet.
ADDRESSTEXTAddress unique to an individual wallet, validator, or token.
CURRENCYTEXTThe currency that was used in the transaction message.
BALANCENUMBERThe amount of the currency the wallet held at the given time
FACT_DAILY_BALANCES_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.