Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

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

NameRequiredDescriptionDefault
addressYesThe address to query
cursorNoThe cursor to the next page
fromDateYesThe starting date (format in seconds or datestring accepted by momentjs)
limitNoThe limit per page depending on the plan
networkYesThe network to query
timeFrameYesThe interval of the holders data1min
toDateYesThe ending date (format in seconds or datestring accepted by momentjs)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address to query", "type": "string" }, "cursor": { "description": "The cursor to the next page", "type": "string" }, "fromDate": { "description": "The starting date (format in seconds or datestring accepted by momentjs)", "type": "string" }, "limit": { "default": 100, "description": "The limit per page depending on the plan", "type": "number" }, "network": { "description": "The network to query", "enum": [ "mainnet", "devnet" ], "type": "string" }, "timeFrame": { "default": "1min", "description": "The interval of the holders data", "enum": [ "1min", "5min", "10min", "30min", "1h", "4h", "12h", "1d", "1w", "1m" ], "type": "string" }, "toDate": { "description": "The ending date (format in seconds or datestring accepted by momentjs)", "type": "string" } }, "required": [ "network", "address", "timeFrame", "fromDate", "toDate" ], "type": "object" }

Other Tools from Moralis MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/MoralisWeb3/moralis-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server