Skip to content

Releases: hyperliquid-dex/hyperliquid-python-sdk

0.3.0

29 Mar 03:55

Choose a tag to compare

  • Support for spot trading and transfer to and from spot and perp wallets

0.2.3

23 Feb 22:35

Choose a tag to compare

  • 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

23 Feb 16:07

Choose a tag to compare

  • Adds functions to create and transfer to sub accounts

0.2.1

20 Feb 18:42

Choose a tag to compare

  • Fixes issue with signing cloid's due to wrong msgpack version
  • Adds method to query user funding history

0.2.0

15 Feb 23:24

Choose a tag to compare

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

0.1.21

08 Feb 22:36

Choose a tag to compare

Updates the SDK to use a new and simplified hashing scheme based on MsgPack. The legacy hashing based on applying Keccak256 to fields individually is still supported by the backend as of this release, but will eventually be deprecated. Users should not expect any api function signatures to change.

0.1.20

05 Feb 18:00

Choose a tag to compare

Updates examples to make working with vaults and API wallets clearer.
Checks that the account has a balance to try to catch users that set the account address to the API wallet address
Disables certain examples that don't make sense when using API wallets as they could get the API wallet into a bad state.
Fixes issues with market_close
Adds tpsl example

Version 0.1.19

04 Jan 01:19

Choose a tag to compare

Fixes issue with cancelling by cloid.
Moves some dependencies that are only used in development to development section.

Version 0.1.18

07 Dec 19:42

Choose a tag to compare

  • Adds bulk modify orders to the exchange API

Version 0.1.17

06 Dec 01:17

Choose a tag to compare

  • Adds withdraw_from_bridge and example to show how to withdraw funds deposited to Hyperliquid
  • Renames usd_tranfer to usd_transfer to correct typo