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
Name | Required | Description | Default |
---|---|---|---|
address | Yes | Safe address | |
limit | No | Number of transactions to return | |
offset | No | Offset for pagination |