Skip to content

Calculate total value of crypto assets on Binance and in cold storage wallets.

License

Notifications You must be signed in to change notification settings

jkielbaey/avida

Repository files navigation

Avida

CircleCI

This tool allows you to get a total overview of your crypto assets. These assets can either be on an exchange (currently only binance) or in another wallet.

Getting started

Installation

Download the relevant binary from releases.

Configuration

All configuration is done using a .avida.toml file in your user's home directory.

To add an exchange you should add a section as below. (Currently only binance is supported).

[[exchanges]]
exchange = "binance"
apikey = "<API_KEY>"
apisecret = "<API_SECRET>"

You can also add fixed positions/coins (not on an exchange).

[[positions]]
symbol = "XMR"
amount = 199.34

Usage

Just run avida

$ avida
  XMR :  199.34 => $ 199.34
  LTC :    0.00 => $   0.01
                 ------------
 Total ==>         $ 199.35

Known issues

Unfortunately Binance and CoinMarketCap don't use the same symbols for all cryptocurrencies. This can lead to an incorrect total values of your portfolio.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Calculate total value of crypto assets on Binance and in cold storage wallets.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published