Wormhole · Example Payload

Api V1 Native Token Transfer Summary

wormholescan

Api V1 Native Token Transfer Summary 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": "/api/v1/native-token-transfer/summary",
  "summary": "",
  "tags": [
    "wormholescan"
  ],
  "method": "GET",
  "path": "/api/v1/native-token-transfer/summary",
  "parameters": [
    {
      "name": "coingecko_id",
      "in": "query",
      "required": true,
      "type": "string"
    }
  ],
  "responses": {
    "200": {
      "description": "OK",
      "schema": {
        "$ref": "#/definitions/stats.NativeTokenTransferSummary"
      }
    },
    "400": {
      "description": "Bad Request",
      "schema": {}
    },
    "500": {
      "description": "Internal Server Error",
      "schema": {}
    }
  }
}