module Binance::Spot::Margin
def get_margin_dust_log(**kwargs)
- See: https://binance-docs.github.io/apidocs/spot/en/#margin-dustlog-user_data -
Options Hash:
(**kwargs)-
:recvWindow(Integer) -- The value cannot be greater than 60000 -
:endTime(String) -- -
:startTime(String) --
Parameters:
-
kwargs(Hash) --
def get_margin_dust_log(**kwargs) @session.sign_request(:get, '/sapi/v1/margin/dribblet', params: kwargs) end