Retrieves the historical token supplies (and derivatives) for the specified address.
Note: This endpoint returns a max of 6 months of historical data. In order to get more than 6 months you must use the startDate
& endDate
parameters to move the time frame window to get the next n days/months of data.
The id of the blockchain
ethereum-mainnet
, polygon-mainnet
The address for which to retrieve token supply. (example is MKR)
Filter by token prices after this date - note that the interval can not exceed 6 months (d), or 30 days (h).
Filter by token prices before this date - note that the interval can not exceed 6 months (d), or 30 days (h).
The time interval to return the historical data in: by day (days) or by hour (hours).
[Optional] Time format of the timestamps in the return payload.<BR/>[Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable
OK
The response is of type object
.