getbalance

NAME
----
getbalance - get wallet balance(s)

SYNOPSIS
--------
getbalance
		[--currency-code=<btc>]

DESCRIPTION
-----------
Returns full balance information for Haveno XMR wallets.

OPTIONS
-------
--currency-code=<btc>
		The three letter Haveno wallet crypto currency code.

EXAMPLES
--------
Show full XMR wallet balance information:
$ ./haveno-cli --password=xyz --port=9998 getbalance

Show full wallet balance information:
$ ./haveno-cli --password=xyz --port=9998 getbalance --currency-code=bsq

Show full XMR wallet balance information:
$ ./haveno-cli --password=xyz --port=9998 getbalance --currency-code=btc
