Skip to main content
POST
/
v0
/
admin
/
sv
/
previous-sv-reward-weight
POST /v0/admin/sv/previous-sv-reward-weight
curl --request POST \
  --url https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/admin/sv/previous-sv-reward-weight \
  --header 'Content-Type: application/json' \
  --data '
{
  "svParty": "<string>",
  "effectiveBefore": "<string>"
}
'
{
  "rewardWeight": "<string>"
}

Body

application/json
svParty
string
required
effectiveBefore
string

Only consider reward weight changes that took effect strictly before this time.

Response

200 - application/json

ok

rewardWeight
string

The SV's reward weight set by the most recent accepted UpdateSvRewardWeight proposal before effectiveBefore, or absent if there is no such proposal.