solana_gethistoricaltokenholders
Retrieve historical token holder data over time for Solana tokens to analyze ownership trends and distribution patterns across specified time intervals.
Instructions
Get token holders overtime for a given tokens
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | The network to query | |
| address | Yes | The address to query | |
| cursor | No | The cursor to the next page | |
| timeFrame | Yes | The interval of the holders data | 1min |
| fromDate | Yes | The starting date (format in seconds or datestring accepted by momentjs) | |
| toDate | Yes | The ending date (format in seconds or datestring accepted by momentjs) | |
| limit | No | The limit per page depending on the plan |