@blockchain-global/acx
v0.1.1
Published
ACX Rest API & WebSocket Nodejs Package
Downloads
1
Readme
ACX API & WebSocket Utilities
This project is designed to help you make your own projects that interact with the ACX Exchange.
Installation
npm install acx --save
Getting started
const binance = require('acx-api');
var acx = new ACX("dashbtc", <access_key>, <secret_key>);