Skip to content

Order book and trade history functions

Choose a tag to compare

@Someguy123 Someguy123 released this 27 Jul 02:00
· 9 commits to master since this release
  • Added order_history and get_orderbook to SteemEngineToken for getting both historic, and currently open trades.
  • Created new data objects SETrade and SEOrder to represent the data returned by get_orderbook and order_history
  • ObjBase now aliases __repr__() to __str__() for child classes.
  • Updated documentation to show the new methods and objects.