module Binance::Spot::Margin

def get_isolated_margin_account(**kwargs)

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

Options Hash: (**kwargs)
  • :recvWindow (Integer) -- The value cannot be greater than 60000
  • :symbols (String) -- Max 5 symbols can be sent; separated by ",". e.g. "BTCUSDT,BNBUSDT,ADAUSDT"

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