/android-wear-binanceBot

This is an Android Wear App to provide updates about your current balance. It notifies long and short liquidation and if your bags start a major move.

Primary LanguageJava

Wear OS Binance App

This is a Wear OS Application for Binance to keep you updated right from your wrist.

Features provided for now:

  1. Percentage change for every asset your currently holding since start up
  2. long/short liquidation notification for every open order
  3. notification if an asset starts a major move to the upside or downside
  4. current price and 5m change of your most active asset atm
  5. overall balance displayed at all time

Set it up

For now run it in Android Studio. There is no apk, because the API keys need to be added. just add api keys in the string.xml like this:

<string name="api_key">COPY API KEY HERE</string>
<string name="secret">COPY SECRET KEY HERE</string>

If you have any ideas on improving the app, just let me now.