Skip to content

Releases: jaggedsoft/node-idex-api

Stable Release

Choose a tag to compare

@jaggedsoft jaggedsoft released this 04 Jan 02:04
21ae363

Major new release, supports trade functions, lots of changes

Stable Release

Choose a tag to compare

@jaggedsoft jaggedsoft released this 14 Sep 22:46
0f58441

First stable release. Fixed WebSocket issues

Development Release

Development Release Pre-release
Pre-release

Choose a tag to compare

@jaggedsoft jaggedsoft released this 14 Sep 19:16
f27e9c2
(async () => {
    const idex = require("node-idex-api");
    let currencies = await idex.returnCurrencies();
    console.log(currencies);

    let volume = await idex.return24Volume();
    console.log(volume);
})();