1.0.2 • Published 8 months ago
odysseyexchange-api v1.0.2
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:
{}