Hedera · Schema

AccountsResponse

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise

Properties

Name Type Description
accounts object
links object
View JSON Schema on GitHub

JSON Schema

AccountsResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/AccountsResponse.json",
  "title": "AccountsResponse",
  "type": "object",
  "required": [
    "accounts",
    "links"
  ],
  "properties": {
    "accounts": {
      "$ref": "#/components/schemas/Accounts"
    },
    "links": {
      "$ref": "#/components/schemas/Links"
    }
  }
}