Skip to main content

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": {
"BCH": "1",
},
}