Tezos · Schema

RelatedContract

TezosBlockchainTzKTBaking BadCryptocurrencySmart ContractsNFTTokensDelegationsStakingGovernanceFA1.2FA2WebSocket

Properties

Name Type Description
kind string Kind of the contract (`delegator_contract` or `smart_contract`), where `delegator_contract` - manager.tz smart contract for delegation purpose only
alias string Name of the project behind the contract or contract description
address string Public key hash of the contract
balance integer Contract balance (micro tez)
delegate object Information about the current delegate of the contract. `null` if it's not delegated
creationLevel integer Height of the block where the contract was created
creationTime string Datetime of the block where the contract was created (ISO 8601, e.g. `2020-02-20T02:40:57Z`)
View JSON Schema on GitHub

JSON Schema

relatedcontract.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RelatedContract",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "kind": {
      "type": "string",
      "description": "Kind of the contract (`delegator_contract` or `smart_contract`),\nwhere `delegator_contract` - manager.tz smart contract for delegation purpose only"
    },
    "alias": {
      "type": "string",
      "description": "Name of the project behind the contract or contract description",
      "nullable": true
    },
    "address": {
      "type": "string",
      "description": "Public key hash of the contract"
    },
    "balance": {
      "type": "integer",
      "description": "Contract balance (micro tez)",
      "format": "int64"
    },
    "delegate": {
      "description": "Information about the current delegate of the contract. `null` if it's not delegated",
      "nullable": true,
      "oneOf": [
        {
          "$ref": "#/components/schemas/DelegateInfo"
        }
      ]
    },
    "creationLevel": {
      "type": "integer",
      "description": "Height of the block where the contract was created",
      "format": "int32"
    },
    "creationTime": {
      "type": "string",
      "description": "Datetime of the block where the contract was created (ISO 8601, e.g. `2020-02-20T02:40:57Z`)",
      "format": "date-time",
      "nullable": true
    }
  }
}

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