JSPM

odysseyexchange-api

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q20746F
  • License MIT

node library on api from Odyssey Exchange (odyssey.trade)

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:

{}