{ "opencollection": "1.0.0", "info": { "name": "TzKT Accounts Domains API", "version": "1.17.1" }, "items": [ { "info": { "name": "Domains", "type": "folder" }, "items": [ { "info": { "name": "Get domains count", "type": "http" }, "http": { "method": "GET", "url": "https://api.tzkt.io/v1/domains/count", "params": [ { "name": "id", "value": "", "type": "query", "description": "Filter by internal TzKT id. \nClick on the parameter to expand more details." }, { "name": "level", "value": "", "type": "query", "description": "Filter by the domain level. \nClick on the parameter to expand more details." }, { "name": "name", "value": "", "type": "query", "description": "Filter by the domain name. \nClick on the parameter to expand more details." }, { "name": "owner", "value": "", "type": "query", "description": "Filter by the domain owner. \nClick on the parameter to expand more details." }, { "name": "address", "value": "", "type": "query", "description": "Filter by the address the domain points to. \nClick on the parameter to expand more details." }, { "name": "reverse", "value": "", "type": "query", "description": "Filter by the 'reverse' flag. \nClick on the parameter to expand more details." }, { "name": "expiration", "value": "", "type": "query", "description": "Filter by the domain expiration. \nClick on the parameter to expand more details." }, { "name": "data", "value": "", "type": "query", "description": "Filter by the domain data. \nNote, this parameter supports the following format: `data{.path?}{.mode?}=...`,\nso you can specify a path to a particular field to filter by (for example, `?data.foo=bar`). \nClick on the parameter to expand more details." }, { "name": "firstLevel", "value": "", "type": "query", "description": "Filter by level of the block where the domain was first seen. \nClick on the parameter to expand more details." }, { "name": "firstTime", "value": "", "type": "query", "description": "Filter by timestamp (ISO 8601) of the block where the domain was first seen. \nClick on the parameter to expand more details." }, { "name": "lastLevel", "value": "", "type": "query", "description": "Filter by level of the block where the domain was last seen. \nClick on the parameter to expand more details." }, { "name": "lastTime", "value": "", "type": "query", "description": "Filter by timestamp (ISO 8601) of the block where the domain was last seen. \nClick on the parameter to expand more details." } ] }, "docs": "Returns the total number of domains." }, { "info": { "name": "Get domains", "type": "http" }, "http": { "method": "GET", "url": "https://api.tzkt.io/v1/domains", "params": [ { "name": "id", "value": "", "type": "query", "description": "Filter by internal TzKT id. \nClick on the parameter to expand more details." }, { "name": "level", "value": "", "type": "query", "description": "Filter by the domain level. \nClick on the parameter to expand more details." }, { "name": "name", "value": "", "type": "query", "description": "Filter by the domain name. \nClick on the parameter to expand more details." }, { "name": "owner", "value": "", "type": "query", "description": "Filter by the domain owner. \nClick on the parameter to expand more details." }, { "name": "address", "value": "", "type": "query", "description": "Filter by the address the domain points to. \nClick on the parameter to expand more details." }, { "name": "reverse", "value": "", "type": "query", "description": "Filter by the 'reverse' flag. \nClick on the parameter to expand more details." }, { "name": "expiration", "value": "", "type": "query", "description": "Filter by the domain expiration. \nClick on the parameter to expand more details." }, { "name": "data", "value": "", "type": "query", "description": "Filter by the domain data. \nNote, this parameter supports the following format: `data{.path?}{.mode?}=...`,\nso you can specify a path to a particular field to filter by (for example, `?data.foo=bar`). \nClick on the parameter to expand more details." }, { "name": "firstLevel", "value": "", "type": "query", "description": "Filter by level of the block where the domain was first seen. \nClick on the parameter to expand more details." }, { "name": "firstTime", "value": "", "type": "query", "description": "Filter by timestamp (ISO 8601) of the block where the domain was first seen. \nClick on the parameter to expand more details." }, { "name": "lastLevel", "value": "", "type": "query", "description": "Filter by level of the block where the domain was last seen. \nClick on the parameter to expand more details." }, { "name": "lastTime", "value": "", "type": "query", "description": "Filter by timestamp (ISO 8601) of the block where the domain was last seen. \nClick on the parameter to expand more details." }, { "name": "sort", "value": "", "type": "query", "description": "Sorts items (asc or desc) by the specified field.\nYou can see what fields can be used for sorting in the response description, below. \nClick on the parameter to expand more details." }, { "name": "offset", "value": "", "type": "query", "description": "Specifies which or how many items should be skipped. \nClick on the parameter to expand more details." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return." }, { "name": "select", "value": "", "type": "query", "description": "Specify a comma-separated list of fields to include into response or leave it undefined to get default set of fields.\nThis parameter accepts values of the following format: `{field}{path?}{as alias?}`, so you can do deep selection\n(for example, `?select=balance,token.metadata.symbol as token,...`). \nNote, if you select just one field, the response will be flatten into a simple array of values. \nClick on the parameter to expand the details." } ] }, "docs": "Returns a list of domains." }, { "info": { "name": "Get domain by name", "type": "http" }, "http": { "method": "GET", "url": "https://api.tzkt.io/v1/domains/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Domain name" } ] }, "docs": "Returns the domain with the specified name." } ] } ], "bundled": true }