Add asset to vault
Add a token or native asset to a vault's asset tracking list. Once added, the asset can be queried for balance and displayed in dashboards.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
vaultId | UUID | Yes | Vault identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
chainId | number | Yes | Blockchain network identifier |
assetType | string | Yes | native or token |
tokenAddress | string | No | ERC-20 contract address (required when assetType is token) |
Use Cases
- Add USDC to vault for balance visibility
- Track custom tokens per vault
- Configure which assets appear in vault dashboards
Required Permission
assets:create
Add asset to vault
Add a token or native asset to a vault's asset tracking list. Once added, the asset can be queried for balance and displayed in dashboards.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
vaultId | UUID | Yes | Vault identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
chainId | number | Yes | Blockchain network identifier |
assetType | string | Yes | native or token |
tokenAddress | string | No | ERC-20 contract address (required when assetType is token) |
Use Cases
- Add USDC to vault for balance visibility
- Track custom tokens per vault
- Configure which assets appear in vault dashboards
Required Permission
assets:create