Skip to main content
POST
Update Leverage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
market
string
required

Market name. Example value: ETH-USDT. To get all supported markets, call /api/v1/markets endpoint.

leverage
string
required

Leverage to set for the market. Supported values: 1, 2, 3, 4, 5.

Response

message
string
required

A message describing the result of the update leverage operation.