Safe (Gnosis Safe) · Example Payload

About_Indexing_Retrieve

Get current indexing status for ERC20/721 events

about

About_Indexing_Retrieve 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_indexing_retrieve",
  "method": "GET",
  "path": "/tx-service/eth/api/v1/about/indexing/",
  "summary": "",
  "description": "Get current indexing status for ERC20/721 events",
  "tags": [
    "about"
  ],
  "parameters": [],
  "responses": {
    "200": {
      "description": "",
      "content": {
        "application/json": {
          "schema": {
            "$ref": "#/components/schemas/IndexingStatus"
          }
        }
      }
    }
  }
}