---
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

---

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