Wormhole · Schema

transactions.TopChainPairsResponse

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
chainPairs array
View JSON Schema on GitHub

JSON Schema

transactions-topchainpairsresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/transactions-topchainpairsresponse",
  "title": "transactions.TopChainPairsResponse",
  "type": "object",
  "properties": {
    "chainPairs": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/transactions.ChainPair"
      }
    }
  }
}