Wormhole · Schema

stats.NativeTokenTransferTopHolder

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
address string
chain object
volume number
View JSON Schema on GitHub

JSON Schema

stats-nativetokentransfertopholder.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/stats-nativetokentransfertopholder",
  "title": "stats.NativeTokenTransferTopHolder",
  "type": "object",
  "properties": {
    "address": {
      "type": "string"
    },
    "chain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "volume": {
      "type": "number"
    }
  }
}