crypto-bot icon indicating copy to clipboard operation
crypto-bot copied to clipboard

CLI for programmatic trading of cryptocurrencies on GDAX

crypto_bot

node index.js --help

   ____                 _              _           _   
  / ___|_ __ _   _ _ __ | |_ ___       | |__   ___ | |_ 
 | |   | '__| | | | '_ \| __/ _ \ _____| '_ \ / _ \| __|
 | |___| |  | |_| | |_) | || (_) |_____| |_) | (_) | |_ 
  \____|_|   \__, | .__/ \__\___/      |_.__/ \___/ \__|
             |___/|_|                                   

  Usage: index [options]

  Description: Simple CLI for programmatic trading of cryptocurrencies on GDAX

  Options:

    -h, --help                  output usage information
    -V, --version               output the version number
    -i, --id [number]           Get Account ID
    -l, --logs                  Get account raw logs [history/ledger]
    -b, --buy [price] [units]   BUY: Buy crypto [price] [units]
    -s, --sell [price] [units]  SELL: Sell crypto [price] [units]
    -d, --destroy               DESTROY: Cancel all orders

ToDo: Documentation and bug fixes. Additional functionality in the works :)