Wormhole · Schema

stats.TopSymbolResult

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
symbol string
tokens array
txs number
volume number
View JSON Schema on GitHub

JSON Schema

stats-topsymbolresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/stats-topsymbolresult",
  "title": "stats.TopSymbolResult",
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string"
    },
    "tokens": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/stats.TokenResult"
      }
    },
    "txs": {
      "type": "number"
    },
    "volume": {
      "type": "number"
    }
  }
}