module Binance::Spot::Margin

def get_margin_order_usage(**kwargs)

Other tags:
    See: https://binance-docs.github.io/apidocs/spot/en/#query-isolated-margin-fee-data-user_data -

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

Parameters:
  • kwargs (Hash) --
def get_margin_order_usage(**kwargs)
  @session.sign_request(:get, '/sapi/v1/margin/rateLimit/order', params: kwargs)
end