Safe (Gnosis Safe) · Schema

SafeModuleTransactionResponse

MultisigSmart ContractEthereumWeb3BlockchainDeFiSAFeGnosisWallets

Properties

Name Type Description
created string
executionDate string
blockNumber integer
isSuccessful boolean
transactionHash string
safe string
module string
to string
value string
data stringnull
operation integer * `0` - CALL * `1` - DELEGATE_CALL * `2` - CREATE
dataDecoded string This field is deprecated and will be removed in future versions. Refer to decoder service [documentation](https://docs.safe.global/core-api/safe-decoder-service-reference#Data-decoder) for decoding gu
moduleTransactionId string Internally calculated parameter to uniquely identify a moduleTransaction `ModuleTransactionId = i+tx_hash+trace_address`
View JSON Schema on GitHub

JSON Schema

SafeModuleTransactionResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.safe.global/schemas/SafeModuleTransactionResponse",
  "title": "SafeModuleTransactionResponse",
  "type": "object",
  "properties": {
    "created": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "executionDate": {
      "type": "string",
      "format": "date-time"
    },
    "blockNumber": {
      "type": "integer"
    },
    "isSuccessful": {
      "type": "boolean",
      "readOnly": true
    },
    "transactionHash": {
      "type": "string"
    },
    "safe": {
      "type": "string"
    },
    "module": {
      "type": "string"
    },
    "to": {
      "type": "string"
    },
    "value": {
      "type": "string",
      "format": "decimal",
      "pattern": "^-?\\d{0,78}(?:\\.\\d{0,0})?$"
    },
    "data": {
      "type": [
        "string",
        "null"
      ]
    },
    "operation": {
      "enum": [
        0,
        1,
        2
      ],
      "type": "integer",
      "description": "* `0` - CALL\n* `1` - DELEGATE_CALL\n* `2` - CREATE",
      "x-spec-enum-id": "73baf6048b75e41c",
      "minimum": 0,
      "maximum": 32767
    },
    "dataDecoded": {
      "type": "string",
      "deprecated": true,
      "description": "This field is deprecated and will be removed in future versions. Refer to decoder service [documentation](https://docs.safe.global/core-api/safe-decoder-service-reference#Data-decoder) for decoding guidance.",
      "readOnly": true
    },
    "moduleTransactionId": {
      "type": "string",
      "description": "Internally calculated parameter to uniquely identify a moduleTransaction \n`ModuleTransactionId = i+tx_hash+trace_address`"
    }
  },
  "required": [
    "blockNumber",
    "created",
    "data",
    "dataDecoded",
    "executionDate",
    "isSuccessful",
    "module",
    "moduleTransactionId",
    "operation",
    "safe",
    "to",
    "transactionHash",
    "value"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/SafeModuleTransactionResponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.