---
title: "Set Leverage"
method: POST
path: "/v1/accounts/leverage/{symbol}"
tags: ["Accounts"]
---

# Set Leverage

`POST /v1/accounts/leverage/{symbol}`

Adjust the leverage for a specific trading symbol.

## Path parameters

- `symbol` string, required

## Request body

- SetLeverageRequest
  - `leverage` string, required

## Response `200`

- ApiResponseForSetLeverageResponse — Represents a successful API response wrapper
  - `data` SetLeverageResponse, required
    - `newLeverage` string, required
  - `error` boolean, required

---

[API](https://skmtc.net/roxom/apis/portico-api.md) · [All operations](https://skmtc.net/roxom/apis/portico-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roxom/portico-api/revisions/a7839cbefd8e/schema)
