/{chain}/updates/{party}

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 gateway applies a default trailing 30-day window.

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.

Path Params
string
required
Defaults to canton

Name of the chain.

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

The party identifier to fetch updates for.

Query Params
int64

Start timestamp to filter results by (Unix timestamp). Optional. If both time bounds are omitted, the gateway defaults to the last 30 days.

int64

End timestamp to filter results by (Unix timestamp). Optional. If both time bounds are omitted, the gateway defaults to the current time and applies a trailing 30-day window.

int32
1 to 500
Defaults to 100

Number of updates to return per page. Default is 100, max is 500.

string
Defaults to desc

Sort direction: 'asc' for ascending or 'desc' for descending. Default is 'desc'.

string

Pagination cursor from a previous response's nextCursor field.

Headers
string
required
Defaults to demokey

API Key to call the API. To generate one, visit https://noves.fi/pricing

Responses

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