module Binance::Spot::Margin
def margin_get_oco(**kwargs)
- See: https://binance-docs.github.io/apidocs/spot/en/#query-margin-account-39-s-oco-user_data -
Options Hash:
(**kwargs)-
:recvWindow(Integer) -- The value cannot be greater than 60000 -
:origClientOrderId(String) -- Either orderListId or origClientOrderId must be provided -
:orderListId(Integer) -- Either orderListId or origClientOrderId must be provided -
:isIsolated(String) -- -
:symbol(String) --
Parameters:
-
kwargs(Hash) --
def margin_get_oco(**kwargs) @session.sign_request(:get, '/sapi/v1/margin/orderList', params: kwargs) end