Skip to content

5.9.0

Latest
Compare
Choose a tag to compare
@dextertd dextertd released this 27 Jan 15:11
d05f2e0

(Note: 5.8.0 was released to PyPI but not as a release here on Github – apologies. Releases should also come to GitHub in the future.)

[5.9.0] - 2025-01-27

Thanks goes to Kamsby, kolya5544, and LordGhostX for contributing to this release.

Added

  • Add fast_execution_stream WebSocket
  • Add tld arg to WebSocket. TLD stands for top-level domain.
  • Add delete_sub_uid and get_all_sub_api_keys – user-related HTTP endpoints
  • Add spot_margin_trade_get_historical_interest_rate – a spot margin HTTP endpoint
  • Add add_or_reduce_margin – a position HTTP endpoint
  • Add get_transferable_amount – an account-related HTTP endpoint to complement get_wallet_balance
  • Add get_exchange_broker_earnings (see Deprecated)

Deprecated

  • get_broker_earnings HTTP endpoint. Instead use get_exchange_broker_earnings.

Removed

  • All modules under the legacy subpackage. All these APIs are offline by this point and their functionality is covered by the V5 API / Unified Trading Account.