Balances Table
GET /tables/balance?address={required!}
- Schema
- Response
Field | Description |
---|---|
row_id uint64 | Unique row identifier. |
account_id uint64 | Unique account id. |
balance money | Point in time balance snapshot at end of block. |
valid_from int64 | Block height where the balance updated to the current value. |
address hash | Account address |
valid_from_time datetime | Block time where the balance updated to the current value. |
[
[
25, // row_id
25, // account_id
0, // balance
0 // valid_from
"tz2TSvNTh2epDMhZHrw73nV9piBX7kLZ9K9m", // address
0, // valid_from_time
],
// ...
]