Skip to content

Commit

Permalink
Update gdax.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xFFFFF authored and askmike committed Apr 22, 2018
1 parent 5d0c501 commit dfec7f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion exchanges/gdax.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,17 +374,20 @@ Trader.getCapabilities = function() {
name: 'GDAX',
slug: 'gdax',
currencies: ['USD', 'EUR', 'GBP', 'BTC'],
assets: ['BTC', 'LTC', 'ETH'],
assets: ['BTC', 'LTC', 'ETH', 'BCH],
markets: [
{ pair: ['USD', 'BTC'], minimalOrder: { amount: 0.001, unit: 'asset' } },
{ pair: ['USD', 'LTC'], minimalOrder: { amount: 0.1, unit: 'asset' } },
{ pair: ['USD', 'ETH'], minimalOrder: { amount: 0.01, unit: 'asset' } },
{ pair: ['USD', 'BCH'], minimalOrder: { amount: 0.01, unit: 'asset' } },
{ pair: ['EUR', 'BTC'], minimalOrder: { amount: 0.001, unit: 'asset' } },
{ pair: ['EUR', 'ETH'], minimalOrder: { amount: 0.1, unit: 'asset' } },
{ pair: ['EUR', 'LTC'], minimalOrder: { amount: 0.01, unit: 'asset' } },
{ pair: ['EUR', 'BCH'], minimalOrder: { amount: 0.1, unit: 'asset' } },
{ pair: ['GBP', 'BTC'], minimalOrder: { amount: 0.001, unit: 'asset' } },
{ pair: ['BTC', 'LTC'], minimalOrder: { amount: 0.1, unit: 'asset' } },
{ pair: ['BTC', 'ETH'], minimalOrder: { amount: 0.01, unit: 'asset' } },
{ pair: ['BTC', 'BCH'], minimalOrder: { amount: 0.01, unit: 'asset' } },
],
requires: ['key', 'secret', 'passphrase'],
providesHistory: 'date',
Expand Down

0 comments on commit dfec7f6

Please sign in to comment.