Initia
Balances
Initia blockchain account balances data
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Initia blockchain account balances data
| Column name | Data Type | Description |
|---|---|---|
| block_date | date | The date of the block. |
| block_height | bigint | The height of the block where the balance was recorded. |
| block_timestamp | timestamp(3) with time zone | Timestamp when the block was validated. |
| address | varchar | The account address. |
| denom | varchar | The denomination of the token. |
| amount | decimal(38, 0) | The balance amount. |
| updated_at | timestamp(3) with time zone | Timestamp of when the record was last updated. |
| ingested_at | timestamp(3) with time zone | Timestamp of when the record was ingested into Dune. |
Was this page helpful?