Wormhole · Schema

protocols.ProtocolTrendingToken

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
coingecko_id string
decimals integer
image object
symbol string
token_address string
token_chain object
volume number
View JSON Schema on GitHub

JSON Schema

protocols-protocoltrendingtoken.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/protocols-protocoltrendingtoken",
  "title": "protocols.ProtocolTrendingToken",
  "type": "object",
  "properties": {
    "coingecko_id": {
      "type": "string"
    },
    "decimals": {
      "type": "integer"
    },
    "image": {
      "type": "object",
      "properties": {
        "large": {
          "type": "string"
        },
        "small": {
          "type": "string"
        },
        "thumb": {
          "type": "string"
        }
      }
    },
    "symbol": {
      "type": "string"
    },
    "token_address": {
      "type": "string"
    },
    "token_chain": {
      "$ref": "#/definitions/vaa.ChainID"
    },
    "volume": {
      "type": "number"
    }
  }
}