- ./crypto.bash -p balance
-
git clone [email protected]:daniel-lalaina-movile/cryptobash.git
(or git clone https://github.com/daniel-lalaina-movile/cryptobash.git) -
cd bashcrypto
-
cp .credentials-example .credentials
-
Include your API credentials in .credentials file
(If you use only one of both exchanges, just keep the other one empty.)
-
cp .fiat_deposits-example .fiat_deposits
-
Include the deposits or sum of deposits in .fiat_deposits
-
Same as regular instalation, plus:
-
cd bashcrypto
-
docker build -t cryptobash .
- Show your results, and the balance detais represented in USDT BTC FIAT. (Binance ✔️ / Gate.io ✔️)
- Sell every token asap at market price (Binance ✔️ / Gate.io ❌)
- Make basic orders on specific or multiple tokens at market price (Binance ✔️ / Gate.io ❌)
- Orders on gate.io (Their API doesn't support orders at market price, so I need to retrieve last price before each order)
- More sophisticated orders.
- Auto rebalance based on pre-configured percentages.
-
Regular (run help)
./crypto.bash -h
-
Doker (run help)
docker run cryptobash -h