MPC Tally API Server

list-daos

List DAOs on Tally sorted by specified criteria

Input Schema

NameRequiredDescriptionDefault
afterCursorNoCursor for pagination
limitNoMaximum number of DAOs to return (default: 20, max: 50)
sortByNoHow to sort the DAOs (default: popular). 'explore' prioritizes DAOs with live proposals

Input Schema (JSON Schema)

{ "properties": { "afterCursor": { "description": "Cursor for pagination", "type": "string" }, "limit": { "description": "Maximum number of DAOs to return (default: 20, max: 50)", "type": "number" }, "sortBy": { "description": "How to sort the DAOs (default: popular). 'explore' prioritizes DAOs with live proposals", "enum": [ "id", "name", "explore", "popular" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools