Skip to content
Documentation/canton-network-docs/Splice APIsScan APIsScan APIView on canton-network-docs
canton-network-docs/Splice APIsScan APIsScan API

/v0/voterequest

POST
/
v0
/
voterequest
Try it
/v0/voterequest

cURL

curl --request POST \
  --url https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/voterequest \
  --header 'Content-Type: application/json' \
  --data '
{
  "vote_request_contract_ids": [
    "<string>"
  ]
}
'
200
{
  "vote_requests": [
    {
      "template_id": "<string>",
      "contract_id": "<string>",
      "payload": {},
      "created_event_blob": "<string>",
      "created_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
vote_request_contract_ids
string[]
required

Contract IDs of Daml template Splice.DsoRules:VoteRequest.

Response

200 - application/json

ok

vote_requests
object[]
required

Contracts of Daml template Splice.DsoRules:VoteRequest that match vote_request_contract_ids in the request.

Show child attributes