FTX.Net
FTX.Net copied to clipboard
Hi, I've established a WS connection and I need to get the _type_ for trigger orders out of the DataEvent object I receive. The problem is _DataEvent_ is of type...
  Hi, I guess this problem is caused by an update to the official API.
ModifyOrderByClientOrderIdAsync should take a string clientOrderId
**Describe the bug** I believe the IFTXClientTradeApiTrading.ModifyOrderByClientOrderIdAsync interface and impl should take a string for clientOrderId (the first argument) **To Reproduce** See here: https://github.com/JKorf/FTX.Net/blob/e38290c128eba63a40b371db76cf97ce95937e04/FTX.Net/Interfaces/Clients/TradeApi/IFTXClientTradeApiTrading.cs#L104 clientOrderId is declared as a long...
Is there an API which allow receiving updates on events regarding an instrument, for example: split, reverse split, dividend, etc. Thanks!
When using FTXClient.GetAirdropsAsync method according to the official FTX documentation you get in the return response object that contains status property (https://docs.ftx.com/#get-airdrops). Unfortunately on the left side of the documentation,...