Tezos · Schema
OriginatedContract
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 |
| typeHash | integer | 32-bit hash of the contract parameter and storage types. This field can be used for searching similar contracts (which have the same interface). |
| codeHash | integer | 32-bit hash of the contract code. This field can be used for searching same contracts (which have the same script). |
| tzips | array | List of implemented standards (TZIPs) |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "OriginatedContract",
"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"
},
"typeHash": {
"type": "integer",
"description": "32-bit hash of the contract parameter and storage types.\nThis field can be used for searching similar contracts (which have the same interface).",
"format": "int32"
},
"codeHash": {
"type": "integer",
"description": "32-bit hash of the contract code.\nThis field can be used for searching same contracts (which have the same script).",
"format": "int32"
},
"tzips": {
"type": "array",
"description": "List of implemented standards (TZIPs)",
"nullable": true,
"items": {
"type": "string"
}
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/originatedcontract"
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.