Hedera · Schema

TokenInfo

Distributed LedgerBlockchainDLTHashgraphTransactionTokensNFTSmart ContractsEnterprise

Properties

Name Type Description
admin_key object
auto_renew_account object
auto_renew_period integernull
created_timestamp object
decimals string
deleted booleannull
expiry_timestamp integernull The token's expiration time in nanoseconds since the Unix epoch. Note that this encoding differs from other entity expiry timestamps (e.g., accounts) which use a seconds.nanoseconds string format. Thi
fee_schedule_key object
freeze_default boolean
freeze_key object
initial_supply string
kyc_key object
max_supply string
metadata string Arbitrary binary data associated with this token class encoded in base64.
metadata_key object
modified_timestamp object
name string
memo string
pause_key object
pause_status string
supply_key object
supply_type string
symbol string
token_id object
total_supply string
treasury_account_id object
type string
wipe_key object
custom_fees object
View JSON Schema on GitHub

JSON Schema

TokenInfo.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/TokenInfo.json",
  "title": "TokenInfo",
  "type": "object",
  "properties": {
    "admin_key": {
      "$ref": "#/components/schemas/Key"
    },
    "auto_renew_account": {
      "$ref": "#/components/schemas/EntityId"
    },
    "auto_renew_period": {
      "example": null,
      "format": "int64",
      "type": [
        "integer",
        "null"
      ]
    },
    "created_timestamp": {
      "$ref": "#/components/schemas/Timestamp"
    },
    "decimals": {
      "type": "string",
      "example": 1000
    },
    "deleted": {
      "type": [
        "boolean",
        "null"
      ],
      "example": true
    },
    "expiry_timestamp": {
      "description": "The token's expiration time in nanoseconds since the Unix epoch. Note that this encoding differs from other entity expiry timestamps (e.g., accounts) which use a seconds.nanoseconds string format. This inconsistency is a known issue retained for backwards compatibility.",
      "example": 1234567890100000,
      "format": "int64",
      "type": [
        "integer",
        "null"
      ]
    },
    "fee_schedule_key": {
      "$ref": "#/components/schemas/Key"
    },
    "freeze_default": {
      "type": "boolean",
      "example": false
    },
    "freeze_key": {
      "$ref": "#/components/schemas/Key"
    },
    "initial_supply": {
      "type": "string",
      "example": "1000000"
    },
    "kyc_key": {
      "$ref": "#/components/schemas/Key"
    },
    "max_supply": {
      "type": "string",
      "example": "9223372036854775807"
    },
    "metadata": {
      "description": "Arbitrary binary data associated with this token class encoded in base64.",
      "type": "string",
      "format": "byte"
    },
    "metadata_key": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Key"
        },
        {
          "description": "The key which can change the metadata of a token and individual NFTs."
        }
      ]
    },
    "modified_timestamp": {
      "$ref": "#/components/schemas/Timestamp"
    },
    "name": {
      "type": "string",
      "example": "Token name"
    },
    "memo": {
      "type": "string",
      "example": "token memo"
    },
    "pause_key": {
      "$ref": "#/components/schemas/Key"
    },
    "pause_status": {
      "type": "string",
      "enum": [
        "NOT_APPLICABLE",
        "PAUSED",
        "UNPAUSED"
      ],
      "example": "UNPAUSED"
    },
    "supply_key": {
      "$ref": "#/components/schemas/Key"
    },
    "supply_type": {
      "type": "string",
      "enum": [
        "FINITE",
        "INFINITE"
      ],
      "example": "INFINITE"
    },
    "symbol": {
      "type": "string",
      "example": "ORIGINALRDKSE"
    },
    "token_id": {
      "$ref": "#/components/schemas/EntityId"
    },
    "total_supply": {
      "type": "string",
      "example": "1000000"
    },
    "treasury_account_id": {
      "$ref": "#/components/schemas/EntityId"
    },
    "type": {
      "type": "string",
      "enum": [
        "FUNGIBLE_COMMON",
        "NON_FUNGIBLE_UNIQUE"
      ],
      "example": "FUNGIBLE_COMMON"
    },
    "wipe_key": {
      "$ref": "#/components/schemas/Key"
    },
    "custom_fees": {
      "$ref": "#/components/schemas/CustomFees"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/TokenInfo"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.