module Binance::Spot::Wallet

def withdraw_history(**kwargs)

Other tags:
    See: https://binance-docs.github.io/apidocs/spot/en/#withdraw-history-supporting-network-user_data -

Options Hash: (**kwargs)
  • :recvWindow (Integer) -- The value cannot be greater than 60000
  • :limit (Integer) --
  • :offest (Integer) --
  • :endTime (Integer) --
  • :startTime (Integer) --
  • :status (Integer) -- 0(0:pending,6: credited but cannot withdraw, 1:success)
  • :withdrawOrderId (String) --
  • :coin (String) --

Parameters:
  • kwargs (Hash) --
def withdraw_history(**kwargs)
  @session.sign_request(:get, '/sapi/v1/capital/withdraw/history', params: kwargs)
end