Steem Developer logo

Steem Developer Portal

Methods:

Needed by condenser_api to optionally use follow_api or reputation_api for account reputations (the latter if hivemind is fronting follow_api)

reputation_api.get_account_reputations

Returns the reputation of accounts. Parameters: account:string; limit:int

account (string) limit (int)  
"steemit" 10 Queries the reputation for account named “steemit”.

See #1425

Also see: Paginated API Methods

Query Parameters JSON
{"account_lower_bound": "", "limit": 1000}
Expected Response JSON
{"account": "steem", "reputation": 0}
Example curl
curl -s --data '{"jsonrpc":"2.0", "method":"reputation_api.get_account_reputations", "params": {"account_lower_bound": "steem"}, "id":1}' https://api.steemit.com