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
| Method | Endpoint | Description |
|---|---|---|
GET | /wallets/{walletId}/assets | List all assets on the wallet |
POST | /wallets/{walletId}/assets | Add 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.

