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

ParameterTypeRequiredDescription
vaultIdUUIDYesVault identifier

Request Body

FieldTypeRequiredDescription
chainIdnumberYesBlockchain network identifier
assetTypestringYesnative or token
tokenAddressstringNoERC-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