---
title: "Update wallet"
method: PATCH
path: "/v1/wallets/{walletId}"
tags: ["Wallets"]
---

# Update wallet

`PATCH /v1/wallets/{walletId}`

Updates the display label of an active wallet under its exact Config or Connection owner.

## Path parameters

- `walletId` string, required — Provider wallet ID — the `walletId` field returned by GET /v1/wallets.

## Headers

- `x-project-id` string — Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.

## Request body

- object — Update wallet request body.
  - `label` string, nullable — Optional wallet label. Set to null to clear the label.

## Response `200`

Wallet updated

- object — Standard success response envelope.
  - `data` object, required — Created wallet response payload.
  - `meta` object, required — Response metadata.
    - `requestId` string, required — Request identifier for tracing.
    - `timestamp` string, date-time, required — ISO 8601 timestamp.

## Other responses

- `400` — Error
- `401` — Error
- `403` — Error
- `404` — Error
- `409` — Error
- `500` — Error

## Changes

- **2026-08-15** `3e302bba5386` — 1 breaking, 5 warning, 3 info
  - added `subschema #1, subschema #2` to the `data/wallet` response property `oneOf` list for the response status `200`
  - added the new `SERVICE_UNAVAILABLE` enum value to the `error/code` response property for the response status `400`
  - added the new `SERVICE_UNAVAILABLE` enum value to the `error/code` response property for the response status `401`
  - added the new `SERVICE_UNAVAILABLE` enum value to the `error/code` response property for the response status `403`
  - …5 more

[Change history](https://skmtc.dev/solana/apis/solana-developer-platform-api/changes/v1/wallets/:walletId/patch.md)

---

[API](https://skmtc.dev/solana/apis/solana-developer-platform-api.md) · [All operations](https://skmtc.dev/solana/apis/solana-developer-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/solana/solana-developer-platform-api/revisions/13f3098243d6/schema)
