Get historical total supply for a token
Returns paginated total supply history for the token contract with optional time-range filtering and binning.
GET
TypeScript
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
Available options:
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
Required range:
1 <= x <= 100Sorting field (enum). Sorting only supported by 'blockTimestamp'
Available options:
blockTimestamp ASC / DESC ordering (default DESC)
Available options:
ASC, DESC Response
Successfully retrieved the token total supply history
Previous
Get onchain transactions for a tokenReturns a paginated list of onchain transactions for the token contract, optionally filtered by date range.
Next
TypeScript