---
title: "Child Address Update"
method: PATCH
path: "/v1/wallets/{walletId}/addresses/{addressId}/auto-settlements"
tags: ["Auto Settlements"]
---

# Child Address Update

`PATCH /v1/wallets/{walletId}/addresses/{addressId}/auto-settlements`

This endpoint allows you to update the auto-settlement settings for a specific address. The primary purpose of this request is to enable or disable the auto-settlement feature for the address.

#### Request Body

The request body must be in JSON format and can include the following parameter:

| Parameter | Type    | Required | Description |
|-----------|---------|----------|-----------------------------------------------------------------------------|
| isActive  | boolean | No       | Indicates whether the auto-settlement feature should be activated (`true`) or deactivated (`false`). |

## Request body

- object
  - `isActive` boolean

## Response `200`

200

- object
  - `data` object
    - `isActive` boolean
    - `rules` object[]
      - `createdAt` string
      - `destination` object
        - `address` string
        - `asset` string
        - `blockchain` string
      - `id` string
      - `isActive` boolean
      - `name` string
      - `order` string
      - `slippageTolerance` string
      - `source` object
        - `assets` string[]
        - `blockchain` string
        - `maxAmount` string
        - `minAmount` string
      - `updatedAt` string
  - `message` string
  - `statusCode` number

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/versions/97f95b4cfc0d/schema)
