Get native Balance by walletIdAsk AIget https://api-wallet-sandbox.venly.io/api/wallets/{walletId}/balanceThis endpoint gets native balance of a wallet by wallet UUID.Path ParamswalletIduuidrequiredUUID of the wallet to fetch native balance forResponses 200Native balance of wallet retrieved 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