Safe MCP Server

getSafeTransactions

Retrieve all transactions for a Safe address, with options to limit results and paginate using offset. Designed for querying Safe smart contract wallets on the Safe MCP Server.

Instructions

Get all transactions for a Safe address

Input Schema

NameRequiredDescriptionDefault
addressYesSafe address
limitNoNumber of transactions to return
offsetNoOffset for pagination

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Safe address", "type": "string" }, "limit": { "description": "Number of transactions to return", "type": "number" }, "offset": { "description": "Offset for pagination", "type": "number" } }, "required": [ "address" ], "type": "object" }

You must be authenticated.

Other Tools from Safe MCP Server

Related Tools

ID: 764w75qinj