MCP Etherscan Server

get-transactions

Retrieve recent Ethereum transactions for a specified address using the MCP Etherscan Server. Input the address and limit to fetch up to 100 transactions, enabling efficient blockchain data access.

Instructions

Get recent transactions for an Ethereum address

Input Schema

NameRequiredDescriptionDefault
addressYesEthereum address (0x format)
limitNoNumber of transactions to return (max 100)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Ethereum address (0x format)", "pattern": "^0x[a-fA-F0-9]{40}$", "type": "string" }, "limit": { "description": "Number of transactions to return (max 100)", "maximum": 100, "minimum": 1, "type": "number" } }, "required": [ "address" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Etherscan Server

Related Tools

ID: 9t1eee0ydm