> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blockradar.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Asset Management API

> Configure which assets are active on your master wallet.

The Asset Management API lets you control which tokens and stablecoins are enabled on a master wallet. Use this API to add, remove, or update asset configurations.

## What you can do

* List all assets currently enabled on a wallet
* Add a new asset to a wallet
* Remove an asset from a wallet
* Update asset settings such as sweep thresholds

## Endpoints

| Method   | Endpoint                               | Description                     |
| -------- | -------------------------------------- | ------------------------------- |
| `GET`    | `/wallets/{walletId}/assets`           | List all assets on the wallet   |
| `POST`   | `/wallets/{walletId}/assets`           | Add an asset to the wallet      |
| `DELETE` | `/wallets/{walletId}/assets/{assetId}` | Remove an asset from the wallet |
| `PATCH`  | `/wallets/{walletId}/assets/{assetId}` | Update asset configuration      |

<Card title="Full API Reference" icon="book" href="/en/api-reference/asset/get-wallet-assets">
  View all asset management endpoints in the API Reference tab.
</Card>
