Skip to content

Releases: hyperliquid-dex/hyperliquid-python-sdk

0.7.1

Choose a tag to compare

@traderben traderben released this 02 Oct 17:24

Handle subaccount for usd_class_transfer

0.7.0

Choose a tag to compare

@traderben traderben released this 27 Sep 23:33

Drops support for python 3.7
Deprecates user_spot_transfer in favor of usd_class_transfer. The new method requires signing by the main wallet. A future backend deploy will stop supporting the old method.
Adds support for sending spot to other users
Adds support for depositing and withdrawing from vaults
Adds support for builder fees

0.6.0

Choose a tag to compare

@traderben traderben released this 08 Aug 16:46
  • Adds support for more websocket subscription types
  • Adds support for using human readable spot names

0.5.0

Choose a tag to compare

@traderben traderben released this 11 Jul 22:26
  • Adds support for meta_and_asset_ctxs and spot_meta_and_asset_ctxs
  • Fixes issue with incorrect coin to asset mapping for spot
  • Fixes the slippage function to work correctly with spot precision
  • Updates spot meta types

0.4.0

Choose a tag to compare

@traderben traderben released this 23 May 03:36
  • Adds support for new user signed actions (usdSend, approveAgent, and withdraw3)
  • Adds support for modifying orders by cloid
  • Fixes handling network responses with null error messages
  • Small improvements to examples
  • Adds user_fees method to retrieve fee information for a user
  • Fixes return value of unsubscribe

0.3.0

Choose a tag to compare

@lmlmt lmlmt released this 29 Mar 03:55
  • Support for spot trading and transfer to and from spot and perp wallets

0.2.3

Choose a tag to compare

@lmlmt lmlmt released this 23 Feb 22:35
  • Adds a function to schedule a time to cancel all orders. This feature is available to users who have traded a cumulative volume of > 1M USD.

0.2.2

Choose a tag to compare

@lmlmt lmlmt released this 23 Feb 16:07
  • Adds functions to create and transfer to sub accounts

0.2.1

Choose a tag to compare

@traderben traderben released this 20 Feb 18:42
  • Fixes issue with signing cloid's due to wrong msgpack version
  • Adds method to query user funding history

0.2.0

Choose a tag to compare

@lmlmt lmlmt released this 15 Feb 23:24

Updates minor version to 0.2.0
Fixes signature hashing for TP/SL orders
Adds example to set referrer for a user
Various quality of life improvements for development