merge_coins
Merge multiple coins of the same type into a single coin, simplifying wallet management by consolidating balances.
Instructions
Merge multiple coins into one. All coins must be the same type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Wallet name | |
| primaryCoin | Yes | Object ID of the coin to merge into | |
| coinsToMerge | Yes | Object IDs of coins to merge |