In a nutshell
Asset Management lets you configure which stablecoins are enabled on your master wallet. Add a new token to start accepting it, remove one to stop, or update its settings. Your wallet only monitors and indexes assets that are explicitly enabled.
Asset Management lets you configure which stablecoins are enabled on your master wallet. Add a new token to start accepting it, remove one to stop, or update its settings. Your wallet only monitors and indexes assets that are explicitly enabled.
Prerequisites
API Key
Get your API key from the Blockradar Dashboard. Navigate to Developers to generate one.
Asset IDs
Get the
assetId for the token you want to add from Assets in the dashboard or via the Get Assets API.How It Works
When you create a master wallet, it doesn’t automatically track every supported stablecoin, only the ones you’ve explicitly enabled. This gives you precise control over what your wallet accepts and indexes. Adding an asset to your wallet tells Blockradar to start monitoring incoming transactions for that token, include it in balance queries, and fire webhooks when deposits arrive. Removing an asset stops all of that.Add an Asset
Enable a new stablecoin on your wallet to start accepting deposits and executing withdrawals in that token.
Remove an Asset
Disable a token to stop monitoring it. Existing balances are unaffected — you can re-enable it at any time.
Update Settings
Adjust asset-level configuration such as auto-sweep thresholds and gasless transaction settings.
View Active Assets
Fetch all assets currently enabled on your wallet along with their IDs, symbols, and configuration.
Adding an Asset to Your Wallet
Viewing Active Assets
Fetch the list of all assets currently enabled on your wallet, useful for retrieving wallet-specific asset IDs for use in swaps, withdrawals, and other operations.Removing an Asset
Disabling an asset stops Blockradar from monitoring new deposits for that token. It does not affect existing balances or transaction history.Updating Asset Settings
You can update asset-level settings such as sweep thresholds and gasless configuration.Best Practices
- Only enable what you need — a focused asset list keeps your wallet clean, reduces noise in webhooks, and makes balance queries faster.
- Always fetch asset IDs from your wallet — use
GET /v1/wallets/{walletId}/assetsto get the correct wallet-specific asset IDs before executing swaps or withdrawals. - Test on testnet first — enable and configure assets on testnet before replicating the setup on mainnet.
API Reference
| Endpoint | Description |
|---|---|
| Get Wallet Assets | List all active assets on a wallet |
| Add Asset to Wallet | Enable a new token on your wallet |
| Remove Asset from Wallet | Disable a token |
| Update Wallet Asset | Update asset-level configuration |

