ccxt-net / ccxt.net

CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
MIT License
196 stars 67 forks source link

Are there plans to support the FetchPositions etc from CCXT? #26

Open Retcorp opened 3 years ago

Retcorp commented 3 years ago

Are there plans to support the FetchPositions from CCXT? I've opened some leveraged short sells through the Kraken UI as examples, and I was wondering how I could see them in any CCXT.Net call? It appears that there is the facility in CCXT to do it already, but I'm assuming that it hasn't been extended in CCXT.Net to be plugged in?

lisa3907 commented 3 years ago

Does that mean there is no Kraken FetchPosition?

Retcorp commented 3 years ago

Do you mean that there is one specific for Kraken? I'm more talking generally for any exchange that supports positions?

lisa3907 commented 3 years ago
Currently, in ccxt.net, position-related functions are written only for kucoin and bitmex. 
Perhaps, it is your recommend about adding to the API of other exchanges such as binance, bitfinex, deribit, and kucoin.

I am planning on this request. 
As I am working on this infrequent work, I am not able to respond quickly to many requests.

Thank you for your help from C# developers.