{ "opencollection": "1.0.0", "info": { "name": "Algod REST API. common Program API", "version": "0.0.1" }, "request": { "auth": { "type": "apikey", "key": "X-Algo-API-Token", "value": "{{X-Algo-API-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Program", "type": "folder" }, "items": [ { "info": { "name": "Sign program", "type": "http" }, "http": { "method": "POST", "url": "http://localhost/v1/program/sign" }, "docs": "Signs the passed program with a key from the wallet, determined by the account named in the request.\n" } ] } ], "bundled": true }