Wormhole · Schema

stats.TopCorridorsResult

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
corridors array
View JSON Schema on GitHub

JSON Schema

stats-topcorridorsresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/stats-topcorridorsresult",
  "title": "stats.TopCorridorsResult",
  "type": "object",
  "properties": {
    "corridors": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/stats.TopCorridor"
      }
    }
  }
}