bhusalb / gate.io

Nodejs api wrapper for gate.io
12 stars 3 forks source link
bitcoin-api gate-io nodejs

Nodejs wrapper for Gate.io API2

Installation

npm install gate.io

Basic Usage

var GateIo = require('gate.io');
var gateIoClient = new GateIo('<api-key>', '<api-sceret>');

gateIoClient.getBalances(function(res) {
    console.log(res);
});

Available Methods


For additional info Check API DOCS