Safe (Gnosis Safe) · Schema

SafeMultisigTransactionResponse

MultisigSmart ContractEthereumWeb3BlockchainDeFiSAFeGnosisWallets

Properties

Name Type Description
safe string
to string
value string
data stringnull
operation integer
gasToken stringnull
safeTxGas integer
baseGas integer
gasPrice string
refundReceiver stringnull
nonce integer
executionDate string
submissionDate string
modified string
blockNumber integernull
transactionHash string
safeTxHash string
proposer string
proposedByDelegate stringnull
executor stringnull
isExecuted boolean
isSuccessful booleannull
ethGasPrice stringnull
maxFeePerGas stringnull
maxPriorityFeePerGas stringnull
gasUsed integernull
fee stringnull
payment stringnull
origin string
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
confirmationsRequired integer
confirmations object Validate and check integrity of confirmations queryset :param obj: MultisigConfirmation instance :return: Serialized queryset :raises InternalValidationError: If any inconsistency is detected
trusted boolean
signatures stringnull
View JSON Schema on GitHub

JSON Schema

SafeMultisigTransactionResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.safe.global/schemas/SafeMultisigTransactionResponse",
  "title": "SafeMultisigTransactionResponse",
  "type": "object",
  "properties": {
    "safe": {
      "type": "string"
    },
    "to": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "data": {
      "type": [
        "string",
        "null"
      ]
    },
    "operation": {
      "type": "integer",
      "minimum": 0
    },
    "gasToken": {
      "type": [
        "string",
        "null"
      ]
    },
    "safeTxGas": {
      "type": "integer",
      "minimum": 0
    },
    "baseGas": {
      "type": "integer",
      "minimum": 0
    },
    "gasPrice": {
      "type": "string"
    },
    "refundReceiver": {
      "type": [
        "string",
        "null"
      ]
    },
    "nonce": {
      "type": "integer",
      "minimum": 0
    },
    "executionDate": {
      "type": "string",
      "format": "date-time"
    },
    "submissionDate": {
      "type": "string",
      "format": "date-time"
    },
    "modified": {
      "type": "string",
      "format": "date-time"
    },
    "blockNumber": {
      "type": [
        "integer",
        "null"
      ],
      "readOnly": true
    },
    "transactionHash": {
      "type": "string"
    },
    "safeTxHash": {
      "type": "string"
    },
    "proposer": {
      "type": "string"
    },
    "proposedByDelegate": {
      "type": [
        "string",
        "null"
      ]
    },
    "executor": {
      "type": [
        "string",
        "null"
      ],
      "readOnly": true
    },
    "isExecuted": {
      "type": "boolean"
    },
    "isSuccessful": {
      "type": [
        "boolean",
        "null"
      ],
      "readOnly": true
    },
    "ethGasPrice": {
      "type": [
        "string",
        "null"
      ],
      "readOnly": true
    },
    "maxFeePerGas": {
      "type": [
        "string",
        "null"
      ],
      "readOnly": true
    },
    "maxPriorityFeePerGas": {
      "type": [
        "string",
        "null"
      ],
      "readOnly": true
    },
    "gasUsed": {
      "type": [
        "integer",
        "null"
      ],
      "readOnly": true
    },
    "fee": {
      "type": [
        "string",
        "null"
      ],
      "readOnly": true
    },
    "payment": {
      "type": [
        "string",
        "null"
      ],
      "readOnly": true
    },
    "origin": {
      "type": "string",
      "readOnly": true
    },
    "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
    },
    "confirmationsRequired": {
      "type": "integer"
    },
    "confirmations": {
      "type": "object",
      "additionalProperties": {},
      "description": "Validate and check integrity of confirmations queryset\n\n:param obj: MultisigConfirmation instance\n:return: Serialized queryset\n:raises InternalValidationError: If any inconsistency is detected",
      "readOnly": true
    },
    "trusted": {
      "type": "boolean"
    },
    "signatures": {
      "type": [
        "string",
        "null"
      ],
      "readOnly": true
    }
  },
  "required": [
    "baseGas",
    "blockNumber",
    "confirmations",
    "confirmationsRequired",
    "dataDecoded",
    "ethGasPrice",
    "executionDate",
    "executor",
    "fee",
    "gasPrice",
    "gasUsed",
    "isExecuted",
    "isSuccessful",
    "maxFeePerGas",
    "maxPriorityFeePerGas",
    "modified",
    "nonce",
    "operation",
    "origin",
    "payment",
    "proposedByDelegate",
    "proposer",
    "safe",
    "safeTxGas",
    "safeTxHash",
    "signatures",
    "submissionDate",
    "to",
    "transactionHash",
    "trusted",
    "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/SafeMultisigTransactionResponse"
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 email required.

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