get_address_txns

Pack: blockscout · Endpoint: https://gateway.pipeworx.io/blockscout/mcp

Recent transactions for an address.

Parameters

NameTypeRequiredDescription
chainstringyes
addressstringyes
limitnumbernoMax returned (default 25, max ~50)
filterstringnoto | from (default both)

Example call

curl -X POST https://gateway.pipeworx.io/blockscout/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_address_txns","arguments":{}}}'

Response shape

FieldTypeDescription
itemsarrayTransactions for the address, capped by limit
Full JSON Schema
{
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "description": "Transactions for the address, capped by limit"
    }
  }
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "blockscout": {
      "url": "https://gateway.pipeworx.io/blockscout/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026