Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3

getWalletNetWorth

Calculate the USD net worth of a wallet by querying blockchain data, with options to exclude spam tokens, unverified contracts, and low-liquidity assets for accurate results.

Instructions

Get the net worth of a wallet in USD. We recommend to filter out spam tokens and unverified contracts to get a more accurate result.

Input Schema

NameRequiredDescriptionDefault
addressNoThe wallet address
chainsNoThe chains to query
exclude_spamNoExclude spam tokens from the result
exclude_unverified_contractsNoExclude unverified contracts from the result
max_token_inactivityNoExclude tokens inactive for more than the given amount of days
min_pair_side_liquidity_usdNoExclude tokens with liquidity less than the specified amount in USD. This parameter refers to the liquidity on a single side of the pair.

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The wallet address", "type": "string" }, "chains": { "description": "The chains to query", "type": "array" }, "exclude_spam": { "description": "Exclude spam tokens from the result", "type": "boolean" }, "exclude_unverified_contracts": { "description": "Exclude unverified contracts from the result", "type": "boolean" }, "max_token_inactivity": { "description": "Exclude tokens inactive for more than the given amount of days", "type": "number" }, "min_pair_side_liquidity_usd": { "description": "Exclude tokens with liquidity less than the specified amount in USD. This parameter refers to the liquidity on a single side of the pair.", "type": "number" } }, "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