Socket
Book a DemoInstallSign in
Socket

@strong-roots-capital/bitmex-node

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strong-roots-capital/bitmex-node

[![NPM Package][]](https://npmjs.org/package/@strong-roots-capital/bitmex-node) [![semantic-release]](https://github.com/semantic-release/semantic-release)

latest
npmnpm
Version
1.9.4
Version published
Maintainers
2
Created
Source

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

  • CLI installation: npm install bitmex-node
  • Create API keys: https://www.bitmex.com/app/apiKeys
  • Recommended code editor: Visual studio code

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

FAQs

Package last updated on 27 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts