Update asset
Update configuration for an asset tracked on a vault. Use this to modify display settings, labels, or other asset metadata.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
vaultId | UUID | Yes | Vault identifier |
assetId | UUID | Yes | Asset identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | No | Asset symbol |
name | string | No | Asset name |
amount | number | No | Asset amount |
value | number | No | Asset value |
logoUrl | string (uri) nullable | No | Logo URL |
decimals | integer nullable | No | Decimals (min: 0) |
isHidden | boolean | No | Hide asset |
Use Cases
- Update asset display name or sort order
- Modify vault-specific asset configuration
- Change visibility or tracking preferences
Required Permission
assets:update
Update asset
Update configuration for an asset tracked on a vault. Use this to modify display settings, labels, or other asset metadata.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
vaultId | UUID | Yes | Vault identifier |
assetId | UUID | Yes | Asset identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | No | Asset symbol |
name | string | No | Asset name |
amount | number | No | Asset amount |
value | number | No | Asset value |
logoUrl | string (uri) nullable | No | Logo URL |
decimals | integer nullable | No | Decimals (min: 0) |
isHidden | boolean | No | Hide asset |
Use Cases
- Update asset display name or sort order
- Modify vault-specific asset configuration
- Change visibility or tracking preferences
Required Permission
assets:update