POST /v0/scan-proxy/holdings/summary
Deprecated. Please use /v1/scan-proxy/holdings/summary instead. 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.
Deprecated. Please use /v1/scan-proxy/holdings/summary instead. 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.
Body
integer (int64).The migration id for which to return the summary.string (date-time).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.exact, at_or_before.integer (int64).Compute holding fees as of this round. Defaults to the earliest open mining round.Responses
200
okrecord_time as in the request.migration_id as in the request.as_of_round as in the request, with the same default.400
bad request404
not found500
internal server errorHistory
0.6.30.6.3The POST /v0/scan-proxy/holdings/summary operation changed in this snapshot.
0.5.10