cryptopia.js

1.0.0 • Public • Published

cryptopia.js

Cryptopia exchange api wrapper

Standard - JavaScript Style Guide

Installation

npm install cryptopia.js

Usage

const Cryptopia = require('cryptopia.js')
const cryptopia = new Cryptopia('YOUR_KEY', 'YOUR_SECRET');
 
(async function () {
  const orderBook = await cryptopia.GetMarketOrders('DOT_BTC', 50)
  console.log(orderBook)
}())

See example.js for the implemented methods

Cryptopia Api docs

Package Sidebar

Install

npm i cryptopia.js

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • coac