I try to send a cancel order request with formData that only given orders symbol. But unfortunatly all other orders removes from exchange too.. It seems the formData that i added to request does not work.
In Dart Language, Does any one has experience to what is the proper way to send cancel request to server with formData ?
Thank you very much.
I spent almost 2 days to figure out this:) One day, hope to useful to someone need like me..
Here is the my solution to sent cancel order to bitmex... In dart language.
Also you can create a valid signature and authentication with this code..
Cheers