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 Name | Data Type | Description |
---|---|---|
id | bpchar(44) | The unique identifier for the balance entry. |
updated_at | timestamptz | The timestamp when the balance was last updated. |
chain | text | The blockchain this balance belongs to. |
account | text | The wallet address associated with the balance. |
symbol | text | The symbol of the balance. |
val | numeric | The value of the balance. |