3.2.19 • Published 2 years ago

alphapoint-apex-api v3.2.19

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

Very simple alphapoint API library

Implements rxjs observables for ongoing events, and RPC over WS for "get" requests.

to install: npm install alphapoint (must have .npmrc configured)

example:

const { APEX } = require('alphapoint')
const apex = new APEX('wss://api_apexqa.alphapoint.com/WSGateway/')

async function main() {
  try {
    const l2 = await apex.GetL2Snapshot({OMSId: 1, InstrumentId: 2, Depth: 100})
    console.log(l2);
  }
  catch (e) {
    console.log(e);
  }
}

main()
3.2.19

2 years ago

5.0.17

2 years ago

5.0.13

4 years ago