yoyostile/moneymoney-binance

Binance IOTA shows 0,00

Closed this issue · 4 comments

Hello,

since some days there seems to be an issue with binance and IOTA.

My BTC still show a value of > 0,00. My OTA shows the correct amount but with value 0,00.

MoneyMoney Version: 2.3.13 (329)

@aendes Is this still broken?

I also saw this issue. Is this something what we can fix in the extension?

Edit:
I think the issue is that we search for "IOT" via the cryptocompare API. But we need to look for "MIOTA":

https://min-api.cryptocompare.com/data/pricemulti?fsyms=ETH,NEO,GAS,IOT,BTG,ADA,XLM,USDC,&tsyms=EUR
Here IOTA is missing

https://min-api.cryptocompare.com/data/pricemulti?fsyms=ETH,NEO,GAS,MIOTA,BTG,ADA,XLM,USDC,&tsyms=EUR
With this request we get a price

Edit2:

I changed it in line 42:

IOTA = "MIOTA",

for me this fixes the issue.

@mightyx thank you for your feedback. fixed this now, waiting for Michael from moneymoney to sign the new version.