{ "opencollection": "1.0.0", "info": { "name": "TzKT Accounts Software API", "version": "1.17.1" }, "items": [ { "info": { "name": "Software", "type": "folder" }, "items": [ { "info": { "name": "Get baker software", "type": "http" }, "http": { "method": "GET", "url": "https://api.tzkt.io/v1/software", "params": [ { "name": "select", "value": "", "type": "query", "description": "Specify comma-separated list of fields to include into response or leave it undefined to return full object. If you select single field, response will be an array of values in both `.fields` and `.values` modes." }, { "name": "sort", "value": "", "type": "query", "description": "Sorts delegators by specified field. Supported fields: `id` (default), `firstLevel`, `lastLevel`, `blocksCount`." }, { "name": "offset", "value": "", "type": "query", "description": "Specifies which or how many items should be skipped" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return" } ] }, "docs": "Returns a list of baker software." }, { "info": { "name": "Get software count", "type": "http" }, "http": { "method": "GET", "url": "https://api.tzkt.io/v1/software/count" }, "docs": "Returns a number of software." } ] } ], "bundled": true }