Wormhole · Schema

transactions.ChainActivityTopResult

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
count integer
destination_chain string
emitter_chain string
from string
to string
volume integer
View JSON Schema on GitHub

JSON Schema

transactions-chainactivitytopresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/transactions-chainactivitytopresult",
  "title": "transactions.ChainActivityTopResult",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer"
    },
    "destination_chain": {
      "type": "string"
    },
    "emitter_chain": {
      "type": "string"
    },
    "from": {
      "type": "string"
    },
    "to": {
      "type": "string"
    },
    "volume": {
      "type": "integer"
    }
  }
}