exmo-api

0.1.0 • Public • Published

exmo-api

Exmo (Bitcoin Exchange) API client

Getting Started

Install the module with: npm install exmo-api

var exmo = require('exmo-api');
exmo.init_exmo({key:"your_key", secret:"your_secret"});
exmo.api_query("user_info", { }, function(result){
  var data = JSON.parse(result);
  ...
});

Documentation

Exmo.com Trade API

Release History

0.1.0

License

Copyright (c) 2016 exmo-dev
Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i exmo-api

Weekly Downloads

2

Version

0.1.0

License

none

Last publish

Collaborators

  • exmo