Wormhole · Example Payload

Get Top Chain Pairs By Num Transfers

wormholescan

Get Top Chain Pairs By Num Transfers 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": "get-top-chain-pairs-by-num-transfers",
  "summary": "",
  "tags": [
    "wormholescan"
  ],
  "method": "GET",
  "path": "/api/v1/top-chain-pairs-by-num-transfers",
  "parameters": [
    {
      "name": "timeSpan",
      "in": "query",
      "required": true,
      "type": "string"
    }
  ],
  "responses": {
    "200": {
      "description": "OK",
      "schema": {
        "$ref": "#/definitions/transactions.TopChainPairsResponse"
      }
    },
    "500": {
      "description": "Internal Server Error",
      "schema": {}
    }
  }
}