solana_gethistoricaltokenholders
Retrieve historical token holders for a specific Solana token address over a defined time frame using the Moralis MCP Server. Query holders data at customizable intervals to analyze ownership trends.
Instructions
Get token holders overtime for a given tokens
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The address to query | |
cursor | No | The cursor to the next page | |
fromDate | Yes | The starting date (format in seconds or datestring accepted by momentjs) | |
limit | No | The limit per page depending on the plan | |
network | Yes | The network to query | |
timeFrame | Yes | The interval of the holders data | 1min |
toDate | Yes | The ending date (format in seconds or datestring accepted by momentjs) |