v1

latestOpenAPI 3.1.0QFEX License2026-07-26264545.2 KB
user

Set User Leverage

Set the leverage for the authenticated user.

post/user/leverage

Request body

$schemastring uri

A URL to the JSON Schema for this object.

leveragenumber float required
symbolstring required

Example request

{
  "$schema": "https://api.qfex.com/schemas/SetUserLeverageRequestBody.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

leveragenumber float required

Example response

{
  "$schema": "https://api.qfex.com/schemas/SetUserLeverageResponseBody.json"
}