Skip to main content

balances

Schema: public

Description

This table contains native-token balances for each chain. Note that at-the-moment we do not store token balances (e.g. ERC20 tokens) in this table.

Columns

Column NameData TypeDescription
idbpchar(44)The unique identifier for the balance entry.
updated_attimestamptzThe timestamp when the balance was last updated.
chaintextThe blockchain this balance belongs to.
accounttextThe wallet address associated with the balance.
symboltextThe symbol of the balance.
valnumericThe value of the balance.