---
title: "Redistribute wallet funds"
method: POST
path: "/bus/wallet/redistribute"
tags: ["bus"]
---

# Redistribute wallet funds

`POST /bus/wallet/redistribute`

Redistributes the wallet's funds into desired number of outputs of requested value.

## Request body

- object
  - `outputs` integer — The number of outputs to redistribute the wallet's funds into
  - `amount` string — The value of each created output
  - `minimum` string — The minimum amount for existing outputs to be considered good enough. Defaults to the 'amount'.

## Response `200`

Successfully redistributed wallet funds

- TransactionID[]

## Other responses

- `400` — Malformed request
- `500` — Internal server error

---

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