---
title: "Update address owner"
method: PATCH
path: "/deposits/digital_asset_addresses"
tags: ["Deposits"]
---

# Update address owner

`PATCH /deposits/digital_asset_addresses`

Assigns a new owner to a digital wallet address.

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Request body

- PatchDigitalAssetAddressesBody
  - `address` string, required — The digital wallet address
  - `participant_code` string, required — The participant code of the new owner of the wallet
  - `blockchain` 'ethereum' | 'avalanche' | 'arbitrum' | 'optimism' | 'polygon', required — The blockchain network the address belongs to

## Response `200`

Successfully updated digital asset address ownership. Returns the updated resource.

- PatchDigitalAssetAddressesResponse
  - `message` DigitalAddressesEntity[]
    - `created_at` number — Unix timestamp in milliseconds indicating when the address was created.
    - `address` string — The digital wallet address.
    - `participant_code` string — The participant that owns the address.
    - `platform_code` string — The platform the participant belongs to.
    - `asset` string — The asset code the address is valid for (e.g. `BTC`, `USDC.ETH`).
    - `account_label` string — The account label the address is associated with. Addresses created before `account_label` was introduced return an empty string.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/zerohash/apis/zerohash-api.md) · [All operations](https://skmtc.net/zerohash/apis/zerohash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zerohash/zerohash-api/versions/8b647d934363/schema)
