bitmex-node
TypeScript icon, indicating that this package has built-in type declarations

1.9.0 • Public • Published

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

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

Installation

Live Example

visual studio code - bitmex node

Code Example

 
import { BitmexAPI } from "bitmex-node";
 
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:

Donate
  • (BTC) 1CUjz7EF1iqgJPi3MPW6Nb556tQwPNryM3

Readme

Keywords

none

Package Sidebar

Install

npm i bitmex-node

Weekly Downloads

42

Version

1.9.0

License

MIT

Unpacked Size

130 kB

Total Files

26

Last publish

Collaborators

  • ilanfrumer