Skip to main content
Glama

wallet-inspector-mcp

get_wallet_activity

Query transaction history and activity for a specified wallet address across EVM-compatible blockchains like Ethereum, Polygon, and BSC.

Instructions

Query the activity of a specified wallet address on supported EVM blockchains. Parameters: wallet_address (str): The wallet address to query (e.g., '0x123...'). Must be a valid EVM-compatible address for chains like Ethereum, Polygon, or BSC. Returns: str: Formatted text with activity information (chain_id, block_time, tx_hash, type, asset_type, value, value_usd) or an error message.

Input Schema

NameRequiredDescriptionDefault
wallet_addressYes

Input Schema (JSON Schema)

{ "properties": { "wallet_address": { "title": "Wallet Address", "type": "string" } }, "required": [ "wallet_address" ], "type": "object" }

Other Tools from wallet-inspector-mcp

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/kukapay/wallet-inspector-mcp'

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