Safe (Gnosis Safe) · Example Payload

About_Ethereum_Tracing_Rpc_Retrieve

Get information about the Ethereum Tracing RPC node used by the service (if any configured)

about

About_Ethereum_Tracing_Rpc_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_ethereum_tracing_rpc_retrieve",
  "method": "GET",
  "path": "/tx-service/eth/api/v1/about/ethereum-tracing-rpc/",
  "summary": "",
  "description": "Get information about the Ethereum Tracing RPC node used by the service (if any configured)",
  "tags": [
    "about"
  ],
  "parameters": [],
  "responses": {
    "200": {
      "description": "No response body",
      "content": {}
    }
  }
}