---
title: "Set Auto Settlement Status"
method: PUT
path: "/trades/wallets/{id}/auto-settlement"
tags: ["Crypto Wallet"]
---

# Set Auto Settlement Status

`PUT /trades/wallets/{id}/auto-settlement`

Enable/Disable auto settlement for a wallet address

## Path parameters

- `id` string, required

## Request body

- object
  - `autoSettlement` boolean — Set to true to automatically settle incoming crypto to the linked bank account, or false to hold funds in the wallet.

## Response `200`

Auto-settlement status updated successfully

## Other responses

- `400` — Invalid wallet ID format
- `401` — Invalid or missing API credentials
- `403` — The integration is inactive or the action is not permitted
- `404` — Wallet not found
- `422` — Validation failed or wallet has no linked bank
- `500` — An unexpected server error occurred

---

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