getbtcprice

NAME
----
getbtcprice - get current btc market price

SYNOPSIS
--------
getbtcprice
		--currency-code=<eur|usd>

DESCRIPTION
-----------
Returns the current market XMR price for the given currency-code.

OPTIONS
-------

--currency-code
		The three letter code for the fiat currency code, e.g., EUR, USD, BRL, ...

EXAMPLES
--------
Get the current XMR market price in Euros:
$ ./haveno-cli --password=xyz --port=9998 getbtcprice --currency-code=eur

Get the current XMR market price in Brazilian Reais:
$ ./haveno-cli --password=xyz --port=9998 getbtcprice --currency-code=brl


