/{chain}/updates/{party}/private

Returns a paginated list of private Canton transactions involving the party requested.

Note that given Canton's privacy model, limited information about private transactions is available publicly.

In this endpoint, we reconstruct what's known publicly about private transactions and present the data in our standard classified transaction format.

Results are ordered by verdict record time, descending by default. startTimestamp is inclusive and endTimestamp is exclusive.

maxPageSize sets the upper bound on private updates returned in one page. Pages can be sparse or empty while hasMore remains true. Continue with nextPageUrl or pass nextCursor as the next request's cursor.

A confirmer role means the party was listed among the verdict's quorum candidates; it does not prove that the party cast an individual vote.

Path Params
string
required
Defaults to canton

Canton chain name. Use a name returned by GET /chains.

string
required
Defaults to noves-validator-1::1220dd5cc6e969cd7d7c11e339fbd07fab5f6fa1f999dc09339228d17299d9d68941

Full Canton party ID involved as a submitter, informee, or confirmer.

Query Params
int64
-62135596800 to 253402300799

Inclusive start of the verdict record time window, as Unix seconds. Optional.

int64
-62135596800 to 253402300799

Exclusive end of the verdict record time window, as Unix seconds. Optional.

int32
1 to 500

Upper bound on private updates returned in one page. A page may contain fewer entries. Default is 100; maximum is 500.

string
^(?i:asc|desc)$

Sort direction by verdict record time: asc or desc. Default is desc.

string

Opaque continuation value from the previous response's nextCursor. Optional.

Headers
string
required
Defaults to demokey

API Key for Canton API. To generate an API Key, visit https://app.noves.fi

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json