get
https://api.canton.noves.fi//updates/
Returns a paginated list of transactions for the given party.
The results will be ordered by effective time (descending by default).
If both startTimestamp and endTimestamp are omitted, the API returns results across all available time.
Each entry includes top-level update metadata and a payload field containing the transaction body.
Note: For pagination, use the nextPageUrl link that will be returned as part of the output, or use the cursor parameter with the value from nextCursor in the previous response.

