Safe (Gnosis Safe) · Example Payload

About_Singletons_List

Returns a list of Master Copies configured in the service

about

About_Singletons_List is an example object payload from Safe (Gnosis Safe), with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarydescriptiontagsparametersresponses

Example Payload

Raw ↑
{
  "operationId": "about_singletons_list",
  "method": "GET",
  "path": "/tx-service/eth/api/v1/about/singletons/",
  "summary": "",
  "description": "Returns a list of Master Copies configured in the service",
  "tags": [
    "about"
  ],
  "parameters": [],
  "responses": {
    "200": {
      "description": "",
      "content": {
        "application/json": {
          "schema": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/MasterCopyResponse"
            }
          }
        }
      }
    }
  }
}