Wormhole · Schema

response.ResponsePagination

Cross-ChainBlockchainInteroperabilityDeFiToken TransfersMessagingWeb3

Properties

Name Type Description
next string
View JSON Schema on GitHub

JSON Schema

response-responsepagination.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wormholescan.io/schemas/response-responsepagination",
  "title": "response.ResponsePagination",
  "type": "object",
  "properties": {
    "next": {
      "type": "string"
    }
  }
}