getHistoricalTokenHolders
Retrieve historical token holder data by specifying token address, date range, and time frame for detailed blockchain analysis.
Instructions
Get token holder summary
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | The cursor returned in the previous response (used for getting the next page) | |
fromDate | No | The starting date (format in seconds or datestring accepted by momentjs) | |
limit | No | The number of results to return | |
timeFrame | No | The time frame to group the data by | |
toDate | No | The ending date (format in seconds or datestring accepted by momentjs) | |
tokenAddress | No | The token address |