You are viewing a single comment's thread from:

RE: Alternative Hive wallet - https://wallet.mahdiyari.info/

in #hive6 years ago (edited)

curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_current_median_history_price", "params":[], "id":1}' https://api.hive.blog/

with this terminal command you find the conversion rate
and its currently at 1.000Hive for 0.277 HBD (you usually divide the second by the first number to get the rate... atleast thats what i usually do)
in the steem-devs python discord chat crokkon found also a workin way to convert over python, since some of the steem apps (including beem account.convert function) might give you a problem with the convert function :) i havent tried converting over this app yet