0.0.7 • Published 8 years ago

bitmex-swagger v0.0.7

Weekly downloads
25
License
-
Repository
github
Last release
8 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

8 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago