Update Leverage
Margin Mode, Leverage & Order Management
Update Leverage
This endpoint updates the leverage for a given market.
POST
Update Leverage
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Market name. Example value: ETH-USD. To get all supported markets, call /api/v1/markets endpoint.
Leverage to set for the market. Supported values: 1, 2, 3, 4, 5.
Response
A message describing the result of the update leverage operation.