Skip to main content
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

MethodEndpointDescription
GET/wallets/{walletId}/assetsList all assets on the wallet
POST/wallets/{walletId}/assetsAdd an asset to the wallet
DELETE/wallets/{walletId}/assets/{assetId}Remove an asset from the wallet
PATCH/wallets/{walletId}/assets/{assetId}Update asset configuration

Full API Reference

View all asset management endpoints in the API Reference tab.