Get historical total supply for a token
Returns paginated total supply history for the token contract with optional time-range filtering and binning.
Path Parameters
The token link id
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 token total supply history
Array of total supply data points
[
{
"timestamp": "2024-01-01T23:59:59.999Z",
"totalSupply": "1000000000000000000000"
}
]
Cursor for next page
"MjAyMy0xMi0xMyAyMDozNjowOC4zMDI=:MTEwMA=="
Cursor for previous page
"dGhpcyBpcyBhIHByZXZpb3VzIGN1cnNvcg=="
Total count of items
150