v1

latestOpenAPI 3.0.32026-07-14101828.2 KB
Trade

/trade/leverage

Updates leverage for positions of a given market and closes all open orders for that market.

put/api/v1/trade/leverage

Request body

signaturestring required

The signature of the request, encoded from the signedFields

Example request

{
  "signedFields": {
    "leverageE9": "1000000000",
    "salt": "123335432",
    "idsId": "ids_id",
    "signedAtMillis": 1234567856
  }
}

Response

Leverage update request sent successfully.