Safe (Gnosis Safe) · Schema

SafeExportTransaction

Serializer for the export endpoint that returns transaction data optimized for CSV export

MultisigSmart ContractEthereumWeb3BlockchainDeFiSAFeGnosisWallets

Properties

Name Type Description
safe string
From string
to string
amount string
assetType string
assetAddress stringnull
assetSymbol stringnull
assetDecimals integernull
proposerAddress stringnull
proposedAt stringnull
executorAddress stringnull
executedAt stringnull
note stringnull
transactionHash string
contractAddress stringnull
nonce stringnull
View JSON Schema on GitHub

JSON Schema

SafeExportTransaction.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.safe.global/schemas/SafeExportTransaction",
  "title": "SafeExportTransaction",
  "type": "object",
  "description": "Serializer for the export endpoint that returns transaction data optimized for CSV export",
  "properties": {
    "safe": {
      "type": "string"
    },
    "From": {
      "type": "string",
      "title": " from"
    },
    "to": {
      "type": "string"
    },
    "amount": {
      "type": "string"
    },
    "assetType": {
      "type": "string"
    },
    "assetAddress": {
      "type": [
        "string",
        "null"
      ]
    },
    "assetSymbol": {
      "type": [
        "string",
        "null"
      ]
    },
    "assetDecimals": {
      "type": [
        "integer",
        "null"
      ]
    },
    "proposerAddress": {
      "type": [
        "string",
        "null"
      ]
    },
    "proposedAt": {
      "type": [
        "string",
        "null"
      ],
      "format": "date-time"
    },
    "executorAddress": {
      "type": [
        "string",
        "null"
      ]
    },
    "executedAt": {
      "type": [
        "string",
        "null"
      ],
      "format": "date-time"
    },
    "note": {
      "type": [
        "string",
        "null"
      ]
    },
    "transactionHash": {
      "type": "string"
    },
    "contractAddress": {
      "type": [
        "string",
        "null"
      ]
    },
    "nonce": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "From",
    "amount",
    "assetAddress",
    "assetDecimals",
    "assetSymbol",
    "assetType",
    "contractAddress",
    "executedAt",
    "executorAddress",
    "nonce",
    "note",
    "proposedAt",
    "proposerAddress",
    "safe",
    "to",
    "transactionHash"
  ]
}

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/SafeExportTransaction"
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.