Wormhole · Schema

transactions.TopAssetsResponse

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
assets array
View JSON Schema on GitHub

JSON Schema

transactions-topassetsresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/transactions-topassetsresponse",
  "title": "transactions.TopAssetsResponse",
  "type": "object",
  "properties": {
    "assets": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/transactions.AssetWithVolume"
      }
    }
  }
}