0.0.7 • Published 6 years ago

bitmex-swagger v0.0.7

Weekly downloads
25
License
-
Repository
github
Last release
6 years ago

bitmex-swagger

NPM Package Dev Dependencies

An unofficial node.js wrapper for the BitMEX Bitcoin derivatives exchange Swagger API

Official BitMEX website: https://www.bitmex.com

Getting Started

Installation:

npm install bitmex-swagger --save

Usage:

var Swagger = require('bitmex-swagger');

Swagger(function(swagger) {

    swagger.Chat.Chat_get({count: 1, reverse: true}, function(response) {
        var message = JSON.parse(response.data)[0];
        console.log('Here is the most recent chat message:');
        console.log(message.user + ': ' + message.message);
    });

});
0.0.7

6 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago