UNPKG

node-cobinhood

Version:
8 lines (6 loc) 188 B
const key = `your key here` const Client = require('../') let client = new Client({ key: key }) client.getLoanTicker('USDT') .then(console.log, console.error) .then(() => client.close())