odysseyexchange-api
v1.0.2
Published
node library on api from Odyssey Exchange (odyssey.trade)
Maintainers
Readme
odysseyexchange-api
node library Odyssey Exchange API
plan‼️
1/2 - spot api
X - futures api
install
npm i node-odysseyexchange-apiquickstart
code:
const odyssey = require('odysseyexchange-api');
let spot = new odyssey.spot(apikey, secret);//spot
//see exampleresponse:
{}