Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
offset
— the starting index for pagination (default: 0).limit
— the maximum number of proposals to return (default: 10, max: 100).
Response
proposals
— array of proposal objects, each containing:proposal_id
— the unique identifier of the proposalproposer_address
— the address of the Super Representative who created the proposalparameters
— object containing the parameter changes proposedexpiration_time
— timestamp when the proposal expirescreate_time
— timestamp when the proposal was createdapprovals
— array of Super Representatives who have approved the proposalstate
— current state of the proposal (PENDING, DISAPPROVED, APPROVED, CANCELED)
Use case
Thewallet/getpaginatedproposallist
method is used for:
- Implementing paginated proposal browsing in applications
- Efficiently loading large proposal datasets
- Building scalable governance interfaces with pagination
- Creating proposal exploration tools with performance optimization
Body
application/json
Response
200 - application/json
Paginated list of proposals