module Binance::Spot::Savings

def savings_account(**kwargs)

Other tags:
    See: https://binance-docs.github.io/apidocs/spot/en/#lending-account-user_data -

Options Hash: (**kwargs)
  • :recvWindow (Integer) -- The value cannot be greater than 60000

Parameters:
  • kwargs (Hash) --
def savings_account(**kwargs)
  @session.sign_request(:get, '/sapi/v1/lending/union/account', params: kwargs)
end