Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

evm_gettopgainerstokens

Discover tokens with significant price increases by specifying chain, market cap, security score, and time frame using the Moralis MCP Server API.

Instructions

Identify tokens with the highest price increases over a period.

Input Schema

NameRequiredDescriptionDefault
chainNoThe chain to query
min_market_capNoThe minimum market cap in usd of a token
security_scoreNoThe minimum security score of a token
time_frameNoThe time frame used for price percent change ordering in response

Input Schema (JSON Schema)

{ "properties": { "chain": { "description": "The chain to query", "enum": [ "eth", "mainnet", "0x1", "matic", "0x89", "polygon", "bsc", "binance", "0x38", "fantom", "ftm", "0xfa", "arbitrum", "0xa4b1", "optimism", "0xa", "base", "0x2105", "linea", "0xe708", "0x7e4", "ronin" ], "type": "string" }, "min_market_cap": { "description": "The minimum market cap in usd of a token", "type": "number" }, "security_score": { "description": "The minimum security score of a token", "type": "number" }, "time_frame": { "description": "The time frame used for price percent change ordering in response", "enum": [ "1h", "1d", "1w", "1M" ], "type": "string" } }, "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