Steem Developer Portal

Search Results
Showing results for "list proposal votes"
database_api.list_proposal_votes
...["alice"] 10 by_voter_proposal ascending active list 10 proposals with active status, ordered by voter, ascending [10]...
database_api.list_proposals
...[""] 10 by_creator ascending active list 10 proposals with active status, ordered by creator, ascending ["201...
condenser_api.list_proposal_votes
...["alice"] 10 by_voter_proposal ascending active list 10 proposals with active status, ordered by voter, ascending [10]...
condenser_api.list_proposals
...[""] 10 by_creator ascending active list 10 proposals with active status, ordered by creator, ascending ["201...
Paginated API Methods
...ting a limit of 10: curl -s --data '{ "jsonrpc": "2.0", "method": "database_api.list_votes", "params": { "start": ["", "", ""], "limit": 10, "order": "by_c...