-
-
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
[UNTESTED] [Binance] sapi endpoint, cleanup #655
Conversation
I don't have a Binance myself. So it might be hard to find a volunteer for keys. |
I have a Binance account but haven't set up an API key before (however they implement this). I might be able to test but since I have holdings there I won't share my key for obvious reasons :) I thought you could create a Binance account without having to get properly verified (with limits on what you can do) which might be sufficient for basic testing. @bezysoftware I am a little confused when you say you cannot test - are you working on Binance API but you are not a Binance user yourself?! Seems extremely generous of you if so :) |
You can create a Binance account, but cannot create the API keys without Intermediate verification ( https://www.binance.com/en/support/announcement/654c092a2a2347bdb5ccd6faa0c6c039 ). I have an account and have been trading there for some time, but they seem to be restricting the usage a lot. So I will not be personally using it anymore but I am working on an OSS project which lets people pick an exchange and periodically buy small bitcoin amounts ( https://github.com/bezysoftware/autosats ). I though about creating a subaccount (which would have isolated funds) but it seems those need to be KYC verified as well :( so it doesn't really help |
Thanks for clarifying @bezysoftware. I went through intermediate verification recently so I should be able to test - I currently use Kraken but plan to work with Binance later as well. Are there any formal tests or are we talking user tests? Would using the Console app provide enough coverage if so? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No formal tests. But looks like @bezysoftware added console app functionality so you will be able to test using that.
Thanks for volunteering, I will merge this now.
You beat me to it, I just pushed 2 more options, let me do another PR where I'll also give the list of options to test out |
Console app should be fine, I added 3 more options (
possibly a Note on the withdrawal, those should be done in batches, when I was testing them on Bitstamp / Bitfinex I could go to their website and cancel the created withdrawal request before it actually went through |
Not yet, waiting for two more things: |
Those have been merged. I have one more PR and then I will release the NuGet tomorrow. |
NuGet v0.9.0 has now be released |
Apologies I've not yet had the chance to test, work and other projects taking a lot of time! |
My attempt at refactoring Binance API, moving some method to use
sapi/v1
e.g. https://binance-docs.github.io/apidocs/spot/en/#withdraw-user_dataUnfortunately sapi isn't available on testnet and mainnet requires KYC, therefor I couldn't test it live. If anyone would be willing to share their API Token / Secret with me I could test + make fixes
Resolves #654