Skip to content

hazratgs/exmo_npm_promise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exmo-api

Exmo (Bitcoin Exchange) API client

Getting Started

Install the module with: npm install exmo-api-promise

const exmo = require('exmo-api-promise')
exmo.init({key:"your_key", secret:"your_secret"})
exmo.query("user_info", {}).then(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 (async/await)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%