module Binance::Spot::Margin

def margin_all_pairs

Other tags:
    See: https://developers.binance.com/docs/margin_trading/market-data/Get-All-Cross-Margin-Pairs -
def margin_all_pairs
  @session.limit_request(path: '/sapi/v1/margin/allPairs')
end