Wormhole · Example Payload

Governor Config By Guardian Address

wormholescan

Governor Config By Guardian Address is an example object payload from Wormhole, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarytagsmethodpathparametersresponses

Example Payload

Raw ↑
{
  "operationId": "governor-config-by-guardian-address",
  "summary": "",
  "tags": [
    "wormholescan"
  ],
  "method": "GET",
  "path": "/api/v1/governor/config/:guardian_address",
  "parameters": [],
  "responses": {
    "200": {
      "description": "OK",
      "schema": {
        "$ref": "#/definitions/response.Response-governor_GovConfig"
      }
    },
    "400": {
      "description": "Bad Request",
      "schema": {}
    },
    "500": {
      "description": "Internal Server Error",
      "schema": {}
    }
  }
}