Releases: DogsTailFarmer/exchanges-wrapper
Releases · DogsTailFarmer/exchanges-wrapper
exchanges-wrapper 1.3.3
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
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
- Installation and initial setup made easier to use
- Updated user manual