Tezos · Schema

TokenBalance

TezosBlockchainTzKTBaking BadCryptocurrencySmart ContractsNFTTokensDelegationsStakingGovernanceFA1.2FA2WebSocket

Properties

Name Type Description
id integer Internal TzKT id. **[sortable]**
account object Owner account. Click on the field to expand more details.
token object Token info. Click on the field to expand more details.
balance string Balance (raw value, not divided by `decimals`). **[sortable]**
balanceValue string Balance value in mutez, based on the current token price. **[sortable]**
transfersCount integer Total number of transfers, affecting the token balance. **[sortable]**
firstLevel integer Level of the block where the token balance was first changed. **[sortable]**
firstTime string Timestamp of the block where the token balance was first changed.
lastLevel integer Level of the block where the token balance was last changed. **[sortable]**
lastTime string Timestamp of the block where the token balance was last changed.
View JSON Schema on GitHub

JSON Schema

tokenbalance.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TokenBalance",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "id": {
      "type": "integer",
      "description": "Internal TzKT id.  \n**[sortable]**",
      "format": "int64"
    },
    "account": {
      "description": "Owner account.  \nClick on the field to expand more details.",
      "oneOf": [
        {
          "$ref": "#/components/schemas/Alias"
        }
      ]
    },
    "token": {
      "description": "Token info.  \nClick on the field to expand more details.",
      "oneOf": [
        {
          "$ref": "#/components/schemas/TokenInfo"
        }
      ]
    },
    "balance": {
      "type": "string",
      "description": "Balance (raw value, not divided by `decimals`).  \n**[sortable]**"
    },
    "balanceValue": {
      "type": "string",
      "description": "Balance value in mutez, based on the current token price.  \n**[sortable]**",
      "nullable": true
    },
    "transfersCount": {
      "type": "integer",
      "description": "Total number of transfers, affecting the token balance.  \n**[sortable]**",
      "format": "int32"
    },
    "firstLevel": {
      "type": "integer",
      "description": "Level of the block where the token balance was first changed.  \n**[sortable]**",
      "format": "int32"
    },
    "firstTime": {
      "type": "string",
      "description": "Timestamp of the block where the token balance was first changed.",
      "format": "date-time"
    },
    "lastLevel": {
      "type": "integer",
      "description": "Level of the block where the token balance was last changed.  \n**[sortable]**",
      "format": "int32"
    },
    "lastTime": {
      "type": "string",
      "description": "Timestamp of the block where the token balance was last changed.",
      "format": "date-time"
    }
  }
}

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/tokenbalance"
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 email required.

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