NetworksLitecoinAPIget_balancesOn this pageget_balancesGet the available balances of all currencies in the wallet.ReturnsAn object with keys as currency and values as the available balance.ExampleRequest{ "id": 1, "jsonrpc": "2.0", "method": "get_balances",}Response{ "id": 1, "jsonrpc": "2.0", "result": { "LTC": "1", },}