Wormhole · Schema

stats.NativeTokenTransferByTime

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
symbol string
time string
value number
View JSON Schema on GitHub

JSON Schema

stats-nativetokentransferbytime.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/stats-nativetokentransferbytime",
  "title": "stats.NativeTokenTransferByTime",
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string"
    },
    "time": {
      "type": "string"
    },
    "value": {
      "type": "number"
    }
  }
}