Get balance history for a specific account
Returns paginated balance history for the specified account address with optional time-range filtering.
Path Parameters
The token link id
The account address to get balance history for
"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
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
1 <= x <= 100Sorting field (enum). Sorting only supported by 'blockTimestamp'
blockTimestamp ASC / DESC ordering (default DESC)
ASC, DESC Response
Successfully retrieved the balance history
Array of balance history data points
[
{
"timestamp": "2024-01-01T23:59:59.999Z",
"balance": "1000000000000000000000"
}
]Cursor for next page
"MjAyMy0xMi0xMyAyMDozNjowOC4zMDI=:MTEwMA=="
Cursor for previous page
"dGhpcyBpcyBhIHByZXZpb3VzIGN1cnNvcg=="
Total count of items
150