🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@parity/shapeshift

Package Overview
Dependencies
Maintainers
3
Versions
349
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parity/shapeshift

The Parity Promise-based library for interfacing with ShapeShift over HTTP

2.1.2
latest
Source
npm
Version published
Weekly downloads
7
-98.08%
Maintainers
3
Weekly downloads
 
Created
Source

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

Keywords

Ethereum

FAQs

Package last updated on 02 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts