List of Voting API Endpoints.
Default Voting API prefix is /api/voting
/api/voting
Endpoints
Description
Type
/configurations
Returns configurations for voting plugins
GET
/create/proposal/transactions
Returns all create proposal transactions
/create/proposal/transactions/:id
Returns create proposal transaction by id
/create/proposal/:id/wallet
Returns wallet by create proposal id
/cast/vote/transactions
Returns all cast vote transactions
/cast/vote/transactions/:id
Returns cast vote transaction by id
/cast/vote/:id/wallet
Returns wallet by cast vote id
/statistics/:id
Returns statistics for proposal by id
Last updated 4 years ago
Was this helpful?