node-dsx-api

1.0.6 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.6
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.6
    0
  • 1.0.5
    0
  • 1.0.3
    0

Package Sidebar

Install

npm i node-dsx-api

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

23.1 kB

Total Files

20

Last publish

Collaborators

  • zoh