Socket
Socket
Sign inDemoInstall

@parity/shapeshift

Package Overview
Dependencies
7
Maintainers
3
Versions
349
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @parity/shapeshift

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


Version published
Weekly downloads
13
increased by8.33%
Maintainers
3
Install size
887 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 02 Nov 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc