# shapeshift **Repository Path**: parity-js/shapeshift ## Basic Information - **Project Name**: shapeshift - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-05 - **Last Updated**: 2021-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @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](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 - - `getCoins()` [https://shapeshift.io/api#api-104](https://shapeshift.io/api#api-104) - `getMarketInfo(pair)` [https://shapeshift.io/api#api-103](https://shapeshift.io/api#api-103) - `getStatus(depositAddress)` [https://shapeshift.io/api#api-5](https://shapeshift.io/api#api-5) transactions - - `shift(toAddress, returnAddress, pair)` [https://shapeshift.io/api#api-7](https://shapeshift.io/api#api-7)