module Binance::Spot::Margin
def get_all_isolated_margin_pairs(**kwargs)
- See: https://developers.binance.com/docs/margin_trading/market-data/Get-All-Isolated-Margin-Symbol -
Options Hash:
(**kwargs)-
:recvWindow(Integer) -- The value cannot be greater than 60000
Parameters:
-
kwargs(Hash) --
def get_all_isolated_margin_pairs(**kwargs) @session.sign_request(:get, '/sapi/v1/margin/isolated/allPairs', params: kwargs) end