Get the latest balance for a specific account
Returns the latest token balance for the specified account address.
GET
TypeScript
Path Parameters
The token link id
The account address to get balance history for
Example:
"0x1234567890abcdef1234567890abcdef12345678"
Response
Successfully retrieved the balance for the account
The account address
Example:
"0x1234567890123456789012345678901234567890"
The current balance of the account
Example:
"1000000000000000000"
The timestamp when this balance was last updated
Example:
"2023-12-01T12:00:00.000Z"
Previous
Get balance history for a specific accountReturns paginated balance history for the specified account address with optional time-range filtering.
Next
TypeScript