Skip to content

Releases: DogsTailFarmer/exchanges-wrapper

exchanges-wrapper 1.3.2

Choose a tag to compare

@DogsTailFarmer DogsTailFarmer released this 29 Jun 17:22

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

Choose a tag to compare

@DogsTailFarmer DogsTailFarmer released this 21 Jun 12:09
  • Installation and initial setup made easier to use
  • Updated user manual