module Binance::Spot::Margin

def margin_get_all_oco(**kwargs)

Other tags:
    See: https://binance-docs.github.io/apidocs/spot/en/#query-margin-account-39-s-all-oco-user_data -

Options Hash: (**kwargs)
  • :recvWindow (Integer) -- The value cannot be greater than 60000
  • :limit (Integer) --
  • :endTime (Integer) --
  • :startTime (Integer) --
  • :fromId (Integer) -- If supplied, neither startTime nor endTime can be provided
  • :isIsolated (String) --
  • :symbol (String) --

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