planetdecred / dcrandroid

Decred Mobile Wallet for Android
ISC License
42 stars 49 forks source link

update api for getting USD balance #633

Open dreacot opened 2 years ago

dreacot commented 2 years ago

The bittrex version 1 API has been deprecated https://bittrex.com/api/v1.1/public/getticker?market=USDT-DCR, and fetching USD balance no longer works.

We should resolve to the v3 API https://api.bittrex.com/v3/markets/DCR-USDT/ticker

dreacot commented 2 years ago

Add binance and kucoin while at it.

crux25 commented 2 years ago

@dreacot What do thing about including this functionality in: https://github.com/planetdecred/dcrlibwallet/pull/255

dreacot commented 2 years ago

Sounds good, let's add it

crux25 commented 2 years ago

Okay great.