Wormhole · Schema

stats.NativeTokenTransferActivity

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
destinationChain object
emitterChain object
symbol string
value number
View JSON Schema on GitHub

JSON Schema

stats-nativetokentransferactivity.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/stats-nativetokentransferactivity",
  "title": "stats.NativeTokenTransferActivity",
  "type": "object",
  "properties": {
    "destinationChain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "emitterChain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "symbol": {
      "type": "string"
    },
    "value": {
      "type": "number"
    }
  }
}