Skip to content

Commit

Permalink
huobipro fix fetchBalance
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed May 26, 2018
1 parent 39a2fc0 commit 87230df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/huobipro.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module.exports = class huobipro extends Exchange {
'options': {
'createMarketBuyOrderRequiresPrice': true,
'fetchMarketsMethod': 'publicGetCommonSymbols',
'fetchBalanceMethod': 'privateGetHadaxAccountAccountsIdBalance',
'fetchBalanceMethod': 'privateGetAccountAccountsIdBalance',
'createOrderMethod': 'privatePostOrderOrdersPlace',
'language': 'en-US',
},
Expand Down

0 comments on commit 87230df

Please sign in to comment.