Skip to content

Commit

Permalink
Merge pull request ccxt#6381 from brandsimon/sbr/bigone_fetch_order
Browse files Browse the repository at this point in the history
Bigone: has fetchOrder
  • Loading branch information
kroitor authored Jan 16, 2020
2 parents f4fc7bb + c310b70 commit 3c944de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/bigone.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = class bigone extends Exchange {
'fetchDeposits': true,
'fetchMyTrades': true,
'fetchOHLCV': true,
'fetchOrder': true,
'fetchOrders': true,
'fetchOpenOrders': true,
'fetchClosedOrders': true,
Expand Down

0 comments on commit 3c944de

Please sign in to comment.