I may be getting the API needed confused in that case.
Our bot does approximate flag rshares to SBD conversions using methods of the Beem Steem class for it's voting.
Looks like the method uses get_sbd_per_rshares which calls get_reward_fund. That uses the database API if I am understanding correctly.
That should be fine, right?
Posted using Partiko Android
The rewards_api is something brand new that was used to attempt to model the changes to rewards after HF21.
What you are referring to is found in
condenser_api
which the the api you will use the majority of the time. Sometimes there is the need fordatabase_api
but, neither of those are explicitly declared in the config.