Get historical total supply data for a contract

Returns the paginated total supply history of the specified contract with optional date range and interval filtering.

Path Params
string
required

The blockchain base assetId

string
required

The contract address

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