FTX.Net icon indicating copy to clipboard operation
FTX.Net copied to clipboard

Results 6 FTX.Net issues
Sort by recently updated
recently updated
newest added

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...

![image](https://user-images.githubusercontent.com/112408108/187225979-357d0070-179c-45c1-ba63-11d0ef794b81.png) ![image](https://user-images.githubusercontent.com/112408108/187226042-e2a10123-4287-4c04-802d-c1db6454ff03.png) 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,...