Skip to content

Releases: ln-markets/api-js

v3.0.0-0

28 Jun 13:08
7e8cf68
Compare
Choose a tag to compare
v3.0.0-0 Pre-release
Pre-release

v2.0.1-0...v3.0.0-0

Websocket fix

08 Oct 20:47
f0eb323
Compare
Choose a tag to compare
  • feat: remove renovate 66f26e7
  • fix(test): update username 61daa2a
  • fix: update websocket version 98989d4
  • chore: update dependencies f49b827
  • fix: websocket auth not ready ! 10f9d66
  • chore: pin dependencies cc43f2f
  • fix: remove unused dependency d10418e
  • chore: update dependencies bde03c8
  • fix: simple way to choosen how to encode params 66d9309

v1.7.0...v1.7.1

v1.7.0

21 Apr 09:40
Compare
Choose a tag to compare

REST API

Added

  • New wrappers for options:
    • optionsGetConfiguration()
    • optionsGetVolatility()
    • optionsGetPositions()
    • optionsNewPosition()

Check out the documentation for more details.

v1.6.1

22 Dec 13:14
f2b1c1b
Compare
Choose a tag to compare

Environment

Modified

  • Fixed exports fields.

v1.6.0

22 Dec 12:46
1e96edc
Compare
Choose a tag to compare

Environment

Added

  • ESM support with exports field in package.json

v1.5.3

08 Dec 13:27
6ec45a4
Compare
Choose a tag to compare

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.

v1.5.2

24 Nov 10:13
ad7cd28
Compare
Choose a tag to compare

REST API

Added

  • More tests on authentication.

Modified

  • Fixed a bug with query parameters in signature.

v1.5.1

15 Nov 00:10
195fc3d
Compare
Choose a tag to compare

REST API

Modified

  • Forgot / in the payload signature between method and API version.

v1.5.0

10 Nov 14:20
ea93f4e
Compare
Choose a tag to compare

REST API

Modified

  • Authentication method migration from JWT to key authentication.

Documentation

Added

  • Links to more examples.

Modified

  • Authentication process.

v1.4.2

30 Oct 10:16
b48637b
Compare
Choose a tag to compare

Environment

Added

  • Workflow to build and test package.
  • Issue template.
  • LNMARKETS_API_TOKEN en variable for REST API.