get https://api.amberdata.com/blockchains/tokens//holders/historical
Retrieves the historical (time series) token holders for the specified token address.
Blockchains Supported
This endpoint supports Ethereum.
Response Data
Field | Type | Description |
---|---|---|
data | array | The historical token holder data. |
metadata | object | The metadata associated with the token holder data. |
columns | array | The name of the columns associated with the returned data e.g. [ timestamp, timestamp.holder*] . |
timestamp | string | The timestamp associated with this record. |
holder* | object | The address of the token holder along with the number of tokens that the address holds. E.g. { address: volume } . |