Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

An unofficial BitMEX API connector written with typescript

Notifications You must be signed in to change notification settings

strong-roots-capital/BitMEX-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

NPM Package semantic-release

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

About

An unofficial BitMEX API connector written with typescript

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%