Skip to main content
Glama

ethereum-tools

by 0xGval

getWalletPnl

Calculate profit and loss for an Ethereum wallet by analyzing transaction history. Input the wallet address and chain to track financial performance and portfolio changes.

Input Schema

NameRequiredDescriptionDefault
addressYes
chainNoeth

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "address": { "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "chain": { "default": "eth", "type": "string" } }, "required": [ "address" ], "type": "object" }

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/0xGval/evm-mcp-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server