Gets votes cast for a set of governance action ids.

post/governance/credential/votesByGovId

Request body

actionIdsstring[] required
credentialstring required
untilBlockstring required

block hash - inclusive

Example request

{
  "credential": "8200581c8baf48931c5187cd59fde553f4e7da2e1a2aa9202ec6e67815cb3f8a",
  "untilBlock": "cf8c63a909d91776e27f7d05457e823a9dba606a7ab499ac435e7904ee70d7c8"
}

Response

payloadstring required
txIdstring required
actionIdstring required

Changes

Changed in 2 of the 41 revisions of this API.11