module Binance::Spot::Wallet
def deposit_history(**kwargs)
- See: https://binance-docs.github.io/apidocs/spot/en/#deposit-history-supporting-network-user_data -
Options Hash:
(**kwargs)
-
:recvWindow
(Integer
) -- The value cannot be greater than 60000 -
:limit
(Integer
) -- Default:1000, Max:1000 -
:offest
(Integer
) -- Default:0 -
:endTime
(Integer
) -- -
:startTime
(Integer
) -- -
:status
(Integer
) -- 0(0:pending,6: credited but cannot withdraw, 1:success) -
:coin
(String
) --
Parameters:
-
kwargs
(Hash
) --
def deposit_history(**kwargs) @session.sign_request(:get, '/sapi/v1/capital/deposit/hisrec', params: kwargs) end