MPC Tally API Server

get-proposal-votes-cast-list

Get a list of votes cast for a specific proposal, including formatted vote amounts

Input Schema

NameRequiredDescriptionDefault
idYesThe proposal's Tally ID (globally unique across all governors)

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The proposal's Tally ID (globally unique across all governors)", "type": "string" } }, "required": [ "id" ], "type": "object" }