Skip to content

This project makes requests to Binance and Gate.io Crypto Exchanges

Notifications You must be signed in to change notification settings

ricardo-chaves-movile/cryptobash

 
 

Repository files navigation

cryptobash

This project makes requests to Binance and Gate.io crypto exchanges.

Example:

  • ./crypto.bash -p balance

2021-09-04 21-05-58

Regular installation:

Optional

  • cp .fiat_deposits-example .fiat_deposits

  • Include the deposits or sum of deposits in .fiat_deposits

Docker installation

  • Same as regular instalation, plus:

  • Install Docker

  • cd bashcrypto

  • docker build -t cryptobash .

Current capabilities

  • 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 ❌)

TODO:

  • 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.

Test regular installation:

  • Regular (run help) ./crypto.bash -h

  • Doker (run help) docker run cryptobash -h

About

This project makes requests to Binance and Gate.io Crypto Exchanges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 98.8%
  • Dockerfile 1.2%