Wormhole · Schema

supply.SupplyInfoResponse

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
circulating_supply string
total_supply string
View JSON Schema on GitHub

JSON Schema

supply-supplyinforesponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/supply-supplyinforesponse",
  "title": "supply.SupplyInfoResponse",
  "type": "object",
  "properties": {
    "circulating_supply": {
      "type": "string"
    },
    "total_supply": {
      "type": "string"
    }
  }
}