MPC Tally API Server

get-delegate-statement

Get a delegate's statement for a specific governor or organization

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "oneOf": [ { "properties": { "address": { "description": "The delegate's Ethereum address", "type": "string" }, "governorId": { "description": "The governor's ID", "type": "string" } }, "required": [ "governorId" ] }, { "properties": { "address": { "description": "The delegate's Ethereum address", "type": "string" }, "organizationSlug": { "description": "The organization's slug (e.g., 'uniswap')", "type": "string" } }, "required": [ "organizationSlug" ] } ], "required": [ "address" ], "type": "object" }