1.1.0 • Published 3 years ago

digitex-node v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

Digitex - Node Wrapper

This is a node package that can be used to connect to the Digitex Futures Exchange and manipulate account data or fetch market data.

DISCLAIMER: This project is a work in progress but is in a stable state. A lot of work still needs to be put in to implement all API functionality and add documentation. Some changes may be breaking but semantic versioning will be followed so it doesnt break your project.

Installation

npm install digitex-node --save

Then, see Documentation for usage.

License

MIT


Changelog

v.1.0.0 - Initial Commit - Stable

  • Added API.closePosition() function for closing whole position in one call
  • Added fetching of user account data prior to ready event firing
  • Added ready event
  • Added most of the websocket api
  • Added orderbook tracking
  • Added order managagment
  • Added conditional order management
  • Added Order Type
  • Added Conditional Order Type
  • Added all events