get https://api.amberdata.com/blockchains/addresses//account-balances/latest
Retrieves the current account balance for the specified address.
Blockchains Supported
This endpoint supports Bitcoin, Bitcoin Cash, Ethereum, Litecoin and Polygon.
Response Data
Field | Type | Description |
---|---|---|
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. |
blockchainId | string | The id of the blockchain in which the account resides. |
slotNumber | string | The slot where the account balance was changed. (Solana only) |