Get Current Max Leverage

get the dynamic max leverage based for the given parameters

Permission

  • Primary/Sub-Portfolio API Key: TRADE, retrieve the dynamic max leverage based for the given parameters

Rate Limit

  • 5 requests per 1 second

Request

NameTypeMandatoryDescription
symStringYTrading pair unique identifier ,
example: BINANCE_PERP_BTC_USDT, OKX_PERP_BTC_USDT
sideStringYSide(BUY, SELL)
limitPriceStringYDesired open price, place 0 for market price
orderQtyStringYDesired order quantity

Response

Field nameTypeRemarks
symStringTrading pair unique identifier ,
example: BINANCE_PERP_BTC_USDT, OKX_PERP_BTC_USDT
maxLeverageStringthe current allowed max leverage for the given parameters
timestampStringcurrent million seconds
Language