Changes for version 0.006 - 2018-06-11
- INCOMPATIBLE CHANGES
- Rename subcommands: ls-balances -> balances, get-order-book -> orderbook, ls-pairs -> pairs, ls-exchanges -> exchanges, ls-accounts -> accounts.
- NEW FEATURES
- Add subcommands: create-limit-order, get-order, cancel-order.
- API
- list_pairs(): add required record field: base_currency, quote_currency, min_base_size, min_quote_size, quote_increment.
- INTERNAL
- Make subcommands modular/pluggable, so later we can create App-cryp-exchange-CmdBundle-Whatever.
Documentation
Interact with cryptoexchanges using a common interface
Modules
List exchange accounts
List account balance
Cancel an order
Create a limit order
List supported exchanges
Get information about an order
Get order book on an exchange
List pairs supported by exchange
Interact with Bitcoin Indonesia
Interact with Indodax
Role for interacting with an exchange
Interact with cryptoexchanges using a common interface