1.0.4 • Published 1 year ago

bitmex-node-api v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

BitMEX-nodejs - An unofficial BitMEX API connector written with typescript

All types and methods are automatically generated from BitMEX official Swagger Specification

Installation

Code Example

import { BitmexAPI } from 'bitmex-node-api'

const bitmex = new BitmexAPI({
  apiKeyID: 'NXTy391NCdhrrSWzsJE_xktb',
  apiKeySecret: 'bPVQ51-xxI7bRcuAAOlvH0wUFpPvusfmC1dF6zyy4s3v8Mgd',
  // "proxy": "https://cors-anywhere.herokuapp.com/"
})

!(async function () {
  const chatMessage = await bitmex.Chat.new({ message: 'Pump incoming !!! ' })
})()

Features:

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago