{ "opencollection": "1.0.0", "info": { "name": "Aleo Node REST Blocks Network API", "version": "v1" }, "items": [ { "info": { "name": "Network", "type": "folder" }, "items": [ { "info": { "name": "Get the latest validator committee", "type": "http" }, "http": { "method": "GET", "url": "https://api.explorer.provable.com/v1/:network/committee/latest", "params": [ { "name": "network", "value": "", "type": "path", "description": "The Aleo network to query." } ] }, "docs": "Returns the current committee of validators and their stake." } ] } ], "bundled": true }