Skip to content

Version 5.15.0

Compare
Choose a tag to compare
@JKorf JKorf released this 08 Oct 11:59
· 50 commits to master since this release
  • Added FuturesApi.Account.GetMarginModeAsync endpoint
  • Added FuturesApi.Account.SetMarginModeAsync endpoint
  • Added FuturesApi.Account.GetCrossMarginLeverageAsync endpoint
  • Added FuturesApi.Account.SetCrossMarginLeverageAsync endpoint
  • Added marginMode parameter to FuturesApi.Trading.PlaceOrderAsync and PlaceMultipleOrdersAsync endpoints
  • Added onWalletUpdate update handler to FuturesApi.SubscribeToBalanceUpdatesAsync stream
  • Added FuturesApi.SubscribeToMarginModeUpdatesAsync stream
  • Added FuturesApi.SubscribeToCrossMarginLeverageUpdatesAsync stream
  • Updated various order and trade response/update models with margin mode properties
  • Update position models with MarginMode, PositionSide, Leverage and PositionFunding properties
  • Fixed cancellation token not getting passed in shared ticker subscriptions