{ "opencollection": "1.0.0", "info": { "name": "AKASH - gRPC Gateway docs Addresses Auth API", "version": "1.0.0" }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Get the account information on blockchain", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/auth/accounts/:address", "params": [ { "name": "address", "value": "", "type": "path", "description": "Account address" } ] }, "docs": "Get the account information on blockchain" }, { "info": { "name": "Creates a new user without sending a verification email", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/auth/signup", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user without sending a verification email" } ] } ], "bundled": true }