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