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

# Update wallet

`PATCH /v1/wallets/{walletId}`

This endpoint allows you to update the details of a specific wallet

### Body Parameters

| Key | **Required** | Type | Description |
| --- | --- | --- | --- |
| name | false | string | The updated name of the wallet. |
| description | false | string | The updated description of the wallet. |

## Request body

- object
  - `description` string
  - `name` string

## Response `200`

200

- object
  - `data` object
    - `address` string
    - `blockchain` object
      - `createdAt` string
      - `derivationPath` string
      - `id` string
      - `isActive` boolean
      - `isEvmCompatible` boolean
      - `logoUrl` string
      - `name` string
      - `slug` string
      - `symbol` string
      - `tokenStandard` string
      - `updatedAt` string
    - `createdAt` string
    - `derivationPath` string
    - `description` string
    - `id` string
    - `isActive` boolean
    - `name` string
    - `network` string
    - `status` string
    - `updatedAt` string
  - `message` string
  - `statusCode` number

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
