Releases: makarworld/pymexc
Releases · makarworld/pymexc
[v1.2.4] Release | Fixes
- Fix upload bug and import errors
- Fix cancel_order func
- Add ping close on exit
[v1.2.0] Release | Async update
- Add async classes for HTTP and Websocket for spot and futures
[v1.1.0] Release | WebSocket Update
- Add unsubscribe method for spot and futures websocket.
- Change requests client, use curl-cffi instead requests.
- Fix reconnect error when connection closed before ping.
- Add 2 more examples for handle futures personal data and unsub from topics.
- Add new instructions to README.md (handle futures personal data)
[v1.0.14] Release
[v1.0.11] Release
39aaeb7 Fix docs url mxcdevelop
-> mexcdevelop
0e16306 Solve issue #5. Fix SpotV3 endpoints with no required auth when auth is provided:
- /ticker/bookTicker
- /ticker/price
- /ticker/24hr
- /avgPrice
- /klines
- /aggTrades
- /trades
- /depth,
- /exchangeInfo,
- /defaultSymbols,
- /time,
- /ping.
2e14ff8 Fix problem with sub to channels via websocket.
[v1.0.10] Release
added Affiliate Commision Record
, Affiliate Withdraw Record
and Get Affiliate Commission Detail Record
endpoints.
client.affiliate_commission_record()
client.affiliate_withdraw_record()
client.affiliate_commission_detail_record()
[v1.0.9] Release
- fix error with requests when api key not provided
- add ability to spot websocket subscribe to topic with many parameters
[v1.0.8] Release
- fix signature error with space in query string
[v1.0.7] Release
- fix the problem in sign when the order of the parameters was different
[v1.0.6] Release
Add raise when request.status_code not 200