get https://api.amberdata.com/market/metrics//supply/historical
Retrieves historical supply data for blockchains and tokens from October 2019 forward. *Note: We get supply values directly from our data/nodes. Blockchains included in our supply data are: Ethereum, Bitcoin and Litecoin.
Time Range Limit
The maximum time range (difference between startDate and endDate) is 184 days.
Not specifying startDate and endDate
If the startDate and endDate query parameters are not provided, the API will return the data from the previous month.
Response Data
Field | Type | Description |
---|---|---|
timestamp | string | The timestamp of the data point. |
issuance | string | The issuance for the asset. |
totalSupply | string | The total supply of the asset. |
circulatingSupply | string | The circulating supply of the asset. |
maxSupply | string | The max supply of the asset. |