New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

exmo-api

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exmo-api

Exmo (Bitcoin Exchange) API client

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
9
200%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 26 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts