get_balances
Get the available balances of all currencies in the wallet.
Returns
An object with keys as currency
and values as the available balance.
Example
Request
{
"id": 1,
"jsonrpc": "2.0",
"method": "get_balances",
}
Response
{
"id": 1,
"jsonrpc": "2.0",
"result": {
"TRX": "10",
"trc20-USDT": "100.15",
},
}