/{chain}/verdicts/participants/{submittingParticipantUid}/issuers

Returns verdict totals for the submitting participant UID, grouped by asset issuer.

startTimestamp is inclusive and endTimestamp is exclusive. Both are required at the hour grain, where the start is rounded down and the end is rounded up to UTC hour boundaries.

totalVerdicts counts distinct verdict update IDs submitted by the participant. Each issuer's verdictCount counts distinct update IDs associated with that issuer. A verdict can involve more than one issuer, so do not add issuer counts to calculate totalVerdicts. Their sum can exceed totalVerdicts.

The response includes registered issuers with activity in the period. Each issuerName contains the current Featured App display name.

Set interval to round to group by whole mining rounds instead. Round mode takes either fromRound with toRound, or startTimestamp with endTimestamp used as they were given, and answers with the requested and resolved round ranges in place of period and totalVerdicts. A round range may cover at most 5,000 rounds, and a range reaching past the rounds that are covered is refused rather than answered for a shorter window.

Path Params
string
required
Defaults to canton

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

string
required
Defaults to PAR::cantex::1220dd5cc6e969cd7d7c11e339fbd07fab5f6fa1f999dc09339228d17299d9d68941

Full Canton participant UID that submitted the verdicts.

Query Params
int64
-62135596800 to 253402300799

Inclusive requested start of the verdict record time window, as Unix seconds. Rounded down to a UTC hour at the hour grain, and used as given at the round grain.

int64
-62135596800 to 253402300799

Exclusive requested end of the verdict record time window, as Unix seconds. Rounded up to a UTC hour at the hour grain, and used as given at the round grain.

string
^(?i:hour|round)$

Verdict grouping: hour or round. Defaults to hour.

int64
≥ 0

First mining round to include. Inclusive, non-negative, and requires interval=round with no timestamps.

int64
≥ 0

Last mining round to include. Inclusive, and defaults to fromRound when omitted, so send it to state the range you mean.

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