---
title: "Add Asset to Wallet"
method: POST
path: "/v1/wallets/{walletId}/assets"
tags: ["Asset"]
---

# Add Asset to Wallet

`POST /v1/wallets/{walletId}/assets`

This endpoint allows you to add assets to a specific wallet

### Body Parameters

| Key | **Required** | Type | Description |
| --- | --- | --- | --- |
| assetId | true | string | The asset id you want this wallet to support. |

## Request body

- object
  - `assetId` string

## Response `201`

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)
