Get balance history for a specific account
Returns paginated balance history for the specified account address with optional time-range filtering.
GET
TypeScript
Path Parameters
The token link id
The account address to get balance history for
Example:
"0x1234567890abcdef1234567890abcdef12345678"
Query Parameters
Start date of the time range in ISO 8601 format
End date of the time range in ISO 8601 format
Time interval for grouping data
Available options:
HOUR, DAY, WEEK, MONTH Page cursor to get the next page
Number of items per page (max 100), requesting more than 100 will return 100 items
Required range:
1 <= x <= 100Sorting field (enum). Sorting only supported by 'blockTimestamp'
Available options:
blockTimestamp ASC / DESC ordering (default DESC)
Available options:
ASC, DESC Response
Successfully retrieved the balance history
Previous
Get active RBAC roles for a tokenReturns a list of currently active roles for the token contract.
Next
TypeScript