Followers
Followers-related API endpoints
Network-specific
Returns aggregated DAO Followers
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
{
"total": 11, // Total Entities matches the filter
"offset": 0, // Provided offset
"limit": 10, // Provided limit
"items": [
// Follower
{
// Follower Address
"address": "0xa2f6a625b3d1b4f0C58E5C1652898D160B8588D0"
}
...
]
}Follow DAO
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated