Wormhole · Schema

transactions.Token

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
coingeckoId string
decimals integer
symbol string
View JSON Schema on GitHub

JSON Schema

transactions-token.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/transactions-token",
  "title": "transactions.Token",
  "type": "object",
  "properties": {
    "coingeckoId": {
      "type": "string"
    },
    "decimals": {
      "type": "integer"
    },
    "symbol": {
      "type": "string"
    }
  }
}