Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

getTimeSeriesTokenAnalytics

Analyze historical token volume data by specifying token addresses and timeframes (1d, 7d, 30d) for insights using the Moralis MCP Server.

Instructions

Retrieve timeseries volume data by token addresses

Input Schema

NameRequiredDescriptionDefault
timeframeNoThe timeframe to query

Input Schema (JSON Schema)

{ "properties": { "timeframe": { "description": "The timeframe to query", "enum": [ "1d", "7d", "30d" ], "type": "string" } }, "type": "object" }

You must be authenticated.

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