Documentation Index
Fetch the complete documentation index at: https://docs.dune.com/llms.txt
Use this file to discover all available pages before exploring further.
Table Description
Theton.balances_history table contains information about all balances changes for native TON and jettons. This table allows
to get point time balance for each address as well latest balances.
Column Descriptions
| Column | Type | Description |
|---|---|---|
| block_time | timestamp | Timestamp of when the block containing the balance change was created |
| block_date | date | Date of when the block containing the balance change was created |
| address | string | Account raw address |
| asset | string | Asset address or TON for TON balance |
| amount | decimal(38,0) | Asset balance |
| mintless_claimed | boolean | Special flag for mintless jettons that mintless part was claimed |
| timestamp | int | Unix timestamp of the transaction |
| lt | bigint | Logical time of the transaction |