{ "opencollection": "1.0.0", "info": { "name": "AKASH - gRPC Gateway docs Addresses Wallet API", "version": "1.0.0" }, "items": [ { "info": { "name": "Wallet", "type": "folder" }, "items": [ { "info": { "name": "Start a trial period for a user", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/start-trial", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a managed wallet for a user and initiates a trial period. This endpoint handles payment method validation and may require 3D Secure authentication for certain payment methods. Returns wallet information and trial status." }, { "info": { "name": "Get a list of wallets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/wallets", "params": [ { "name": "userId", "value": "", "type": "query", "description": "The ID of the user to get the wallets for" } ] }, "docs": "Get a list of wallets" }, { "info": { "name": "Signs a transaction via a user managed wallet", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/tx", "body": { "type": "json", "data": "{}" } }, "docs": "Signs a transaction via a user managed wallet" }, { "info": { "name": "Get user balances", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/balances", "params": [ { "name": "address", "value": "", "type": "query", "description": "Optional wallet address to fetch balances for instead of the current user" } ] }, "docs": "Get user balances" } ] } ], "bundled": true }