diff --git a/Q-Apps.md b/Q-Apps.md index 9a6e47b9..b551239e 100644 --- a/Q-Apps.md +++ b/Q-Apps.md @@ -283,14 +283,6 @@ await qortalRequest({ }); ``` -### Get wallet balance (foreign coin) -_Requires user approval_ -``` -await qortalRequest({ - action: "GET_WALLET_BALANCE", - coin: "LTC" -}); -``` ### Get address or asset balance ```