---
title: "Update wallet"
method: PUT
path: "/wallets/{uuid}"
tags: ["Wallets"]
---

# Update wallet

`PUT /wallets/{uuid}`

Updates the `tag` or `metadata` of a customer wallet.

## Path parameters

- `uuid` string, required

## Request body

- object
  - `tag` string
  - `metadata` object

## Response `200`

Updated wallet

- Wallet
  - `id` integer
  - `self` string
  - `uuid` string
  - `type` string, nullable — Wallet provider type (e.g. `CLEARJUNCTION`, `CURRENCYCLOUD`). Null for standard wallets.
  - `balance` number, float
  - `currency` string
  - `tag` string, nullable
  - `metadata` object, nullable
  - `created_at` string, date-time, nullable
  - `connections` Connections — Hypermedia links to related resources.

---

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