post https://api.liquiditytech.com/api/v1/trading/position/leverage
Rate Limit: 30 requests per 1 seconds
Set leverage, this api is asynchronous. Returning success only means that the request is successful. The final result needs to be confirmed through websocket subscription and order query.
Request
| Field name | Type | Necessary | Remarks | 
|---|---|---|---|
| leverage | String | Y | Leverage | 
| sym | String | Y | Trading pair unique identifier , only for perpetual, example: BINANCE_PERP_BTC_USDT, OKX_PERP_BTC_USDT, EDX_PEPR_ETH_USDT | 
Response
None
