Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

getTopProfitableWalletPerToken

Identify top-performing wallets for a specific ERC20 token by analyzing profitability over a chosen timeframe using the Moralis MCP Server.

Instructions

Retrieves a list of the top profitable wallets for a specific ERC20 token.

Input Schema

NameRequiredDescriptionDefault
addressNoThe ERC20 token address.
daysNoTimeframe in days for which profitability is calculated, Options include 'all', '7', '30' default is 'all'.

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The ERC20 token address.", "type": "string" }, "days": { "description": "Timeframe in days for which profitability is calculated, Options include 'all', '7', '30' default is 'all'.", "type": "string" } }, "type": "object" }
Install Server

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