B3TR: Proposal comments
getB3TRProposalCommentsFetch on-chain voting comments for a specific B3TR proposal, with optional filtering by support type (FOR, AGAINST, or ABSTAIN).
Instructions
Get on-chain voting comments/reasons for a specific B3TR proposal via /api/v1/b3tr/proposals/{proposalId}/comments. Shows comments from users who actually voted on-chain with their voting power and weight. NOTE: This shows on-chain voter comments. For broader community discussion, extract the Discourse forum link from the proposal's IPFS description. If getDiscourseTopic is available, use it to fetch the full forum thread; if not available (optional feature), provide the forum URL for manual viewing. Forum discussions often have more detailed debate and sentiment from the wider community before/during voting. Supports filtering by support type (FOR, AGAINST, ABSTAIN).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based results page number (default: 0) | |
| size | No | Results per page (default: 20) | |
| support | No | Filter by support type (FOR, AGAINST, or ABSTAIN) | |
| direction | No | Sort direction (default: DESC) | |
| proposalId | Yes | Proposal ID to fetch comments for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | List response for B3TR proposal comments | |
| error | No | ||
| network | Yes |