get https://api.amberdata.com/blockchains/addresses//account-balances/historical
Retrieves the historical (time series) account balances for the specified address.
Blockchains Supported
This endpoint supports Bitcoin, Bitcoin Cash, Ethereum, Litecoin and Polygon.
Response Data
Field | Type | Description |
---|---|---|
data | array | The historical account balance data. |
address | string | The address of the account. |
blockNumber | object | The block where the account balance was changed. |
timestamp | number | The time when the account balance was last changed. |
timestampNanoseconds | number | The nano second part of the timestamp (where applicable). |
value | string | The value or balance of the account expressed in the smallest unit of the blockchain. For instance, wei with Ethereum. See full value conversion reference here. |
metadata | object | The metadata associated with the historical account balance data. |
columns | array | The name of the columns associated with the returned data e.g. [ address , blockNumber ]. |