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

# Update Wallet Asset

`PATCH /v1/wallets/{walletId}/assets/{assetId}`

This endpoint allows the client to update the status of a specific asset within a wallet.

### Body Parameters

| Key | **Required** | Type | Description |
| --- | --- | --- | --- |
| isActive | true | boolean | Update asset status tied to a wallet. |

## Request body

- object
  - `isActive` boolean

## Response `200`

200

- object
  - `data` object
    - `asset` object
      - `address` string
      - `createdAt` string
      - `decimals` number
      - `id` string
      - `isActive` boolean
      - `name` string
      - `network` string
      - `symbol` string
      - `updatedAt` string
    - `createdAt` string
    - `id` string
    - `isActive` boolean
    - `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)
