openethereum/js/npm/shapeshift
2017-10-24 12:31:50 +01:00
..
package.json Sync parity-ewf with parity 2017-10-24 12:31:50 +01:00
README.md Sync parity-ewf with parity 2017-10-24 12:31:50 +01:00

@parity/shapeshift

A thin ES6 promise wrapper around the shapeshift.io APIs as documented at https://shapeshift.io/api

https://github.com/paritytech/parity/tree/master/js/src/3rdparty/shapeshift

usage

installation -

npm install --save @parity/shapeshift

Usage -

const APIKEY = 'private affiliate key or undefined';
const shapeshift = require('@parity/shapeshift')(APIKEY);

// api calls goes here

api

queries -

transactions -