SDK Releases
Crawlable snapshot of release activity across all maintained SDK repositories.
Release Feed Snapshot (133 releases)
- v3.4.2: Fix FuturesNewAlgoOrderParams activatePrice parameter. Fallback from WSAPI to WSClient user data stream for futures (v3.4.2) - tiagosiebler/binance - 2026-02-23 What's Changed fix: rename activationPrice to activatePrice in FuturesNewAlgoOrderParams by @DanZBo in https://github.com/tiagosiebler/binance/pull/648 feat: fallback from wsapi to wsclient user data stream for futures by @tiagosiebler in https://github.com/tiagosiebler/binance/p
- v3.4.1: Ensure max margin user data listen token expiry time. Add rimraf dev dependency. (v3.4.1) - tiagosiebler/binance - 2026-02-21 What's Changed fix(v3.4.1): ensure max margin user data listen token expiry time by @tiagosiebler in https://github.com/tiagosiebler/binance/pull/646 Full Changelog: https://github.com/tiagosiebler/binance/compare/v3.4.0...v3.4.1
- v3.4.0: Integrate Cross Margin WebSocket API User Data Stream for Binance Node.js SDK (v3.4.0) - tiagosiebler/binance - 2026-02-21 What's Changed feat(v3.4.0): integrate margin websocket api user data stream with automatic listen token refresh & resubscribe, bump eslint & jest by @tiagosiebler in https://github.com/tiagosiebler/binance/pull/645 Summary - Adds complete integration for Binance's "listen token"
- v4.6.0: Upgrades to WebSocket architecture, aligned with other SDKs (v4.6.0) - tiagosiebler/bybit-api - 2026-02-20 What's Changed Upgrades to WebSocket architecture, aligned with other SDKs by @tiagosiebler in https://github.com/tiagosiebler/bybit-api/pull/533 The WebSocket client architecture saw many improvements with the newer SDKs. This PR cleans up some of the tech debt, bringing this in
- v1.1.11: Add GitHub migration notice (v1.1.11) - tiagosiebler/coinbase-api - 2026-02-09 What's Changed chore(v1.1.11): add migration notice by @tiagosiebler in https://github.com/tiagosiebler/coinbase-api/pull/119 Full Changelog: https://github.com/tiagosiebler/coinbase-api/compare/v1.1.10...v1.1.11
- v2.3.3: Add GitHub migration notice (v2.3.3) - tiagosiebler/bitmart-api - 2026-02-09 What's Changed chore(v2.3.3): add readme migration notice by @tiagosiebler in https://github.com/tiagosiebler/bitmart-api/pull/79 Full Changelog: https://github.com/tiagosiebler/bitmart-api/compare/v2.3.2...v2.3.3
- v1.4.2: Add GitHub migration notice (v1.4.2) - tiagosiebler/gateio-api - 2026-02-09 What's Changed chore(v1.4.2): add readme migration notice by @tiagosiebler in https://github.com/tiagosiebler/gateio-api/pull/105 Full Changelog: https://github.com/tiagosiebler/gateio-api/compare/v1.4.1...v1.4.2
- v3.1.4: Add GitHub migration notice (v3.1.4) - tiagosiebler/bitget-api - 2026-02-09 What's Changed chore(v3.1.4): add readme migration notice by @tiagosiebler in https://github.com/tiagosiebler/bitget-api/pull/130 chore(v3.1.4): readme notice by @tiagosiebler in https://github.com/tiagosiebler/bitget-api/pull/131 Full Changelog: https://github.com/tiagosiebler/b
- v3.1.2: Add GitHub migration notice (v3.1.2) - tiagosiebler/okx-api - 2026-02-09 What's Changed chore: rename auth dir by @tiagosiebler in https://github.com/tiagosiebler/okx-api/pull/180 chore(v3.1.2): add readme migration notice by @tiagosiebler in https://github.com/tiagosiebler/okx-api/pull/182 Full Changelog: https://github.com/tiagosiebler/okx-api/compa
- v4.5.3: Add GitHub migration notice (v4.5.3) - tiagosiebler/bybit-api - 2026-02-09 What's Changed chore(v4.5.3): add readme migration notice by @tiagosiebler in https://github.com/tiagosiebler/bybit-api/pull/530 Full Changelog: https://github.com/tiagosiebler/bybit-api/compare/v4.5.2...v4.5.3
- v3.3.3: Add GitHub migration notice (v3.3.3) - tiagosiebler/binance - 2026-02-09 What's Changed chore(v3.3.3): add readme migration notice by @tiagosiebler in https://github.com/tiagosiebler/binance/pull/642 Full Changelog: https://github.com/tiagosiebler/binance/compare/v3.3.2...v3.3.3
- v2.5.0: Add support for regional KuCoin EU & EU REST APIs & WebSockets (v2.5.0) - tiagosiebler/kucoin-api - 2026-02-09 What's Changed feat(v2.5.0): support regional KuCoin EU and AU REST APIs and WebSockets by @tiagosiebler in https://github.com/tiagosiebler/kucoin-api/pull/116 Add readme notice on upcoming migration to the Siebly.io GitHub organisation. Full Changelog: https://github.com/tiagosi
- v3.3.2: Add enablePortfolioMarginTrading APIPermission property (v3.3.2) - tiagosiebler/binance - 2026-02-07 What's Changed feat(v3.3.2): add enablePortfolioMarginTrading APIPermission property by @tiagosiebler in https://github.com/tiagosiebler/binance/pull/640 Full Changelog: https://github.com/tiagosiebler/binance/compare/v3.3.1...v3.3.2
- v3.3.1: Add user data stream WebSocket API support for RSA & HMAC keys (v3.3.1) - tiagosiebler/binance - 2026-02-05 What's Changed feat(v3.3.1): add support for WS API user data stream for RSA & HMAC keys by @tiagosiebler in https://github.com/tiagosiebler/binance/pull/639 Summary - Effective on 2026-02-20 07:00 (UTC), Binance's listenKey mechanism for Spot will be discontinued. - Users are ex
- v3.3.0: WebSocket API support for HMAC & RSA keys. Ensure Web Crypto API is used for REST request sign. Updated docs. (v3.3.0) - tiagosiebler/binance - 2026-02-04 What's Changed feat(v3.3.0): WebSocket API support for HMAC & RSA keys. Ensure Web Crypto API is used for REST request sign. Updated docs. by @tiagosiebler in https://github.com/tiagosiebler/binance/pull/638 Full Changelog: https://github.com/tiagosiebler/binance/compare/v3.2.4..
- v4.5.2: Add new REST & WS examples. Enhance WsStore isDeepObjectMatch for recursion. (v4.5.2) - tiagosiebler/bybit-api - 2026-02-04 What's Changed feat: add examples for RSA authentication and faster HMAC signing in Bybit API client; enhance demo trading functionality with WebSocket and REST examples by @JJ-Cro in https://github.com/tiagosiebler/bybit-api/pull/526 refactor: reorganize example files and enhanc
- v3.1.1: Add new REST & WS examples. Enhance WsStore isDeepObjectMatch for recursion. (v3.1.1) - tiagosiebler/okx-api - 2026-02-04 What's Changed feat: add multiple examples for REST and WebSocket API usage, including demo trading, private trading, and public API calls by @JJ-Cro in https://github.com/tiagosiebler/okx-api/pull/175 feat: add new examples for REST and WebSocket API usage, including private tra
- v3.1.3: Add new REST & WS examples. Enhance WsStore isDeepObjectMatch for recursion. (v3.1.3) - tiagosiebler/bitget-api - 2026-02-04 What's Changed feat: add new examples for V2 and V3 API endpoints by @JJ-Cro in https://github.com/tiagosiebler/bitget-api/pull/124 refactor: update function signatures to include type annotations by @JJ-Cro in https://github.com/tiagosiebler/bitget-api/pull/126 feat(v3.1.3): Imp
- v1.0.4: Add new REST & WS examples. Enhance WsStore isDeepObjectMatch for recursion. (v1.0.4) - sieblyio/kraken-api - 2026-02-04 What's Changed chore(): update eslint in examples by @JJ-Cro in https://github.com/sieblyio/kraken-api/pull/40 feat(v1.0.4):add tests for isDeepObjectMatch function by @JJ-Cro in https://github.com/sieblyio/kraken-api/pull/41 Full Changelog: https://github.com/sieblyio/kraken-api
- v3.2.4: Add new REST & WS examples. Enhance WsStore isDeepObjectMatch for recursion. (v3.2.4) - tiagosiebler/binance - 2026-02-04 What's Changed feat(v3.2.4): Update WSStore isDeepObjectMatch to support recursive … by @JJ-Cro in https://github.com/tiagosiebler/binance/pull/637 Full Changelog: https://github.com/tiagosiebler/binance/compare/v3.2.3...v3.2.4
- v2.4.1: Add new REST & WS examples. Enhance WsStore isDeepObjectMatch for recursion. (v2.4.1) - tiagosiebler/kucoin-api - 2026-02-04 What's Changed refactor: reorganize example directory structure and update WebSocket examples by @JJ-Cro in https://github.com/tiagosiebler/kucoin-api/pull/113 refactor: update SDK references and enhance request utility types by @JJ-Cro in https://github.com/tiagosiebler/kucoin-a
- v2.3.2: Add new REST & WS examples. Enhance WsStore isDeepObjectMatch for recursion. (v2.3.2) - tiagosiebler/bitmart-api - 2026-02-04 What's Changed feat: add example scripts for Spot and Futures API interactions via REST and WebSocket clients by @JJ-Cro in https://github.com/tiagosiebler/bitmart-api/pull/76 feat(v2.3.2): enhance isDeepObjectMatch function for recursive object comparison, and add tests for WebS
- v1.1.10: Add new REST & WS examples. Enhance WsStore isDeepObjectMatch for recursion. (v1.1.10) - tiagosiebler/coinbase-api - 2026-02-04 What's Changed feat: add examples for CBExchange and CBInternationalExchange with public and private API calls using REST and WebSocket clients by @JJ-Cro in https://github.com/tiagosiebler/coinbase-api/pull/117 feat(v1.1.10): enhance isDeepObjectMatch function for recursive obje
- v1.4.1: Add new REST & WS examples. Enhance WsStore isDeepObjectMatch for recursion. (v1.4.1) - tiagosiebler/gateio-api - 2026-02-04 What's Changed feat: add new examples for futures and spot trading using REST and WebSocket clients by @JJ-Cro in https://github.com/tiagosiebler/gateio-api/pull/102 feat(v1.4.1): enhance isDeepObjectMatch function for recursive object comparison by @JJ-Cro in https://github.com/
- v3.2.3: Export ws connectionstate enum properly (v3.2.3) - tiagosiebler/binance - 2026-02-03 What's Changed refactor: reorganize example directory structure and enhance error handling by @JJ-Cro in https://github.com/tiagosiebler/binance/pull/635 chore: bump version to 3.2.3 in package.json and package-lock.json by @JJ-Cro in https://github.com/tiagosiebler/binance/pull/
- v3.2.2: Fix unintentional oid warning for usdm and wsapi (v3.2.2) - tiagosiebler/binance - 2026-02-02 What's Changed fix(v3.2.2, #632): unintentional order id warning by @tiagosiebler in https://github.com/tiagosiebler/binance/pull/634 Full Changelog: https://github.com/tiagosiebler/binance/compare/v3.2.1...v3.2.2
- v3.2.1: Add & rearrange examples around trading, incl demo and WS. Fix unintentional oid warning. (v3.2.1) - tiagosiebler/binance - 2026-02-02 What's Changed feat: add multiple examples for futures and spot trading, including demo trading and websocket integration by @JJ-Cro in https://github.com/tiagosiebler/binance/pull/631 fix(v3.2.1, #632): unintentional order id warning by @tiagosiebler in https://github.com/tiagos
- v2.4.0: Integrate KuCoin's V2 (Pro) Public & Private WebSockets (v2.4.0) - tiagosiebler/kucoin-api - 2026-01-30 What's Changed feat: add examples for futures and spot trading using WebSocket and REST APIs by @JJ-Cro in https://github.com/tiagosiebler/kucoin-api/pull/112 feat(v2.4.0): Integrate V2 (Pro) Public & Private WebSockets by @tiagosiebler in https://github.com/tiagosiebler/kucoin-a
- v3.1.2: Add new broker & index components V3 endpoints (v3.1.2) - tiagosiebler/bitget-api - 2026-01-27 What's Changed feat(v3.1.2): add new broker & index components v3 endpoints by @JJ-Cro in https://github.com/tiagosiebler/bitget-api/pull/122 Full Changelog: https://github.com/tiagosiebler/bitget-api/compare/v3.1.1...v3.1.2
- v3.2.0: Update WS Options connectivity and examples, bump audit dependency (v3.2.0) - tiagosiebler/binance - 2026-01-27 What's Changed fix(v3.2.0): update options ws connectivity and example, audit dependency bump by @tiagosiebler in https://github.com/tiagosiebler/binance/pull/629 Summary - Old options wss url is nowhere to be seen in the API docs anymore. Only one mention in the changelog from a
- v2.3.6: Add new unified client kucoin pro endpoints (v2.3.6) - tiagosiebler/kucoin-api - 2026-01-27 What's Changed feat(v2.3.6): enhance API client with new endpoints and update package dependencies by @JJ-Cro in https://github.com/tiagosiebler/kucoin-api/pull/109 Full Changelog: https://github.com/tiagosiebler/kucoin-api/compare/v2.3.5...v2.3.6
- v4.5.1: New API endpoints for crypto loans and fiat trading, minor enhancements (v4.5.1) - tiagosiebler/bybit-api - 2026-01-26 What's Changed feat(v4.5.1): add new API endpoints for crypto loans and fiat trading, enhance existing functionality with new examples and documentation updates by @JJ-Cro in https://github.com/tiagosiebler/bybit-api/pull/525 Full Changelog: https://github.com/tiagosiebler/bybit-
- v3.1.9: Add fiat deposit & order detail endpoints (v3.1.9) - tiagosiebler/binance - 2026-01-26 What's Changed feat(v3.1.9): add fiat deposit and order detail endpoints, update examples and documentation by @JJ-Cro in https://github.com/tiagosiebler/binance/pull/627 Full Changelog: https://github.com/tiagosiebler/binance/compare/v3.1.8...v3.1.9
- v1.4.0: Add OTC, CrossEx & Alpha endpoints. Fix unnecessary suffix when query parameters are empty. (v1.4.0) - tiagosiebler/gateio-api - 2026-01-26 What's Changed fix(#99): omit url suffix when query params are empty by @tiagosiebler in https://github.com/tiagosiebler/gateio-api/pull/100 feat(v1.4.0): Added otc, crossex and alpha endpoints by @JJ-Cro in https://github.com/tiagosiebler/gateio-api/pull/98 Full Changelog: https
- v3.1.8: Implement demo trading subdomains, add WebSocket API algo orders & types, fix hardcoded boolean types, minor bumps & cleaning (v3.1.8) - tiagosiebler/binance - 2026-01-19 What's Changed chore(): README.md template sections by @tiagosiebler in https://github.com/tiagosiebler/binance/pull/619 feat: add WebSocket API algo orders & type definitions by @jinusean in https://github.com/tiagosiebler/binance/pull/613 chore: update NPM publish workflow to t
- v3.1.1: Fix missing APIResponse export (v3.1.1) - tiagosiebler/bitget-api - 2026-01-17 What's Changed fix(v3.1.1, #119): export APIResponse properly by @tiagosiebler in https://github.com/tiagosiebler/bitget-api/pull/120 Full Changelog: https://github.com/tiagosiebler/bitget-api/compare/v3.1.0...v3.1.1
- v1.1.9: Add WebPack configuration. Update wsOptions for advanced WebSocket networking configuration. Update release workflow. (v1.1.9) - tiagosiebler/coinbase-api - 2026-01-15 What's Changed chore: update NPM publish workflow to trigger on release events and handle prerelease tags by @JJ-Cro in https://github.com/tiagosiebler/coinbase-api/pull/111 chore: enhance WSClientConfigurableOptions to support additional WebSocket and HTTP client options by @JJ-
- v2.3.1: Update wsOptions for advanced WebSocket configuration. Add WebPack, update release workflow. (v2.3.1) - tiagosiebler/bitmart-api - 2026-01-15 What's Changed chore: enhance WSClientConfigurableOptions to support additional WebSocket and HTTP client options by @JJ-Cro in https://github.com/tiagosiebler/bitmart-api/pull/69 feat: update package.json for optional webpack dependencies and add webpack configuration for bundli
- v2.3.5: Update wsOptions. Update release workflow. Update webpack config. Misc cleaning. (v2.3.5) - tiagosiebler/kucoin-api - 2026-01-15 What's Changed chore: update NPM publish workflow to trigger on release events and h… by @JJ-Cro in https://github.com/tiagosiebler/kucoin-api/pull/104 chore: enhance WSClientConfigurableOptions to support additional WebSocket and HTTP client options by @JJ-Cro in https://github.
- v1.3.5: Add WebSocket configuration parameter for advanced users, add Webpack config, update release workflow, misc updates (v1.3.5) - tiagosiebler/gateio-api - 2026-01-15 What's Changed chore: update NPM publish workflow to trigger on release events and handle prerelease tags by @JJ-Cro in https://github.com/tiagosiebler/gateio-api/pull/93 feat: enhance WSClientConfigurableOptions to support additional WebSocket and HTTP client options by @JJ-Cro
- v3.1.0: Remove deprecated V1 functionality. Add beta release support to release workflow. Update wsOptions type to reflect full functionality. Minor dependency updates around WebPack. (v3.1.0) - tiagosiebler/bitget-api - 2026-01-15 What's Changed chore(v3.0.13): remove deprecated V1 API clients and examples by @JJ-Cro in https://github.com/tiagosiebler/bitget-api/pull/114 chore: update NPM publish workflow to trigger on release events and handle prerelease tags by @JJ-Cro in https://github.com/tiagosiebler/
- v3.1.0: Update WebSocket wsOptions type, WebPack config, readme, release workflow for beta releases (v3.1.0) - tiagosiebler/okx-api - 2026-01-14 What's Changed chore: update NPM publish workflow to trigger on release events and h… by @JJ-Cro in https://github.com/tiagosiebler/okx-api/pull/169 feat: update WebSocket wsOptions type, update WebPack configuration by @JJ-Cro in https://github.com/tiagosiebler/okx-api/pull/170
- v1.0.3: Add WebPack configuration, update wsOptions type (v1.0.3) - sieblyio/kraken-api - 2026-01-14 What's Changed feat: add wsOptions type by @JJ-Cro in https://github.com/sieblyio/kraken-api/pull/36 chore: add Webpack configuration and update package.json for bundling support by @JJ-Cro in https://github.com/sieblyio/kraken-api/pull/37 chore(): README.md template sections by
- v4.5.0: Add support for Bybit EU REST APIs. Add support for all other regional API domains. Expand WS configuration to support additional pass-thru WebSocket options (v4.5.0) - tiagosiebler/bybit-api - 2026-01-14 What's Changed feat(v4.5.0): add support for Bybit EU REST APIs. feat: add support for other regional REST API domains by @tiagosiebler in https://github.com/tiagosiebler/bybit-api/commit/05f00928913ada60bc2a83e6afa8999d2fe54b9c chore: enhance WSClientConfigurableOptions to suppo
- v2.3.0: Implement zlib deflate if compression is detected in WS events (v2.3.0) - tiagosiebler/bitmart-api - 2026-01-07 What's Changed chore: update NPM publish workflow to trigger on release events and h… by @JJ-Cro in https://github.com/tiagosiebler/bitmart-api/pull/68 feat(v2.3.0, #70): implement zlib deflate if compression detected in ws data by @tiagosiebler in https://github.com/tiagosiebler
- v1.1.8: Readme updates. Bump axios, jose & js-yaml dependencies. (v1.1.8) - tiagosiebler/coinbase-api - 2025-12-29 What's Changed [Snyk] Upgrade axios from 1.12.2 to 1.13.1 by @tiagosiebler in https://github.com/tiagosiebler/coinbase-api/pull/107 chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in https://github.com/tiagosiebler/coinbase-api/pull/106 chore(): README.md
- v2.2.1: Readme updates. Bump axios & js-yaml (v2.2.1) - tiagosiebler/bitmart-api - 2025-12-29 What's Changed [Snyk] Upgrade axios from 1.12.2 to 1.13.1 by @tiagosiebler in https://github.com/tiagosiebler/bitmart-api/pull/63 chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in https://github.com/tiagosiebler/bitmart-api/pull/62 chore(): README.md temp
- v2.3.4: Update readme, bump axios (v2.3.4) - tiagosiebler/kucoin-api - 2025-12-29 What's Changed chore(): README.md template sections by @tiagosiebler in https://github.com/tiagosiebler/kucoin-api/pull/102 [Snyk] Upgrade axios from 1.13.1 to 1.13.2 by @tiagosiebler in https://github.com/tiagosiebler/kucoin-api/pull/101 chore(v2.3.4): readme bumps by @tiagosieb
- v1.3.4: Readme updates, bump axios (v1.3.4) - tiagosiebler/gateio-api - 2025-12-29 What's Changed chore(): README.md template sections by @tiagosiebler in https://github.com/tiagosiebler/gateio-api/pull/91 [Snyk] Upgrade axios from 1.13.1 to 1.13.2 by @tiagosiebler in https://github.com/tiagosiebler/gateio-api/pull/90 chore(v1.3.4): readme updates by @tiagosieb
- v3.0.12: Readme updates, bump axios (v3.0.12) - tiagosiebler/bitget-api - 2025-12-29 What's Changed chore(): README.md template sections by @tiagosiebler in https://github.com/tiagosiebler/bitget-api/pull/112 [Snyk] Upgrade axios from 1.13.1 to 1.13.2 by @tiagosiebler in https://github.com/tiagosiebler/bitget-api/pull/111 chore(v3.0.12): release for readme update
- v1.0.2: Readme updates (v1.0.2) - sieblyio/kraken-api - 2025-12-29 What's Changed chore(): README.md template sections by @tiagosiebler in https://github.com/sieblyio/kraken-api/pull/34 chore(v1.0.2): release for updated readme by @tiagosiebler in https://github.com/sieblyio/kraken-api/pull/35 Full Changelog: https://github.com/sieblyio/kraken-a
- v3.0.14: Update readme & bump axios (v3.0.14) - tiagosiebler/okx-api - 2025-12-29 What's Changed chore(): README.md template sections by @tiagosiebler in https://github.com/tiagosiebler/okx-api/pull/167 [Snyk] Upgrade axios from 1.13.1 to 1.13.2 by @tiagosiebler in https://github.com/tiagosiebler/okx-api/pull/166 chore(v3.0.14): release for updated readme by @
- v4.4.5: Add basePrice property for spot orders. Fix getP2POrderMessages return type. Bump axios. (v4.4.5) - tiagosiebler/bybit-api - 2025-12-29 What's Changed [Snyk] Upgrade axios from 1.12.2 to 1.13.2 by @tiagosiebler in https://github.com/tiagosiebler/bybit-api/pull/515 fix(v5-trade.ts): add basePrice property by @posokhin in https://github.com/tiagosiebler/bybit-api/pull/517 chore(): README.md template sections by @ti
- v3.1.7: Add new OPO, OPOCO and misc USDM endpoints, add fiat withdraw endpoint, misc dependency bumps (v3.1.7) - tiagosiebler/binance - 2025-12-24 What's Changed [Snyk] Upgrade source-map-loader from 2.0.0 to 2.0.2 by @tiagosiebler in https://github.com/tiagosiebler/binance/pull/608 [Snyk] Upgrade axios from 1.12.2 to 1.13.1 by @tiagosiebler in https://github.com/tiagosiebler/binance/pull/606 feat(v3.1.6): add new OPO and O
- v3.0.13: Add ETH staking and historic bills endpoints. Add new properties to OrderRequest interface. Bump axios, ts-loader, dependencies. (v3.0.13) - tiagosiebler/okx-api - 2025-12-19 What's Changed [Snyk] Upgrade axios from 1.12.2 to 1.13.1 by @tiagosiebler in https://github.com/tiagosiebler/okx-api/pull/157 [Snyk] Upgrade ts-loader from 9.3.1 to 9.5.4 by @tiagosiebler in https://github.com/tiagosiebler/okx-api/pull/162 feat(v3.0.13): add cancelRedeemETHStaki
- v1.0.1: Add level3 topic subscriptions to WebsocketClient (v1.0.1) - sieblyio/kraken-api - 2025-12-18 What's Changed feat(v1.0.1): enhance WebSocket client for level3 topic subscriptions by @JJ-Cro in https://github.com/sieblyio/kraken-api/pull/33 Full Changelog: https://github.com/sieblyio/kraken-api/compare/v1.0.0...v1.0.1
- v2.2.0: Add demo trading support, add new affiliate endpoints, misc type updates (v2.2.0) - tiagosiebler/bitmart-api - 2025-12-18 What's Changed feat: add LICENSE file with MIT license terms by @JJ-Cro in https://github.com/tiagosiebler/bitmart-api/pull/61 feat(v2.2.0): support demo trading by @JJ-Cro in https://github.com/tiagosiebler/bitmart-api/pull/64 Full Changelog: https://github.com/tiagosiebler/bitm
- v4.4.4: Add funding cap WS ticker properties (v4.4.4) - tiagosiebler/bybit-api - 2025-12-18 What's Changed feat(v4.4.4): add missing funding cap ws ticker properties by @tiagosiebler in https://github.com/tiagosiebler/bybit-api/pull/513 Full Changelog: https://github.com/tiagosiebler/bybit-api/compare/v4.4.3...v4.4.4
- v3.0.11: Add new open interest & tax record endpoints, type/example updates, bump axios, ts-loader and js-yaml dependencies (v3.0.11) - tiagosiebler/bitget-api - 2025-12-18 What's Changed [Snyk] Upgrade axios from 1.12.2 to 1.13.1 by @tiagosiebler in https://github.com/tiagosiebler/bitget-api/pull/105 [Snyk] Upgrade ts-loader from 9.4.1 to 9.5.4 by @tiagosiebler in https://github.com/tiagosiebler/bitget-api/pull/107 chore(deps-dev): bump js-yaml fro
- v1.3.3: Add getLowCapExchangeList, request field deprecations/updates, bump axios and js-yaml dependencies (v1.3.3) - tiagosiebler/gateio-api - 2025-12-18 What's Changed [Snyk] Upgrade axios from 1.12.2 to 1.13.1 by @tiagosiebler in https://github.com/tiagosiebler/gateio-api/pull/88 chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in https://github.com/tiagosiebler/gateio-api/pull/87 chore(v1.3.3): update ver
- v2.3.3: Add new market available inventory and kumining endpoints, bump axios and js-yaml (v2.3.3) - tiagosiebler/kucoin-api - 2025-12-18 What's Changed [Snyk] Upgrade axios from 1.12.2 to 1.13.1 by @tiagosiebler in https://github.com/tiagosiebler/kucoin-api/pull/99 chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in https://github.com/tiagosiebler/kucoin-api/pull/98 feat(v2.3.3): add new end
- v4.4.3: Add new crypto loan endpoints, bump axios, js-yaml and webpack-bundle-analyzer dependencies (v4.4.3) - tiagosiebler/bybit-api - 2025-12-18 What's Changed feat(v4.4.3): new crypto loan endpoints for renewing borrow orders and an additional response field for USDT pre-market contracts. by @JJ-Cro in https://github.com/tiagosiebler/bybit-api/pull/511 [Snyk] Upgrade axios from 1.12.1 to 1.12.2 by @tiagosiebler in https:
- v3.0.12: Add kraken to readme, add endpoint for fetching historic bills (v3.0.12) - tiagosiebler/okx-api - 2025-12-03 What's Changed chore(): README.md template sections by @tiagosiebler in https://github.com/tiagosiebler/okx-api/pull/159 adds @siebly/kraken-api SDK to readme adds https://siebly.io to readme feat(v3.0.12): add endpoint for fetching bills older than 30 days by @tiagosiebler in ht
- v1.0.0: Released JavaScript, TypeScript & Node.js SDK for Kraken's REST APIs and WebSockets (v1.0.0) - sieblyio/kraken-api - 2025-12-01 JavaScript, TypeScript & Node.js SDK for Kraken's REST APIs and WebSockets This marks the first public release of our JavaScript, TypeScript & Node.js SDK for Kraken's REST APIs and WebSockets, published to npm as @siebly/kraken-api: https://www.npmjs.com/package/@siebly/kraken-a
- v3.1.5: Fix diff book depth stream for futures, bump audit dependency (v3.1.5) - tiagosiebler/binance - 2025-11-18 What's Changed fix(v3.1.5): bump audit dependency, fix diff book stream name for futures by @tiagosiebler in https://github.com/tiagosiebler/binance/pull/605 Full Changelog: https://github.com/tiagosiebler/binance/compare/v3.1.4...v3.1.5
- v2.3.2: Add futures copy trading cross margin, hedge mode, collateral and kyc endpoints (v2.3.2) - tiagosiebler/kucoin-api - 2025-11-17 What's Changed feat(v2.3.2): add futures copy trading cross margin, hedge mode, collateral and kyc endpoints by @JJ-Cro in https://github.com/tiagosiebler/kucoin-api/pull/97 Full Changelog: https://github.com/tiagosiebler/kucoin-api/compare/v2.3.1...v2.3.2
- v3.0.10: Add new broker and futures endpoints, bump axios (v3.0.10) - tiagosiebler/bitget-api - 2025-11-17 What's Changed feat(v3.0.10): add new broker and futures endpoints, and update request/response types by @JJ-Cro in https://github.com/tiagosiebler/bitget-api/pull/103 [Snyk] Upgrade axios from 1.12.0 to 1.12.2 by @tiagosiebler in https://github.com/tiagosiebler/bitget-api/pull/9
- v3.1.4: New algo orders endpoints, deprecation of !ticker@arr topic (v3.1.4) - tiagosiebler/binance - 2025-11-17 What's Changed feat(v3.1.4): New algo orders, minor changes by @JJ-Cro in https://github.com/tiagosiebler/binance/pull/604 1. Spot API - New symbolStatus Parameter Affected Endpoints: - REST API: - GET /api/v3/depth - GET /api/v3/ticker/price - GET /api/v3/ticker/bookTicker - GET
- v3.0.11: Fix WS algo-orders channel missing auth, add delta neutral strategy endpoints, misc types for various endpoints (v3.0.11) - tiagosiebler/okx-api - 2025-11-17 What's Changed feat(v3.0.11): add new API endpoints for trading configuration and delta neutral strategy by @JJ-Cro in https://github.com/tiagosiebler/okx-api/pull/155 [Snyk] Upgrade axios from 1.12.0 to 1.12.2 by @tiagosiebler in https://github.com/tiagosiebler/okx-api/pull/145
- v1.3.2: Add new futures price-triggered order & get main account keys endpoints (v1.3.2) - tiagosiebler/gateio-api - 2025-11-15 What's Changed feat(v1.3.2): update version to 1.3.2, add new futures price-triggered order update endpoint by @JJ-Cro in https://github.com/tiagosiebler/gateio-api/pull/86 Full Changelog: https://github.com/tiagosiebler/gateio-api/compare/v1.3.1...v1.3.2 --- 🆕 New Endpoints 1.
- v4.4.2: Updated response fields (tickers, transaction log), new UTA endpoints (margin borrow/repay), new spot margin set leverage method/parameter (v4.4.2) - tiagosiebler/bybit-api - 2025-11-14 What's Changed feat(v4.4.2): Update full release notes since 1st October by @JJ-Cro in https://github.com/tiagosiebler/bybit-api/pull/504 Market Data APIs - Get Tickers (Linear/Inverse): Added new response fields basisRateYear, fundingIntervalHour, and fundingCap for enhanced fun
- v1.1.7: Safer internal exception logger for WSAPIClient (v1.1.7) - tiagosiebler/coinbase-api - 2025-11-14 Previously running a JSON.stringify call within the WebsocketAPIClient exception handler could in rare circumstances lead to a circular reference. This handles that scenario in a safer way. What's Changed feat(): Add licence file by @JJ-Cro in https://github.com/tiagosiebler/coin
- v3.0.10: Safer internal exception logger for WSAPIClient (v3.0.10) - tiagosiebler/okx-api - 2025-11-14 Previously running a JSON.stringify call within the WebsocketAPIClient exception handler could in rare circumstances lead to a circular reference. This handles that scenario in a safer way. What's Changed chore(3.0.10): update version to 3.0.10 and improve error handling in Webso
- v2.3.1: Safer internal exception logger for WSAPIClient (v2.3.1) - tiagosiebler/kucoin-api - 2025-11-14 Previously running a JSON.stringify call within the WebsocketAPIClient exception handler could in rare circumstances lead to a circular reference. This handles that scenario in a safer way. What's Changed feat(): Add licence file by @JJ-Cro in https://github.com/tiagosiebler/kuco
- v1.3.1: Safer internal exception logger for WSAPIClient (v1.3.1) - tiagosiebler/gateio-api - 2025-11-14 Previously running a JSON.stringify call within the WebsocketAPIClient exception handler could in rare circumstances lead to a circular reference. This handles that scenario in a safer way. What's Changed chore(1.3.1): update version to 1.3.1 and improve error handling in Websock
- v4.4.1: Safer internal exception logger for WSAPIClient (v4.4.1) - tiagosiebler/bybit-api - 2025-11-14 Previously running a JSON.stringify call within the WebsocketAPIClient exception handler could in rare circumstances lead to a circular reference. This handles that scenario in a safer way. What's Changed feat: beta release mechanic by @tiagosiebler in https://github.com/tiagosie
- v3.0.9: Safer internal exception logger for WSAPIClient (v3.0.9) - tiagosiebler/bitget-api - 2025-11-14 Previously running a JSON.stringify call within the WebsocketAPIClient exception handler could in rare circumstances lead to a circular reference. This handles that scenario in a safer way. What's Changed chore(3.0.9): Update wsapi error handling, bump version by @JJ-Cro in https
- v3.0.9: Fix attachAlgoOrds parameter type for placeAlgoOrder() (v3.0.9) - tiagosiebler/okx-api - 2025-11-13 What's Changed Refactor attachAlgoOrds to use detailed structure by @dothanhlongtld in https://github.com/tiagosiebler/okx-api/pull/152 fix(v3.0.9, #152): update type for attachAlgoOrds parameter by @tiagosiebler in https://github.com/tiagosiebler/okx-api/pull/153 New Contributor
- v3.0.8: Update return types for getFuturesHistoricFundingRates & getFuturesCurrentFundingRate (v3.0.8) - tiagosiebler/bitget-api - 2025-11-13 What's Changed chore(): upd getFuturesHistoricFundingRates and getFuturesCurrentFundingRate responses by @lutogin in https://github.com/tiagosiebler/bitget-api/pull/100 fix(v3.0.8, #100): update getFuturesHistoricFundingRates and getFuturesCurrentFundingRate return types by @tiag
- v3.1.3: Handle circular reference risk in WS API Client exception handler (v3.1.3) - tiagosiebler/binance - 2025-11-05 What's Changed fix(v3.1.3, fixes #600): handle risk of circular reference in WS API Client exception handler by @tiagosiebler in https://github.com/tiagosiebler/binance/pull/601 Full Changelog: https://github.com/tiagosiebler/binance/compare/v3.1.2...v3.1.3
- v3.0.8: Add toAddrType property in WithdrawRequest. Fix tests. (v3.0.8) - tiagosiebler/okx-api - 2025-10-28 What's Changed fix: add toAddrType in WithdrawRequest by @petarzarkov in https://github.com/tiagosiebler/okx-api/pull/150 chore: fix tests by @tiagosiebler in https://github.com/tiagosiebler/okx-api/pull/151 New Contributors @petarzarkov made their first contribution in https://g
- v3.1.2: Add type guard for diff book depth update event (v3.1.2) - tiagosiebler/binance - 2025-10-23 What's Changed Minor breaking change from previous version: renamed diff book event interface to WsMessageDiffBookDepthEventFormatted. Add type guard isWsDiffBookDepthEventFormatted for depthUpdate event. Full Changelog: https://github.com/tiagosiebler/binance/compare/v3.1.1...v3
- v3.1.1: Add missing depthUpdate event types and properties. Bump Axios. Minor readme & license update. (v3.1.1) - tiagosiebler/binance - 2025-10-22 What's Changed chore(): update Readme to include portfolio margin examples by @JJ-Cro in https://github.com/tiagosiebler/binance/pull/592 [Snyk] Upgrade axios from 1.12.0 to 1.12.2 by @tiagosiebler in https://github.com/tiagosiebler/binance/pull/591 feat(v3.1.1): add missing dept
- v1.3.0: Disable request parameter encoding, add unified batch max borrowable endpoint (v1.3.0) - tiagosiebler/gateio-api - 2025-10-14 What's Changed feat: disable request parameter encoding, add unified batch max borrowable endpoint by @tiagosiebler in https://github.com/tiagosiebler/gateio-api/pull/84 fixes sign errors seen when request parameter includes comma Full Changelog: https://github.com/tiagosiebler/g
- v4.4.1-beta.0: improved guard for missing Web Crypto API (v4.4.1-beta.0) - tiagosiebler/bybit-api - 2025-10-13 - pre-release What's Changed feat: beta release mechanic by @tiagosiebler in https://github.com/tiagosiebler/bybit-api/pull/498 fix(v4.4.1-beta.0): improved guard for missing web crypto api by @tiagosiebler in https://github.com/tiagosiebler/bybit-api/pull/499 ^ was reverted Full Changelog: ht
- v1.1.6: Fix encoding for Prime API sign. Bump axios dependency. (v1.1.6) - tiagosiebler/coinbase-api - 2025-10-13 What's Changed [Snyk] Security upgrade axios from 1.10.0 to 1.12.0 by @tiagosiebler in https://github.com/tiagosiebler/coinbase-api/pull/98 fix: bump axios to fix build by @tiagosiebler in https://github.com/tiagosiebler/coinbase-api/pull/100 fix(v1.1.6, #102): switch prime sign
- v4.4.0: Integrate request build & sign for p2p uploads, fixes #493 (v4.4.0) - tiagosiebler/bybit-api - 2025-10-13 What's Changed fix(v4.4.0): Integrate request build & sign for p2p uploads, fixes #493 by @tiagosiebler in https://github.com/tiagosiebler/bybit-api/pull/497 Full Changelog: https://github.com/tiagosiebler/bybit-api/compare/v4.3.2...v4.4.0
- v3.0.7: Expand RFQ types and settle/fee endpoints (v3.0.7) - tiagosiebler/okx-api - 2025-10-04 What's Changed feat(v3.0.7): Expand RFQ types and settle/fee endpoints by @JJ-Cro in https://github.com/tiagosiebler/okx-api/pull/144 Full Changelog: https://github.com/tiagosiebler/okx-api/compare/v3.0.6...v3.0.7
- v4.3.2: Add new rate limit, rpi orderbook & adl endpoints. Add new response cumFeeDetail field. (v4.3.2) - tiagosiebler/bybit-api - 2025-10-03 What's Changed feat(v4.3.2): add rate limit, rpi orderbook & adl endpoints by @JJ-Cro in https://github.com/tiagosiebler/bybit-api/pull/492 Add a new response field cumFeeDetail to return trading fee details instead of cumExecFee (resolves #491) Full Changelog: https://github.com
- v3.0.7: Add new union and broker endpoints (v3.0.7) - tiagosiebler/bitget-api - 2025-10-03 What's Changed feat(v3.0.7): add missing endpoints by @JJ-Cro in https://github.com/tiagosiebler/bitget-api/pull/96 - resolves #95 Full Changelog: https://github.com/tiagosiebler/bitget-api/compare/v3.0.6...v3.0.7
- v2.3.0: Introduced Unified Trading Client (v2.3.0) - tiagosiebler/kucoin-api - 2025-10-02 What's Changed feat(v2.3.0): introduced Unified Trading Client by @JJ-Cro in https://github.com/tiagosiebler/kucoin-api/pull/92 The UnifiedAPIClient provides access to KuCoin's Unified API endpoints, which offer streamlined market data access across Spot, Futures, and Margin trad
- v1.2.10: add new futures endpoints and update request/response types, bump axios (v1.2.10) - tiagosiebler/gateio-api - 2025-09-30 What's Changed [Snyk] Security upgrade axios from 1.10.0 to 1.12.0 by @tiagosiebler in https://github.com/tiagosiebler/gateio-api/pull/80 fix: axios build error by @tiagosiebler in https://github.com/tiagosiebler/gateio-api/pull/81 feat(v1.2.10): add new futures endpoints and upd
- v3.1.0: Introduce custom JSON parser hook (v3.1.0) - tiagosiebler/binance - 2025-09-29 Summary In niche cases, WS events from Binance include orderIds with very large numbers. These cannot be safely represented as integers (larger than Number.MAXSAFEINTEGER. In most cases this might not affect you, but for those that do depend on these properties (see #208), this p
- v2.1.30: Axios bump & readme example updates (v2.1.30) - tiagosiebler/bitmart-api - 2025-09-24 What's Changed [Snyk] Security upgrade axios from 1.10.0 to 1.12.0 by @tiagosiebler in https://github.com/tiagosiebler/bitmart-api/pull/58 fix: build via axios bump by @tiagosiebler in https://github.com/tiagosiebler/bitmart-api/pull/59 chore(v2.1.30): update readme by @JJ-Cro in
- v3.0.6: GET request method for sub deposit/withdrawal records (v3.0.6) - tiagosiebler/bitget-api - 2025-09-24 What's Changed [Snyk] Security upgrade axios from 1.11.0 to 1.12.0 by @tiagosiebler in https://github.com/tiagosiebler/bitget-api/pull/91 chore(): update tests by @JJ-Cro in https://github.com/tiagosiebler/bitget-api/pull/92 fix(v3.0.6): GET request method for sub deposit/withdra
- v2.2.0: Integrate WebSocket API for sending orders & commands via WebSocket events (v2.2.0) - tiagosiebler/kucoin-api - 2025-09-22 What's Changed feat(v2.2.0, #67): Integrate WebSocket API for sending orders & commands via WebSocket events by @tiagosiebler in https://github.com/tiagosiebler/kucoin-api/pull/84 feat(): added wsapi client, examples and all types by @JJ-Cro in https://github.com/tiagosiebler/kuc
- v3.0.9: Add soft staking endpoints with examples, add margin auto cancel param (v3.0.9) - tiagosiebler/binance - 2025-09-15 What's Changed feat(v3.0.9): update package version and add soft staking endpoints with examples, add margin auto cancel param by @JJ-Cro in https://github.com/tiagosiebler/binance/pull/586 fix: add missing dev dependency for CI tests by @tiagosiebler in https://github.com/tiagos
- v2.1.23: Add updatePositionMode endpoint and enhance futures response types (v2.1.23) - tiagosiebler/kucoin-api - 2025-09-15 What's Changed feat(v2.1.23): Add updatePositionMode endpoint and enhance futures response types by @JJ-Cro in https://github.com/tiagosiebler/kucoin-api/pull/89 Full Changelog: https://github.com/tiagosiebler/kucoin-api/compare/v2.1.22...v2.1.23
- v3.0.6: handle reconnection notice automatically, allow automatic auth for market data if required (v3.0.6) - tiagosiebler/okx-api - 2025-09-15 What's Changed feat(v3.0.6): handle reconnection notice automatically, allow authenticating for market data by @tiagosiebler in https://github.com/tiagosiebler/okx-api/pull/142 Detects & tags books-l2-tbt and books50-l2-tbt requests as "auth required". Automatically authenticates
- v4.3.1: Add new endpoints for limit price behaviour and new delivery price (v4.3.1) - tiagosiebler/bybit-api - 2025-09-12 What's Changed feat(v4.3.1): add new endpoints for limit price behavior and new delivery price by @JJ-Cro in https://github.com/tiagosiebler/bybit-api/pull/485 feat(v4.3.1): add new endpoints for limit price behavior and new deli… by @JJ-Cro in https://github.com/tiagosiebler/byb
- v3.0.8: Add missing getWithdrawQuota endpoint, minor updates (v3.0.8) - tiagosiebler/binance - 2025-09-12 What's Changed feat(v3.0.8): add missing endpoints, minor updates by @JJ-Cro in https://github.com/tiagosiebler/binance/pull/581 Full Changelog: https://github.com/tiagosiebler/binance/compare/v3.0.7...v3.0.8
- v2.1.22: Added new margin trading endpoints and request/response types for borrow interest rates and margin stop orders (v2.1.22) - tiagosiebler/kucoin-api - 2025-09-12 What's Changed feat(v2.1.22): Added new margin trading endpoints and request/response types for borrow interest rates and margin stop orders. by @JJ-Cro in https://github.com/tiagosiebler/kucoin-api/pull/86 Full Changelog: https://github.com/tiagosiebler/kucoin-api/compare/v2.1.2
- v4.3.0: introduce "throwExceptions" boolean for REST client (v4.3.0) - tiagosiebler/bybit-api - 2025-09-05 Summary Disabled by default to prevent any breaking changes. Enable it by passing this boolean in the REST client constructor: Any retCode !== 0 response will be thrown in full, if enabled. What's Changed feat(#437): add config to throw REST API exceptions automatically by @tiago
- v1.2.9: Fix testnet WebSocket URL for USDT Perp Futures (v1.2.9) - tiagosiebler/gateio-api - 2025-08-27 What's Changed fix: correct testnet WebSocket URL for perpFuturesUSDTV4 by @fireflies1988 in https://github.com/tiagosiebler/gateio-api/pull/77 chore(): bump package lock after #77 by @tiagosiebler in https://github.com/tiagosiebler/gateio-api/pull/78 New Contributors @fireflies1
- v4.2.7: WS subscribe requests are now batched into groups of max 500 topics (v4.2.7) - tiagosiebler/bybit-api - 2025-08-25 What's Changed feat(v4.2.7): force ws request batching into groups of max 500 topics per batch by @tiagosiebler in https://github.com/tiagosiebler/bybit-api/pull/479 Full Changelog: https://github.com/tiagosiebler/bybit-api/compare/v4.2.6...v4.2.7
- v3.0.7: introduce MM subdomains for enrolled users (v3.0.7) - tiagosiebler/binance - 2025-08-25 What's Changed feat(): added mm urls by @JJ-Cro in https://github.com/tiagosiebler/binance/pull/579 Full Changelog: https://github.com/tiagosiebler/binance/compare/v3.0.6...v3.0.7
- v4.2.6: fix deduping workflow for websockets introduced in 4.2.5 (v4.2.6) - tiagosiebler/bybit-api - 2025-08-25 - Fixes deduping workflow introduced in previous release Full Changelog: https://github.com/tiagosiebler/bybit-api/compare/v4.2.5...v4.2.6
- v4.2.5: automatically dedupe subscribe requests (v4.2.5) - tiagosiebler/bybit-api - 2025-08-25 What's Changed fix(v4.2.5, #477): automatically dedupe topic requests if already subscribed by @tiagosiebler in https://github.com/tiagosiebler/bybit-api/pull/478 This provides convenience in calling the subscribe method, where it will only emit subscribe events to bybit for the
- v3.0.5: Fix isAuthRequired handling for business connections (v3.0.5) - tiagosiebler/okx-api - 2025-08-25 What's Changed chore(): update old example with a working one by @JJ-Cro in https://github.com/tiagosiebler/okx-api/pull/138 fix(v3.0.5, #137): handling for mixed-auth connections should only auth once private topic is requested by @tiagosiebler in https://github.com/tiagosiebler
- v3.0.4: Fix response data for WS API generic type (v3.0.4) - tiagosiebler/okx-api - 2025-08-21 What's Changed fix(v3.0.4, #135): ws api response data generic by @tiagosiebler in https://github.com/tiagosiebler/okx-api/pull/136 Full Changelog: https://github.com/tiagosiebler/okx-api/compare/v3.0.3...v3.0.4
- v3.0.3: fixes demo wskey resolution for private wss (v3.0.3) - tiagosiebler/okx-api - 2025-08-21 What's Changed fix(v3.0.3, fixes #133): fixes demo wskey resolution for private wss by @tiagosiebler in https://github.com/tiagosiebler/okx-api/pull/134 Full Changelog: https://github.com/tiagosiebler/okx-api/compare/v3.0.2...v3.0.3
- v3.0.2: fix market resolution in new ws client (v3.0.2) - tiagosiebler/okx-api - 2025-08-21 What's Changed fix(v3.0.2, #131): fix market resolution in new ws client by @tiagosiebler in https://github.com/tiagosiebler/okx-api/pull/132 Full Changelog: https://github.com/tiagosiebler/okx-api/compare/v3.0.1...v3.0.2
- v3.0.6: Improved warnings if exceeding binance WS topics limits (v3.0.6) - tiagosiebler/binance - 2025-08-19 There are documented limits to how many topics binance allows on a single connection. There are also limits to how many topics can be subscribed to in a single request(ws event). This release introduces two core changes: - Warnings if you are subscribed to more than 200 topics on
- v3.0.1: Introduce WebSocket API, upgrade sign to use Web Crypto API, misc WebSocket upgrades, bump build to Node LTS (v3.0.1) - tiagosiebler/okx-api - 2025-08-18 WebSocket API & Hybrid ESM/CJS Introducing the next major release, finally bringing full support for OKX's WebSocket API in a convenient REST-like API wrapper. Key Pull Requests feat(v3.0.0): introduce WebSocket API, upgrade sign to use Web Crypto API, misc WebSocket upgrades, bu
- v3.0.0: Introduce WebSocket API, upgrade sign to use Web Crypto API, misc WebSocket upgrades, bump build to Node LTS (v3.0.0) - tiagosiebler/okx-api - 2025-08-18 WebSocket API & Hybrid ESM/CJS Introducing the next major release, finally bringing full support for OKX's WebSocket API in a convenient REST-like API wrapper. Key Pull Requests feat(v3.0.0): introduce WebSocket API, upgrade sign to use Web Crypto API, misc WebSocket upgrades, bu
- v4.2.4: Add full support for RFQ endpoints (v4.2.4) - tiagosiebler/bybit-api - 2025-08-13 What's Changed feat(v4.2.4): add full support for RFQ endpoints by @JJ-Cro in https://github.com/tiagosiebler/bybit-api/pull/474 feat(v4.2.4): add full support for RFQ endpoints by @tiagosiebler in https://github.com/tiagosiebler/bybit-api/pull/475 Full Changelog: https://github.
- v1.1.5: Introduce modern token-less publishing workflow (v1.1.5) - tiagosiebler/coinbase-api - 2025-08-12 What's Changed Transitioned the release workflow to a token-less trusted publisher workflow, for a more secure way to publish new releases to npm. Historic Changelog feat(v1.1.0): Add support for ES256 & Ed25519 keys via jose library by @tiagosiebler in https://github.com/tiagosi
- v2.1.29: Introduce modern token-less publishing workflow (v2.1.29) - tiagosiebler/bitmart-api - 2025-08-12 What's Changed Transitioned the release workflow to a token-less trusted publisher workflow, for a more secure way to publish new releases to npm. Historic Changelog feat(v2.1.23): bumped eslint and typescript, fixed all linting errors by @JJ-Cro in https://github.com/tiagosieble
- v2.1.21: Introduce modern token-less publishing workflow (v2.1.21) - tiagosiebler/kucoin-api - 2025-08-12 What's Changed Transitioned the release workflow to a token-less trusted publisher workflow, for a more secure way to publish new releases to npm. Historic Changelog chore(v2.1.17): update readme for modern and performant look by @JJ-Cro in https://github.com/tiagosiebler/kucoin-
- v3.0.5: Introduce modern token-less publishing workflow (v3.0.5) - tiagosiebler/bitget-api - 2025-08-12 What's Changed Transitioned the release workflow to a token-less trusted publisher workflow, for a more secure way to publish new releases to npm. Historic Changelog Since the most recent major release: feat(): V3 examples, v3 readme by @JJ-Cro in https://github.com/tiagosiebler/
- v3.0.5: Introduce modern token-less publishing workflow (v3.0.5) - tiagosiebler/binance - 2025-08-12 What's Changed Transitioned the release workflow to a token-less trusted publisher workflow, for a more secure way to publish new releases to npm. Historic Changelog Since the most recent major release: feat(v3.0.0): Introduce Binance WebSocket API, introduce multiplex WebSocket
- v2.0.8: Introduce modern token-less publishing workflow (v2.0.8) - tiagosiebler/okx-api - 2025-08-12 What's Changed Transitioned the release workflow to a token-less trusted publisher workflow, for a more secure way to publish new releases to npm. Historic Changelog chore(v2.0.6): add keepAlive options for REST API requests by @JJ-Cro in https://github.com/tiagosiebler/okx-api/p
- v4.2.3: Introduce modern token-less publishing workflow (v4.2.3) - tiagosiebler/bybit-api - 2025-08-12 What's Changed Transitioned the release workflow to a token-less trusted publisher workflow, for a more secure way to publish new releases to npm. Historic Changelog Note: these are since the last "release" / tag on GitHub. Batch sub/unsubscribe to topics for spot v3 by @tiagosie
- v1.2.8: Transition to tokenless publishing automation (v1.2.8) - tiagosiebler/gateio-api - 2025-08-11 What's Changed This release deprecates the previous automation for publishing releases to NPM, to a more secure tokenless trusted-publisher workflow. Release notes chore(): update GitHub Actions workflow for NPM publishing by @JJ-Cro in https://github.com/tiagosiebler/gateio-api/
- Refer to npm for latest releases (v3.0.1) - tiagosiebler/bybit-api - 2022-09-19 For an up to date list of releases and updates, refer to: - Closed Pull Requests: https://github.com/tiagosiebler/bybit-api/pulls?q=is%3Apr+is%3Aclosed - NPM: https://www.npmjs.com/package/bybit-api?activeTab=versions The above links are the best place to stay up to date on the l
- Spot clients for REST & Websockets (v2.1.0) - tiagosiebler/bybit-api - 2021-08-15 Summary This expands the library to support the spot REST & Websocket APIs. Deprecation Notices The WebSocket client now accepts a new parameter for market. This should be used instead of the boolean linear parameter, which will be removed in a future release. Check the readme fo
- Reduced webpack bundle & missing inverse APIs. (v2.0.5) - tiagosiebler/bybit-api - 2021-06-12 Summary This adds the missing mode/switch APIs for the inverse client, see #98 for details. This also significantly reduces the size of the webpack bundle for use in web browsers, see #59 for details. Changelog - Add API to set position mode (hedge) - Add API to set SL/TP partial
- Inverse Futures Support (v2.0.3) - tiagosiebler/bybit-api - 2021-03-06 Summary See #83 for details. This adds support for Inverse Futures REST endpoints, currently only available for quarterly BTC futures on testnet. Changelog - Introduce a new REST client: InverseFuturesClient. Resolves #82. - Update & clean readme. - Add missing trailingstop param
- Fix custom base URL parameter (v2.0.1) - tiagosiebler/bybit-api - 2021-02-18 Changelog See #80 for details. This fixes a pass-through parameter to pass a custom base URL in the REST constructors.
- Linear USDT Support (v2.0.0) - tiagosiebler/bybit-api - 2021-02-16 See #75 for details. This primarily introduces support for the Linear USDT APIs and WebSockets, although two minimal changes were introduced to how the existing inverse client (previously RestClient) is imported and when websockets start connecting. Changelog Summary - Introduced
- Fix error handler for failed API requests (v1.3.2) - tiagosiebler/bybit-api - 2021-01-21 Small fix to the error handler when API requests fail.
- TypeScript, browser support, loose types (v1.3.1) - tiagosiebler/bybit-api - 2020-12-26 See #45 for details. This was a major transition from a pureJS library into one that is loosely typed, at least as a first iteration. Copied from the pull request: Changelog Summary - Introduce typescript declarations. API methods are typed including optional parameters. Resolves
- Replace deprecated HTTP request library with modern standard. Proxy support. (v1.2.0) - tiagosiebler/bybit-api - 2020-10-08 The primary goal was to transition to axios, since the npm module request is both deprecated and carries a ton of dependency baggage. This version does not change any high level functionality, ensuring no integration changes are required to upgrade to this release. Difference in
Notes
After JavaScript hydration, the Releases page refreshes from GitHub APIs and can show newer entries.
This is a static, crawlable snapshot. The interactive app loads after JavaScript starts and can refresh live data.