Cryptopia exchange api wrapper
npm install cryptopia.js
constCryptopia=require('cryptopia.js')constcryptopia=newCryptopia('YOUR_KEY','YOUR_SECRET');(asyncfunction(){constorderBook=awaitcryptopia.GetMarketOrders('DOT_BTC',50)console.log(orderBook)}())See example.js for the implemented methods