-
-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FTX API Implementation #634
Comments
None that I know of, so it's all yours. |
Perfect, cheers Victor. |
Just a quick update that I should be ready to make a pull request for this exchange implementation by the end of the week. |
Are you planning to add withdrawals (+withdrawal fees)? I think it shouldn't be too complicated based on their docs |
I did plan to do it at some point, as I will need it for the project I work on, but didn't need it right now. However, you are right, it doesn't look like too much work, so will try find some time to add it. |
I think there's also an issue with the namespace. It needs to be in "ExchangeSharp" namespace for the lookup by name to work: https://github.com/jjxtra/ExchangeSharp/blob/master/src/ExchangeSharp/API/Exchanges/_Base/ExchangeName.cs#L50 |
Yes, we'll have to fix that before the next NuGet |
I have now fixed the namespace of the FTX exchange. |
Hi all,
Is anyone planning, or currently in the process of, integrating FTX? If not, I will look to implement it myself and make a pull request. I just wanted to make sure I don't spend time on it if someone is already on it.
The text was updated successfully, but these errors were encountered: