Wormhole · Schema

stats.TopSymbolByVolumeResult

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
symbols array
View JSON Schema on GitHub

JSON Schema

stats-topsymbolbyvolumeresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/stats-topsymbolbyvolumeresult",
  "title": "stats.TopSymbolByVolumeResult",
  "type": "object",
  "properties": {
    "symbols": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/stats.TopSymbolResult"
      }
    }
  }
}