Hedera · Schema

TokensResponse

Distributed LedgerBlockchainDLTHashgraphTransactionsTokensNFTsSmart ContractsEnterprise

Properties

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

JSON Schema

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