Tezos · Schema

Commitment

TezosBlockchainTzKTBaking BadCryptocurrencySmart ContractsNFTTokensDelegationsStakingGovernanceFA1.2FA2WebSocket

Properties

Name Type Description
address string Blinded address of the account
balance integer Account balance to be activated
activated boolean Flag showing whether the account has been activated or not.
activationLevel integer Level of the block at which the account has been activated. `null` if the account is not activated yet.
activationTime string Datetime of the block at which the account has been activated (ISO 8601, e.g. `2020-02-20T02:40:57Z`). `null` if the account is not activated yet.
activatedAccount object Info about activated account. `null` if the account is not activated yet.
View JSON Schema on GitHub

JSON Schema

commitment.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Commitment",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "address": {
      "type": "string",
      "description": "Blinded address of the account"
    },
    "balance": {
      "type": "integer",
      "description": "Account balance to be activated",
      "format": "int64"
    },
    "activated": {
      "type": "boolean",
      "description": "Flag showing whether the account has been activated or not."
    },
    "activationLevel": {
      "type": "integer",
      "description": "Level of the block at which the account has been activated. `null` if the account is not activated yet.",
      "format": "int32",
      "nullable": true
    },
    "activationTime": {
      "type": "string",
      "description": "Datetime of the block at which the account has been activated (ISO 8601, e.g. `2020-02-20T02:40:57Z`). `null` if the account is not activated yet.",
      "format": "date-time",
      "nullable": true
    },
    "activatedAccount": {
      "description": "Info about activated account. `null` if the account is not activated yet.",
      "nullable": true,
      "oneOf": [
        {
          "$ref": "#/components/schemas/Alias"
        }
      ]
    }
  }
}

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/commitment"
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.