1.0.3 • Published 9 months ago
node-odysseyexchange-api v1.0.3
node-odysseyexchange-api
node library Odyssey Exchange API
plan‼️
✅ - openapi release
☑️ - apikey release
install
npm i node-odysseyexchange-api
quickstart
code:
const OdyEx = require('node-odysseyexchange-api');
let ans = OdyEx.getTicket(symbol);
console.log(ans);
response:
{}