coinspot-api-promises

0.0.2 • Public • Published

Please see https://www.coinspot.com.au/api for documentation on the CoinSpot API.

Example usage

var coinspot = require('coinspot-api-promises');
 
var secret = ''; // insert your secret here
var key = ''; // insert your key here
 
var client = new coinspot(key, secret);
 
client.orders('LTC').then(response => {
  console.log(response.data);
});

Functions retain the same signatures as they have in coinspot-api, which this project is based off.

Package Sidebar

Install

npm i coinspot-api-promises

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • matmunn