Wormhole · Schema

response.Response-address_AddressOverview

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
data object
pagination object
View JSON Schema on GitHub

JSON Schema

response-response-address-addressoverview.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/response-response-address-addressoverview",
  "title": "response.Response-address_AddressOverview",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/definitions/address.AddressOverview"
    },
    "pagination": {
      "$ref": "#/definitions/response.ResponsePagination"
    }
  }
}