0.1.3 • Published 6 years ago

exmo-api-promise v0.1.3

Weekly downloads
2
License
-
Repository
github
Last release
6 years ago

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.

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago