get https://api.connex.trade/api/v1/trading/perp/maxLeverage
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
Name | Type | Mandatory | Description |
---|---|---|---|
sym | String | Y | Trading pair unique identifier , example: BINANCE_PERP_BTC_USDT, OKX_PERP_BTC_USDT |
side | String | Y | Side(BUY, SELL) |
limitPrice | String | Y | Desired open price, place 0 for market price |
orderQty | String | Y | Desired order quantity |
Response
Field name | Type | Remarks |
---|---|---|
sym | String | Trading pair unique identifier , example: BINANCE_PERP_BTC_USDT, OKX_PERP_BTC_USDT |
maxLeverage | String | the current allowed max leverage for the given parameters |
timestamp | String | current million seconds |