> For the complete documentation index, see [llms.txt](https://3commas.gitbook.io/3commas-official-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3commas.gitbook.io/3commas-official-api-docs/smarttrade/7.-reduce-funds-for-smarttrade.md).

# Reduce funds for SmartTrade

**Description:** Starts the process of creating reduced funds<br>

{% hint style="info" %}
New trades and orders will be created on the exchange once the process begins.
{% endhint %}

<br>

**Permission:** SMART\_TRADES\_WRITE\
**Security:** SIGNED\ <br>

***

<mark style="color:green;">**POST**</mark>

<mark style="color:green;">**/v2/smart\_trades/{id}/reduce\_funds**</mark>

***

\ <br>

**Path Parameters**<br>

| Name     | Type    | Mandatory | Values | Description                                   |
| -------- | ------- | --------- | ------ | --------------------------------------------- |
| **`id`** | integer | Yes       |        | Unique 3Commas ID for this SmartTrade entity. |

\ <br>

**Body Parameters**<br>

| Name                | Type    | Mandatory | Values            | Description                                      |
| ------------------- | ------- | --------- | ----------------- | ------------------------------------------------ |
| **`order_type`**    | integer | Yes       | `market`, `limit` | Order type for reducing funds in this SmartTrade |
| **`units [value]`** | number  | Yes       |                   | Amount of units to buy                           |
| **`price [value]`** | number  | Yes       |                   | Price for limit order                            |

\ <br>

**Parameters response**<br>

| Name | Type | Description |
| ---- | ---- | ----------- |
|      |      |             |

\ <br>

**Example Request**<br>

```json
TBD
```

\ <br>

**Example Response and errors**<br>

```json
TBD
```
