Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

getTimeSeriesVolumeByCategory

Retrieve timeseries volume data for specific categories on blockchain networks. Specify chain, timeframe, and category ID to analyze volume trends efficiently.

Instructions

Retrieve timeseries volume data by category

Input Schema

NameRequiredDescriptionDefault
categoryIdNoThe category id
chainNoThe chain to query
timeframeNoThe timeframe to query

Input Schema (JSON Schema)

{ "properties": { "categoryId": { "description": "The category id", "type": "string" }, "chain": { "description": "The chain to query" }, "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