Lightweight ACS (Active Contract Set) query that returns all unlocked Canton Coin amulet contracts held by the authenticated party, along with their amounts. Use it to pick amulets for payment scheduling and fee selection.Documentation Index
Fetch the complete documentation index at: https://docs.silvana.one/llms.txt
Use this file to discover all available pages before exploring further.
Request
Response
List of unlocked amulets — each contains a contract ID and an amount.
Example
See also
GetAmulets is typically called before any operation that consumes Canton Coin, so that the client can pick amulets explicitly via the amulet_cids parameter:
TransferCc— transfer CC to a receiverSplitCc— merge and split amuletsPayDvpFee/PayAllocFee— pay DvP settlement feesAllocate— allocate amulets to aDvpcontractExecuteMultiCall— consume amulets in an atomic batch
GetBalances instead.