You are viewing a single comment's thread from:

RE: Post Promoter JavaScript Voting Bot - Update 4

in #utopian-io8 years ago

I use the get_ticker call and use the returned value for 'latest' tick.
See below the API call used in steem-python.

def get_ticker(self):
        """Returns the market ticker for the internal SBD:STEEM market."""
        return self.exec('get_ticker', api='market_history_api')```