Get historical balance data for a specific account in a contract
Returns the paginated balance history of the specified account in a contract with optional date range and interval filtering.
Path Parameters
The blockchain base assetId
The contract address
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 then 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 contract balance history