Skip to content

Releases: DogsTailFarmer/exchanges-wrapper

exchanges-wrapper 1.3.3

04 Jul 16:51
Compare
Choose a tag to compare

v1.3.3 2023-07-04

Update

  • UserWSSession moved to crypto-ws-api pkg
  • Refactoring logging
  • CheckStream(): fix log spamming on passed check
  • Up requirements for crypto-ws-api to 1.0.1

exchanges-wrapper 1.3.2

29 Jun 17:22
Compare
Choose a tag to compare

Added for new features

  • Binance: ws_api package implemented, last version Websocket API used for the most commonly used methods

In exch_srv_cfg.toml added:

[endpoint]
    [endpoint.binance]
        ...
        ws_api = 'wss://ws-api.binance.com:443/ws-api/v3'
        ws_api_test = 'wss://testnet.binance.vision/ws-api/v3'

1.3.1

21 Jun 12:09
Compare
Choose a tag to compare
  • Installation and initial setup made easier to use
  • Updated user manual