/smart-trader

A client to sync your trade orders from your exchanges to Blockfolio!

Primary LanguageJavaScriptMIT LicenseMIT

Smart-Trader

A client to sync your trade orders from your exchanges to Blockfolio!

Supported Exchanges

  • Bittrex
  • Binance (development)

How to use

For now the smart-trader only imports your trade orders throught .csv files.

Bittrex

  1. Go to your History
  2. Click in Download History (beside the search in your orders history)
  3. Fill the captcha!
  4. Import it using the python script (importers/bittrex/importa-historico-bittrex.py)
    • ./importa-historico-bittrex.py ../../data/fullOrders.csv ../../data/db.sqlite3

Binance

In development :)