@parity/shapeshift

v2.1.2
The Parity Promise-based library for interfacing with ShapeShift over HTTP
Ethereum ABI API RPC Parity Promise

@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/packages/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 -

npm i @parity/shapeshift

Metadata

  • GPL-3.0
  • Whatever
  • Parity Team
  • released 11/2/2017

Downloads