{ "opencollection": "1.0.0", "info": { "name": "DataCrunch Public Balance API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Balance", "type": "folder" }, "items": [ { "info": { "name": "Get project account balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.datacrunch.io/v1/balance", "params": [ { "name": "currency", "value": "", "type": "query" } ] }, "docs": "Get project account balance" } ] } ], "bundled": true }