Skip to content

Releases: JKorf/HyperLiquid.Net

HyperLiquid.Net Version 4.3.0

09 Apr 10:56

Choose a tag to compare

Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Add AsyncLocal signing delegates for external key custodian support

HyperLiquid.Net Version 4.2.1

02 Apr 07:40

Choose a tag to compare

Fixed SubscribeToOpenOrderUpdatesAsync subscription message matching when using dex parameter

HyperLiquid.Net Version 4.2.0

31 Mar 06:56

Choose a tag to compare

Added children property to HyperLiquidOrder response model
Added log message if builder fee approval fails
Added check whether builder fee check was successful before adding builder code
Updated open orders websocket subscription to full order model
Fixed order book subscription message matching when using mantissa parameter

HyperLiquid.Net Version 4.1.0

26 Mar 12:10

Choose a tag to compare

Added SubscribeToOpenOrderUpdatesAsync stream to socket client
Added SubscribeToBalanceUpdatesAsync stream to spot socket client
Added SubscribeToBalanceAndPositionUpdatesAsync stream to futures socket client
Added SubscribeToBalanceAndPositionUpdatesAllDexesAsync stream to futures socket client
Added SubscribeToPriceUpdatesAsync accepting dex parameter to futures socket client

HyperLiquid.Net Version 4.0.1

24 Mar 15:38

Choose a tag to compare

Fix issue in credentials copying

HyperLiquid.Net Version 4.0.0

24 Mar 14:24

Choose a tag to compare

Updated CryptoExchange.Net to version 11.0.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Updated class for supplying API credentials from ApiCredentials to HyperLiquidCredentials
Added 1bps builder fee enabled by default, can be disabled in the options
Added full WebSocket request API
Split WebSocket client into Account, ExchangeData and Trading topics
Updated Shared order status parsing to default to Unknown value if not parsable
Added missing order status Enum values
Updated signing logic to unified logic in the CryptoExchange.Net library
Updated HyperLiquidUserUpdate model
Added UnknownOrder error response mapping

HyperLiquid.Net Version 3.10.0

06 Mar 09:22

Choose a tag to compare

Updated CryptoExchange.Net to version 10.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Improved method XML comments

HyperLiquid.Net Version 3.9.0

24 Feb 13:49

Choose a tag to compare

Updated CryptoExchange.Net to version 10.7.0
Added additional Http settings to client options
Updated Shared REST interfaces pagination logic
Updated HttpClient registration, fixing issue of DNS changes not getting processed
Fixed UserClientProvider using unconfigured HttpClient

HyperLiquid.Net Version 3.8.0

16 Feb 09:45

Choose a tag to compare

Updated CryptoExchange.Net to version 10.6.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added restClient.SpotApi.Account.GetStakingDelegationsAsync endpoint
Added restClient.SpotApi.Account.GetStakingSummaryAsync endpoint
Added restClient.SpotApi.Account.GetStakingHistoryAsync endpoint
Added restClient.SpotApi.Account.GetStakingRewardsAsync endpoint
Fixed SymbolOrderBook websocket subscription not getting closed if when waiting for initial data times out

HyperLiquid.Net Version 3.7.0

10 Feb 12:46

Choose a tag to compare

Updated CryptoExchange.Net to version 10.5.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added BookTicker subscription to Shared implementations
Updated UserClientProvider internal client cache to non-static to prevent cleanup issues