Wormhole · Schema

protocols.ProtocolNetworkPairVolume

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
destination_chain object
source_chain object
volume_usd number
View JSON Schema on GitHub

JSON Schema

protocols-protocolnetworkpairvolume.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/protocols-protocolnetworkpairvolume",
  "title": "protocols.ProtocolNetworkPairVolume",
  "type": "object",
  "properties": {
    "destination_chain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "source_chain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "volume_usd": {
      "type": "number"
    }
  }
}