\[solved\] BTC-E API in Java \* https post in Java
-
For the life of me, I can’t figure out how to do an https post in java. The example on BTC-E isn’t complete and this is the most complex project I’ve attempted in java. Any help would be much appreciated.
-
http://stackoverflow.com/questions/7181534/http-post-using-json-in-java
http://stackoverflow.com/questions/10854115/in-java-using-httppost-apache-commons-httpclient-when-sending-json-post-sho
http://stackoverflow.com/questions/10604001/how-to-send-simple-http-post-request-with-post-parameters-in-javaLet me know if you need more help.
Oops, misread. I believe HTTPS should use the same classes, but I’ll do a little looking around to make sure I’m correct. (It’s been a while since I’ve had to build my own requests.)
-
Thanks. I was finally able to get it working in java.
-
I use XChange: https://github.com/timmolter/XChange
I’ve also implemented the OrderDepth, AccountInfo, and Trading API’s for Cryptsy, BTER, BitStamp, CampBX, and Vircurex in XChange if you’re interested. Let me know.