Skip to content

v1.5.3

Compare
Choose a tag to compare
@vafanassieff vafanassieff released this 08 Dec 13:27
· 203 commits to master since this release
6ec45a4

REST API

Modified

  • Changed some wrappers as their corresponding endpoints no longer exist.
    • apiState() -> appConfiguration()
    • nodeState() -> appNode()

Added

  • Wrapper for futures ticker: futuresGetTicker()

Subscription API

Added

  • Event emissions on connected message, and error.

Documentation

Modified

  • apiState() -> appConfiguration()
  • nodeState() -> appNode()

Added

  • Example for REST API futuresGetTicker method.