Package Exports
- odysseyexchange-api
- odysseyexchange-api/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (odysseyexchange-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
odysseyexchange-api
node library Odyssey Exchange API
plan‼️
1/2 - spot api
X - futures api
install
npm i node-odysseyexchange-api
quickstart
code:
const odyssey = require('odysseyexchange-api');
let spot = new odyssey.spot(apikey, secret);//spot
//see example
response:
{}