moralis_wallet_net_worth
Pack: moralis · Endpoint: https://gateway.pipeworx.io/moralis/mcp
Total portfolio net worth for wallet X — returns the aggregate USD value of a wallet with a per-chain breakdown. Example: moralis_wallet_net_worth({ address: “0xcB1C1FdE09f811B294172696404e88E658659905”, chain: “eth”, _apiKey: “your-key” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
address | string | yes | Wallet address (0x…) to value |
chain | string | no | Single EVM chain to value (default eth). Use chains for multiple. |
chains | array | no | Optional list of EVM chains to aggregate, e.g. [“eth”,“polygon”,“base”] |
items | string | no | |
_apiKey | string | yes | Moralis API key |
Example call
curl -X POST https://gateway.pipeworx.io/moralis/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"moralis_wallet_net_worth","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"moralis": {
"url": "https://gateway.pipeworx.io/moralis/mcp"
}
}
}
See Getting Started for client-specific install steps.