msgkatz / chartsnrates

An Android app which provides cryptocurrency charts and rates as well as being an example of implementing libGDX and clean architecture.
Apache License 2.0
2 stars 2 forks source link

Correct Pair Lists #18

Open msgkatz opened 5 years ago

msgkatz commented 5 years ago
  1. API endpoint https://www.binance.com/api/v1/exchangeInfo exclude items w/ "status": "BREAK", use only "status": "TRADING"
  2. correct USDT list - change to USD(S) and add pairs w/ PAX Quote Asset

gitlab iss-33

msgkatz commented 5 years ago

p.2 extra notes to read

https://support.binance.com/hc/en-us/articles/360020203991

https://support.binance.com/hc/en-us/articles/360020263451-Binance-Will-Add-PAX-Quote-Pairs-into-the-USDⓈ-Trading-Market-Tab

msgkatz commented 5 years ago

p.1 quick solution implemented on UI layer w/ changing item's height inside RecyclerView for disabled elements BUT::: must be fixed on data layer there is problem of inconsistence on filtering disabled Tools that we're getting from different API endpoints (REST, WS)