Tezos · Schema

ContractTagsParameter

TezosBlockchainTzKTBaking BadCryptocurrencySmart ContractsNFTTokensDelegationsStakingGovernanceFA1.2FA2WebSocket

Properties

Name Type Description
eq array **Equal** filter mode (optional, i.e. `param.eq=123` is the same as `param=123`). \ Specify a comma-separated list of contract tags to get contracts with exactly the same set of tags. Avoid using this
any array **Has any** filter mode. \ Specify a comma-separated list of contract tags to get contracts where at least one of the specified tags is presented. Example: `?tags.any=fa2` or `?tags.any=fa1,fa12`.
all array **Has all** filter mode. \ Specify a comma-separated list of contract tags to get contracts where all of the specified tags are presented. Example: `?tags.all=fa2` or `?tags.all=fa1,fa12`.
View JSON Schema on GitHub

JSON Schema

contracttagsparameter.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ContractTagsParameter",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "eq": {
      "type": "array",
      "description": "**Equal** filter mode (optional, i.e. `param.eq=123` is the same as `param=123`). \\\nSpecify a comma-separated list of contract tags to get contracts with exactly the same set of tags.\nAvoid using this mode and use `.any` or `.all` instead, because it may not work as expected due to internal 'hidden' tags.\n\nExample: `?tags=fa2` or `?tags=fa1,fa12`.",
      "nullable": true,
      "items": {
        "type": "string"
      }
    },
    "any": {
      "type": "array",
      "description": "**Has any** filter mode. \\\nSpecify a comma-separated list of contract tags to get contracts where at least one of the specified tags is presented.\n\nExample: `?tags.any=fa2` or `?tags.any=fa1,fa12`.",
      "nullable": true,
      "items": {
        "type": "string"
      }
    },
    "all": {
      "type": "array",
      "description": "**Has all** filter mode. \\\nSpecify a comma-separated list of contract tags to get contracts where all of the specified tags are presented.\n\nExample: `?tags.all=fa2` or `?tags.all=fa1,fa12`.",
      "nullable": true,
      "items": {
        "type": "string"
      }
    }
  },
  "x-tzkt-extension": "query-parameter",
  "x-tzkt-query-parameter": "fa1,fa12,fa2"
}

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