---
title: "Set User Leverage"
method: POST
path: "/user/leverage"
tags: ["user"]
---

# Set User Leverage

`POST /user/leverage`

Set the leverage for the authenticated user.

## Request body

- SetUserLeverageRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `leverage` number, float, required
  - `symbol` string, required

## Response `200`

OK

- SetUserLeverageResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `leverage` number, float, required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/qfex/apis/qfex-rest-api.md) · [All operations](https://skmtc.dev/qfex/apis/qfex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qfex/qfex-rest-api/revisions/19b17e5a1f6b/schema)
