deribit-api

WARNING: This package is still early beta, following the designs of my other connectors. If you want to stay informed when this may be ready for testing, please get in touch via telegram.
Node.js connector for the aster APIs and WebSockets, with TypeScript & browser support.
Installation
npm install --save deribit-api
Issues & Discussion
Related projects
Check out my related JavaScript/TypeScript/Node.js projects:
- Try my API & WebSocket SDKs:
- Try my misc utilities:
- Check out my examples:
Structure
This project uses typescript. Resources are stored in 3 key structures:
- src - the whole connector written in typescript
- dist - the javascript version of the project (compiled from typescript). This should not be edited directly, as it will be overwritten with each release.
- examples - some implementation examples & demonstrations. Contributions are welcome!
Usage
TODO