Wormhole · Schema

stats.TokenResult

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
emitter_chain object
token_address string
token_chain object
txs number
volume number
View JSON Schema on GitHub

JSON Schema

stats-tokenresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/stats-tokenresult",
  "title": "stats.TokenResult",
  "type": "object",
  "properties": {
    "emitter_chain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "token_address": {
      "type": "string"
    },
    "token_chain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "txs": {
      "type": "number"
    },
    "volume": {
      "type": "number"
    }
  }
}