@blockchain-global/acx

ACX Rest API & WebSocket Nodejs Package

Usage no npm install needed!

<script type="module">
  import blockchainGlobalAcx from 'https://cdn.skypack.dev/@blockchain-global/acx';
</script>

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>);