Request the balance of the wallet account
The app requests the balance of the account from the wallet.
{ "method": "get_balance", "params": { } }
{ "result_type": "get_balance", "result": { "balance": 10000, // user's balance in msats } }
Last updated 10 months ago