Returns the active amulet contracts for a given migration id and record time, in creation date ascending order, paged.
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 ACS.
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 maximum number of created events returned for this request.
Filters by contracts in which these party_ids are the owners of the amulets.
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 Pagination token for the next page of results.
ok
The same record_time as in the request.
The same migration_id as in the request.
Up to page_size contracts in the ACS.
create_arguments are always encoded as compact_json.
When requesting the next page of results, pass this as after
to the AcsRequest or HoldingsStateRequest.
Will be absent when there are no more pages.