Cubewire LogoDeveloper
Support
Onboarding
Cubewire Developer Hub Logo
SOC 2 Compliant

Developer documentation and tools for Cubewire's digital wallet infrastructure. Built for developers, by developers.

developers@cubewire.com
TwitterGitHubDiscord

Developer Tools

  • API Documentation
  • API Reference

Resources

  • Documentation

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
© 2026 Cubewire. All rights reserved.
Developer Documentation Portal•Built with ♥ for developers
  1. Cubewire Wallet
  2. Manage Assets
  3. Add asset to vault

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
symbolstringYesAsset symbol
namestringYesAsset name
amountnumberYesAsset amount
valuenumberYesAsset value in USD
addressstringYesContract address
chainstringYesBlockchain network
typestringYesType of asset (cryptocurrency, token, or nft)
decimalsintegerNoToken decimals
logoUrlstringNoLogo URL
pricenumberNoCurrent price
priceChange24hnumberNo24h price change

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

On this page

  • Path Parameters
  • Request Body
  • Use Cases
  • Required Permission
  1. Cubewire Wallet
  2. Manage Assets
  3. Add asset to vault

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
symbolstringYesAsset symbol
namestringYesAsset name
amountnumberYesAsset amount
valuenumberYesAsset value in USD
addressstringYesContract address
chainstringYesBlockchain network
typestringYesType of asset (cryptocurrency, token, or nft)
decimalsintegerNoToken decimals
logoUrlstringNoLogo URL
pricenumberNoCurrent price
priceChange24hnumberNo24h price change

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

On this page

  • Path Parameters
  • Request Body
  • Use Cases
  • Required Permission