8000 Releases · makarworld/pymexc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: makarworld/pymexc

[v1.2.4] Release | Fixes

11 Mar 05:19
Compare
Choose a tag to compare
  • Fix upload bug and import errors
  • Fix cancel_order func
  • Add ping close on exit

[v1.2.0] Release | Async update

17 Feb 01:41
Compare
Choose a tag to compare
  • Add async classes for HTTP and Websocket for spot and futures

[v1.1.0] Release | WebSocket Update

15 Feb 01:06
Compare
Choose a tag to compare
  • 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

13 Feb 17:34
Compare
Choose a tag to compare

What's Changed

  • spot websocket function deals_stream modify param(symbol), add list type by @wzdxqq in #11
  • Fixed websocket ping format by @azazuent in #17
  • Fixed Signature setting by @azazuent in #16
  • Added error notifications

New Contributors

Full Changelog: v1.0.11...v1.0.14

[v1.0.11] Release

02 Feb 13:15
Compare
Choose a tag to compare

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

05 Oct 08:46
Compare
Choose a tag to compare

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

20 Jun 23:43
Compare
Choose a tag to compare
  • fix error with requests when api key not provided
  • add ability to spot websocket subscribe to topic with many parameters

[v1.0.8] Release

20 Jun 19:37
Compare
Choose a tag to compare
  • fix signature error with space in query string

[v1.0.7] Release

20 Jun 19:36
Compare
Choose a tag to compare
  • fix the problem in sign when the order of the parameters was different

[v1.0.6] Release

19 Jun 15:38
Compare
Choose a tag to compare

Add raise when request.status_code not 200

0