1.0.6 • Published 6 years ago

node-dsx-api v1.0.6

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

Trade API for DSX.uk Exchange

Install

npm install node-dsx-api

Example use

import { DsxExchange } from "../api/index";

const dsx = new DsxExchange({
    verbose: true,
    secretKey: "...",
    apiKey: "..."
  });
(async () => {
    const res = await dsx.orderBook("BTCUSD");
    //...
})();

Tech Detail

  • Promises native support
  • Public market data
  • Reports and History
  • Orders, place and cancel
  • Client information
  • Deposits, only transfer status

License

MIT license