Wormhole · Schema

github_com_wormhole-foundation_wormhole-explorer_api_routes_wormscan_operations.BalanceChanges

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
amount string
recipient string
tokenAddress string
View JSON Schema on GitHub

JSON Schema

balancechanges.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/balancechanges",
  "title": "github_com_wormhole-foundation_wormhole-explorer_api_routes_wormscan_operations.BalanceChanges",
  "type": "object",
  "properties": {
    "amount": {
      "type": "string"
    },
    "recipient": {
      "type": "string"
    },
    "tokenAddress": {
      "type": "string"
    }
  }
}