Skip to content

Commit

Permalink
added new endpoints to ok* family fix #3002
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed May 31, 2018
1 parent 1d07da8 commit b7e6601
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/okcoinusd.js
Expand Up @@ -78,6 +78,7 @@ module.exports = class okcoinusd extends Exchange {
'cancel_order',
'cancel_otc_order',
'cancel_withdraw',
'funds_transfer',
'future_batch_trade',
'future_cancel',
'future_devolve',
Expand All @@ -102,6 +103,7 @@ module.exports = class okcoinusd extends Exchange {
'trade',
'trade_history',
'trade_otc_order',
'wallet_info',
'withdraw',
'withdraw_info',
'unrepayments_info',
Expand Down

0 comments on commit b7e6601

Please sign in to comment.