Wormhole · Schema

stats.TopCorridor

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
emitter_chain object
target_chain object
token_address string
token_chain object
txs integer
View JSON Schema on GitHub

JSON Schema

stats-topcorridor.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/stats-topcorridor",
  "title": "stats.TopCorridor",
  "type": "object",
  "properties": {
    "emitter_chain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "target_chain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "token_address": {
      "type": "string"
    },
    "token_chain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "txs": {
      "type": "integer"
    }
  }
}