sonph / gdaxcli

Commandline client for trading on GDAX.
MIT License
4 stars 2 forks source link

Allow user to set default currency #14

Open sonph opened 7 years ago

sonph commented 7 years ago

In config.py, for example:

FIAT_CURRENCIES = [
  'USD',
  # 'GBP',
  # 'EUR',
]