-
Notifications
You must be signed in to change notification settings - Fork 714
Description
Summary
The current market price label does not display any price
Version reported in:
4.6.1
Expected behavior:
The current market price is displayed in the selected currency
Actual behavior:
Nothing is displayed
Technical notes:
After poking around in src/qt/ravengui.cpp I found the section where it fetches the current market price, around lines 762 to 803. It is supposed to fetch the price from binance and display it in the gui. However, nothing ever gets displayed. It looks like binance closed up their API. https://api.binance.com/api/v1/ticker/price?symbol=RVNUSDT displays an error message: "Service unavailable from a restricted location according to 'b. Eligibility' in https://www.binance.com/en/terms. Please contact customer service if you believe you received this message in error."
Related image
