Skip to main content
Glama

Safe MCP Server

by 5ajaki

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" }
Install Server

Other Tools from Safe MCP Server

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/5ajaki/safe-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server