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

/cryptopia.js/

    Package Sidebar

    Install

    npm i cryptopia.js

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • coac