module Binance::Spot::Savings
def savings_redemption_record(lendingType:, **kwargs)
- See: https://binance-docs.github.io/apidocs/spot/en/#get-redemption-record-user_data -
Options Hash:
(**kwargs)-
:recvWindow(Integer) -- The value cannot be greater than 60000 -
:size(Integer) -- -
:current(Integer) -- -
:endTime(Integer) -- -
:startTime(Integer) -- -
:asset(String) --
Parameters:
-
kwargs(Hash) -- -
lendingType(String) --
def savings_redemption_record(lendingType:, **kwargs) Binance::Utils::Validation.require_param('lendingType', lendingType) @session.sign_request(:get, '/sapi/v1/lending/union/redemptionRecord', params: kwargs.merge( lendingType: lendingType )) end