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.

Changes

No recorded changes to this endpoint across all 1 revision of this API.