Releases: JKorf/Aster.Net
Aster.Net Version 3.4.0
Updated CryptoExchange.Net to version 11.2.2
Added restClient.FuturesV3Api.Trading.EditOrderAsync endpoint
Updated V3 credentials logic for configuration binding
Fixed user client provider not caching new client when previous client was disposed
Aster.Net Version 3.3.0
Updated CryptoExchange.Net to version 11.2.0
Added restClient.FuturesV3Api.Trading.PlaceChaseOrderAsync endpoint
Added pegPriceType, pegOffset and priceLimit parameters on FuturesV3.PlaceOrderAsync endpoint
Aster.Net Version 3.2.1
Fixed restClient.FuturesV3Api.Account.ModifyIsolatedMarginAsync parameter serialization
Aster.Net Version 3.2.0
Added Agent endpoints
Added AsterV3Credentials overload for using public address
Added additional checks for builder parameters
Fix for REST error message parsing
Removed BuilderName option and parameter from ApproveBuilderAsync endpoint
Aster.Net Version 3.1.0
Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Updated restClient.FuturesV3Api.Account.GetAccountInfoAsync path from /account to /accountWithJoinMargin
Added client.FuturesV3Api.Account.GetWithdrawInfoAsync endpoint
Added client.FuturesV3Api.Account.GetDepositWithdrawHistoryAsync endpoint
Aster.Net Version 3.0.1
Updated CryptoExchange.Net to version 11.0.3, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Fixed FuturesV3 UserStream endpoints
Aster.Net Version 3.0.0
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 AsterCredentials
Added FuturesV3 and SpotV3 API's
Added 1bps builder fee enabled by default on V3 API, can be disabled in the options
Updated Shared order status parsing to default to Unknown value if not parsable
Added LastUpdateId property to AsterBookTicker model
Added Notional and IsolatedWallet properties to AsterPosition model
Added OrderListId property to AsterSpotOrder model
Added BaseAssetAddress and ListingTime properties to AsterSpotSymbol model
Added BaseAsset and QuoteAsset properties to AsterSpotTicker model
Added CounterpartyId property to AsterSpotUserTrade model
Added TwapMinNotional and CreateTime properties to AsterSymbol model
Added MarginAsset property to AsterUserTrade model
Added Testnet environment for the V3 API
Aster.Net Version 2.8.0
Updated CryptoExchange.Net to version 10.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Improved method XML comments
Aster.Net Version 2.7.0
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
Aster.Net Version 2.6.0
Updated CryptoExchange.Net to version 10.6.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Fixed SymbolOrderBook websocket subscription not getting closed if when waiting for initial data times out