Skip to main content
Glama

ethereum-tools

by 0xGval

getWalletPnl

Calculate wallet profitability by analyzing Ethereum transaction history, providing insights into gains or losses for a specific address.

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