1.9.0 • Published 5 years ago

bitmex-node v1.9.0

Weekly downloads
50
License
MIT
Repository
-
Last release
5 years ago

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
1.9.0

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.3.3

6 years ago

1.3.1

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago