Skip to content

Releases: ln-markets/api-js

v1.2.0

16 Sep 09:37
Compare
Choose a tag to compare

HTTP API

Added

Modified

Removed

  • futuresHistory() since the related route was deleted.

Documentation

  • Added futuresBidOfferHistory().
  • Added futuresIndexHistory().
  • Added futuresFixingHistory().
  • Added futuresCarryFeesHistory().
  • Removed futuresHistory().

v1.1.1

06 Aug 19:43
0c31ecc
Compare
Choose a tag to compare

Documentation

  • Added web-socket information.

v1.1.0

06 Aug 18:50
2c03ea4
Compare
Choose a tag to compare

Split HTTP and web-socket APIs.

v1.0.3

06 Aug 18:03
61b00ef
Compare
Choose a tag to compare

HTTP API

Added

  • Default network if no parameters are sent to the constructor.

Modified

  • Only return body if status is 200.

Documentation

  • Added basic usage examples