module Binance::Spot::Wallet
def deposit_history(**kwargs)
- See: https://developers.binance.com/docs/wallet/capital/deposite-history -
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