Skip to content

Releases: hyperliquid-dex/hyperliquid-python-sdk

0.1.21

Choose a tag to compare

@lmlmt lmlmt released this 08 Feb 22:36

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

Choose a tag to compare

@traderben traderben released this 05 Feb 18:00

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

Choose a tag to compare

@traderben traderben released this 04 Jan 01:19

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

Version 0.1.18

Choose a tag to compare

@lmlmt lmlmt released this 07 Dec 19:42
  • Adds bulk modify orders to the exchange API

Version 0.1.17

Choose a tag to compare

@traderben traderben released this 06 Dec 01:17
  • Adds withdraw_from_bridge and example to show how to withdraw funds deposited to Hyperliquid
  • Renames usd_tranfer to usd_transfer to correct typo

Version 0.1.16

Choose a tag to compare

@lmlmt lmlmt released this 01 Dec 20:18
  • Adds order modify and example
  • Adds market order and example

Version 0.1.15

Choose a tag to compare

@adam254689 adam254689 released this 21 Nov 18:58
  • Add frontendOpenOrders to info endpoint
  • Extra persistent agents

Version 0.1.14

Choose a tag to compare

@lmlmt lmlmt released this 17 Nov 16:19

Adds support for client order id to order placement and cancelation

Version 0.1.13

Choose a tag to compare

@adam254689 adam254689 released this 25 Oct 20:52

Remove maxTradeSzs from user_state info endpoint

Version 0.1.12

Choose a tag to compare

@traderben traderben released this 20 Sep 17:09

Makes rounding check less conservative