https://github.com/johnnyasantoss/smart-trader
A client to sync your trade orders from your exchanges to Blockfolio!
https://github.com/johnnyasantoss/smart-trader
blockfolio client cryptocurrency exchange import
Last synced: 8 months ago
JSON representation
A client to sync your trade orders from your exchanges to Blockfolio!
- Host: GitHub
- URL: https://github.com/johnnyasantoss/smart-trader
- Owner: johnnyasantoss
- License: mit
- Created: 2018-05-01T17:54:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T06:00:55.000Z (over 3 years ago)
- Last Synced: 2024-04-19T21:00:30.285Z (about 2 years ago)
- Topics: blockfolio, client, cryptocurrency, exchange, import
- Language: JavaScript
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
After you import all your orders you'll need to run `node index.js`
And _voilà_ the client will start syncing your orders :smiley:

## Bittrex
1. Go to your [History](https://bittrex.com/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 :)