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 Params
string
required

The blockchain base assetId

string
required

The contract address

string
required

The account address to get balance history for

Query Params
date-time

Start date of the time range in ISO 8601 format

date-time

End date of the time range in ISO 8601 format

string
enum
Defaults to day

Time interval for grouping data

Allowed:
string

Page cursor to get the next page"

integer
1 to 100

Number of items per page (max 100), requesting more then 100 will return 100 items

string
enum
Defaults to blockTimestamp

Sorting field (enum). Sorting only supported by 'blockTimestamp'

Allowed:
string
enum
Defaults to DESC

ASC / DESC ordering (default DESC)

Allowed:
Responses

Language
URL
Request
Response
Choose an example:
application/json