Returns the summary of active amulet contracts for a given migration id and record time, for the given parties.
This is an aggregate of /v0/holdings/state by owner party ID with better performance than client-side computation.
Documentation Index
Fetch the complete documentation index at: https://docs.canton.network/llms.txt
Use this file to discover all available pages before exploring further.
The migration id for which to return the summary.
The timestamp at which the contract set was active.
This needs to be an exact timestamp, i.e.,
needs to correspond to a timestamp reported by /v0/state/acs/snapshot-timestamp if record_time_match is set to exact (which is the default).
If record_time_match is set to at_or_before, this can be any timestamp, and the most recent snapshot at or before the given record_time will be returned.
The owners for which to compute the summary.
1How to match the record_time. "exact" requires the record_time to match exactly. "at_or_before" finds the most recent snapshot at or before the given record_time.
exact, at_or_before Compute holding fees as of this round. Defaults to the earliest open mining round.