Hedera · Schema

TokenBalancesResponse

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise

Properties

Name Type Description
timestamp object
balances object
links object
View JSON Schema on GitHub

JSON Schema

TokenBalancesResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/TokenBalancesResponse.json",
  "title": "TokenBalancesResponse",
  "type": "object",
  "properties": {
    "timestamp": {
      "$ref": "#/components/schemas/TimestampNullable"
    },
    "balances": {
      "$ref": "#/components/schemas/TokenDistribution"
    },
    "links": {
      "$ref": "#/components/schemas/Links"
    }
  }
}