---
title: "Update address to be used to send change to"
method: POST
path: "/wallet/updateChangeAddress"
tags: ["wallet"]
---

# Update address to be used to send change to

`POST /wallet/updateChangeAddress`

## Request body

- object
  - `address` string, required — Encoded Ergo Address

## Response `200`

Change address updated successfully

## Other responses

- `default` — Error

## Changes

- **2025-03-13** `c3b2a5fd67cd` — 2 breaking
  - added the new required request property `address`
  - the request's body type/format changed from `string`/`` to `object`/``
- **2025-03-13** `ed6c8246dd40` — 1 breaking, 1 warning
  - the request's body type/format changed from `object`/`` to `string`/``
  - removed the request property `address`
- **2025-03-13** `edcefa6e9e4d` — 2 breaking
  - added the new required request property `address`
  - the request's body type/format changed from `string`/`` to `object`/``

[Change history](https://skmtc.dev/ergoplatform/apis/ergo-node-api/changes/wallet/updateChangeAddress/post.md)

---

[API](https://skmtc.dev/ergoplatform/apis/ergo-node-api.md) · [All operations](https://skmtc.dev/ergoplatform/apis/ergo-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ergoplatform/ergo-node-api/revisions/c19bff6509da/schema)
