Skip to content

exmo-dev/exmo_npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Exmo (Bitcoin Exchange) API JavaScript client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published