Skip to content

Commit 4094f8f

Browse files
committed
add deposit_history and withdraw_history
1 parent 703c9df commit 4094f8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/private_api.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ var createPrivateApi = module.exports = function(api_key, secret_key, user_agent
5656
getInfo : function(){ return query('get_info', {}) },
5757
tradeHistory : query_method('trade_history'),
5858
activeOrders : query_method('active_orders'),
59+
depositHistory : query_method('deposit_history'),
60+
withdrawHistory : query_method('withdraw_history'),
5961
trade : function(currency_pair, action, price, amount){
6062
return query('trade', {
6163
currency_pair : currency_pair,

0 commit comments

Comments
 (0)