Get WalletAsk AIget https://api-wallet-sandbox.venly.io/api/wallets/{id}This endpoint gets a wallet by id.Path ParamsidstringrequiredThis is the ID of the wallet who's details you want to get.Query ParamsincludeBalancebooleanDefaults to trueThis flag indicates to include the wallet balance or not.truefalseResponses 200Retrieved the wallet's information successfully. 400Request validation failed (400) 401Authentication required or failed (401) 403User lacks required permissions (403) 404Resource not found (404) 405HTTP method not supported (405) 415Request body is not valid JSON or wrong media type (415) 500Unexpected server error (500)Updated 5 months ago