{ "opencollection": "1.0.0", "info": { "name": "Bitpowr Reference Account Staking API", "version": "1.0" }, "items": [ { "info": { "name": "Staking", "type": "folder" }, "items": [ { "info": { "name": "Get all stakes", "type": "http" }, "http": { "method": "GET", "url": "https://developers.bitpowr.com/api/v1/staking", "params": [ { "name": "perPage", "value": "", "type": "query", "description": "The number of staking per request." }, { "name": "page", "value": "", "type": "query", "description": "The page offset" }, { "name": "orderBy", "value": "", "type": "query", "description": "Sort customers by asc or desc." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "This endpoints gets all staking accounts and stakes" }, { "info": { "name": "Create a new stake", "type": "http" }, "http": { "method": "POST", "url": "https://developers.bitpowr.com/api/v1/staking", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "This endpoint creates a new stake on any supported chain. Currently we only support tron" } ] } ], "bundled": true }