wallet/getpaginatedproposallist
Witness and governance
wallet/getpaginatedproposallist | TRON
TRON API method that retrieves governance proposals with pagination support, allowing efficient browsing of large proposal lists. On TRON.
POST
wallet/getpaginatedproposallist
TRON API method that retrieves governance proposals with pagination support, allowing efficient browsing of large proposal lists.
Get your 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
Last modified on May 18, 2026