POST /api/v1/leverage
Adjust the leverage multiplier for a specific market. This endpoint applies only to the specified market and cancels any open orders associated with it.
Parameter | Type | Description | Required |
---|---|---|---|
market | string | Market symbol (e.g. BTC-PERP) | Yes |
leverage | integer | New leverage (e.g. 10 for 10x) | Yes |
subAccount | string | Optional subaccount identifier | No |
GET /api/v1/account
or the relevant SDK method.