Tezos · Schema
BigMapTagsParameter
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 bigmap tags to get bigmaps with exactly the same set of tags. Avoid using this mod |
| any | array | **Has any** filter mode. \ Specify a comma-separated list of bigmap tags to get bigmaps where at least one of the specified tags is presented. Example: `?tags.any=metadata` or `?tags.any=token_metadat |
| all | array | **Has all** filter mode. \ Specify a comma-separated list of bigmap tags to get bigmaps where all of the specified tags are presented. Example: `?tags.all=metadata` or `?tags.all=token_metadata,metada |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BigMapTagsParameter",
"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 bigmap tags to get bigmaps 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=metadata` or `?tags=token_metadata,metadata`.",
"nullable": true,
"items": {
"type": "string"
}
},
"any": {
"type": "array",
"description": "**Has any** filter mode. \\\nSpecify a comma-separated list of bigmap tags to get bigmaps where at least one of the specified tags is presented.\n\nExample: `?tags.any=metadata` or `?tags.any=token_metadata,metadata`.",
"nullable": true,
"items": {
"type": "string"
}
},
"all": {
"type": "array",
"description": "**Has all** filter mode. \\\nSpecify a comma-separated list of bigmap tags to get bigmaps where all of the specified tags are presented.\n\nExample: `?tags.all=metadata` or `?tags.all=token_metadata,metadata`.",
"nullable": true,
"items": {
"type": "string"
}
}
},
"x-tzkt-extension": "query-parameter",
"x-tzkt-query-parameter": "metadata,token_metadata,ledger"
}
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/bigmaptagsparameter"
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.