get https://api.amberdata.com/blockchains/tokens//supplies/historical
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.
Blockchains Supported
This endpoint supports Ethereum and Polygon.
Response Data
Field | Type | Description |
---|---|---|
data | array | The historical token supply data. |
metadata | object | The metadata associated with the token supply data. |
columns | array | The name of the columns associated with the returned data e.g. [ timestamp, numHolders] . |
timestamp | number | The timestamp associated with this record. |
numHolders | number | The number of token holders. |
totalSupply | string | The total supply of the tokens. |
circulatingSupply | string | The circulating supply of the tokens. |
startDate | number | The start of the time frame. |
endDate | number | The end of the time frame. |