Wormhole · Schema

transactions.AssetWithVolume

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
emitterChain object
symbol string
tokenAddress string
tokenChain object
volume string
View JSON Schema on GitHub

JSON Schema

transactions-assetwithvolume.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/transactions-assetwithvolume",
  "title": "transactions.AssetWithVolume",
  "type": "object",
  "properties": {
    "emitterChain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "symbol": {
      "type": "string"
    },
    "tokenAddress": {
      "type": "string"
    },
    "tokenChain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "volume": {
      "type": "string"
    }
  }
}