GET: /proposals/statistics
The proposals statistics API returns information about proposals count based on state.
ProposalStatisticsRequest
This API has no request parameters.
ProposalStatisticsResponse
The API response contains the proposal counts for states.
Type | Key | Description |
bool |
| If set false, indicates an error returning data. |
ProposalStatisticsData |
| Proposal statistics data. |
ProposalStatisticsData
Type | Key | Description |
uint32 |
| Active proposal count |
uint32 |
| Passed proposal count |
uint32 |
| Failed proposal count |
Last updated