{ "opencollection": "1.0.0", "info": { "name": "Algod REST API. common API", "version": "0.0.1" }, "request": { "auth": { "type": "apikey", "key": "X-Algo-API-Token", "value": "{{X-Algo-API-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "common", "type": "folder" }, "items": [ { "info": { "name": "Gets the genesis information.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/genesis" }, "docs": "Returns the entire genesis file in json." }, { "info": { "name": "Returns OK if healthy.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/health" }, "docs": "Returns OK if healthy." }, { "info": { "name": "Return metrics about algod functioning.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/metrics" }, "docs": "Return metrics about algod functioning." }, { "info": { "name": "Returns OK if healthy and fully caught up.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/ready" }, "docs": "Returns OK if healthy and fully caught up." }, { "info": { "name": "Gets the current swagger spec.", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/swagger.json" }, "docs": "Returns the entire swagger spec in json." }, { "info": { "name": "GetVersion", "type": "http" }, "http": { "method": "GET", "url": "http://localhost/versions" }, "docs": "Retrieves the supported API versions, binary build versions, and genesis information." } ] } ], "bundled": true }