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

Request

message GetAmuletsRequest {}

Response

amulets
AmuletInfo[]
List of unlocked amulets — each contains a contract ID and an amount.

Example

grpcurl rpc-devnet.modo-api.app:443 \
  silvana.ledger.v1.DAppProviderService/GetAmulets

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: For balance totals across all tokens (CC + CIP-56 holdings), use GetBalances instead.