Skip to main content
Glama

wallet-inspector-mcp

get_wallet_transactions

Query transaction history for wallet addresses on EVM and Solana blockchains to monitor activity and analyze financial movements.

Instructions

Query the transactions of a specified wallet address on supported EVM and Solana blockchains. Parameters: wallet_address (str): The wallet address to query (e.g., '0x123...' for EVM chains like Ethereum, Polygon, BSC, or 'DYw8jCT...' for Solana). Must be a valid address for the target chain. limit (int): Maximum number of transactions to return (default: 100). Returns: str: Formatted text with transaction information (chain, block_time, tx_hash, from, to, value, value_usd) or an error message.

Input Schema

NameRequiredDescriptionDefault
limitNo
wallet_addressYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "title": "Limit", "type": "integer" }, "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