Wormhole · Example Payload

Parse Vaa

wormholescan

Parse Vaa 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": "parse-vaa",
  "summary": "",
  "tags": [
    "wormholescan"
  ],
  "method": "POST",
  "path": "/api/v1/vaas/parse",
  "parameters": [],
  "responses": {
    "200": {
      "description": "OK",
      "schema": {
        "$ref": "#/definitions/parser.ParseVaaWithStandarizedPropertiesdResponse"
      }
    },
    "400": {
      "description": "Bad Request",
      "schema": {}
    },
    "404": {
      "description": "Not Found",
      "schema": {}
    },
    "500": {
      "description": "Internal Server Error",
      "schema": {}
    }
  }
}