Wormhole · Example Payload

Governor Available Notional By Chain

Guardian

Governor Available Notional By Chain 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-available-notional-by-chain",
  "summary": "",
  "tags": [
    "Guardian"
  ],
  "method": "GET",
  "path": "/v1/governor/available_notional_by_chain",
  "parameters": [],
  "responses": {
    "200": {
      "description": "OK",
      "schema": {
        "$ref": "#/definitions/governor.AvailableNotionalResponse"
      }
    },
    "400": {
      "description": "Bad Request",
      "schema": {}
    },
    "500": {
      "description": "Internal Server Error",
      "schema": {}
    }
  }
}