Skip to main content
POST
/
v0
/
voterequest
/v0/voterequest
curl --request POST \
  --url https://example.com/api/scan/v0/voterequest \
  --header 'Content-Type: application/json' \
  --data '
{
  "vote_request_contract_ids": [
    "<string>"
  ]
}
'
{
  "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.