MPC Tally API Server

get-address-governances

Returns the list of governances (DAOs) an address has delegated to

Input Schema

NameRequiredDescriptionDefault
addressYesThe Ethereum address to get governances for (0x format)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The Ethereum address to get governances for (0x format)", "type": "string" } }, "required": [ "address" ], "type": "object" }