Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    \[solved\] BTC-E API in Java \* https post in Java

    Support
    3
    4
    2262
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tuneman1980 last edited by

      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.

      1 Reply Last reply Reply Quote 0
      • A
        Aldanga last edited by

        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-java

        Let 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.)

        1 Reply Last reply Reply Quote 0
        • T
          tuneman1980 last edited by

          Thanks. I was finally able to get it working in java.

          1 Reply Last reply Reply Quote 0
          • K
            Kevlar Spammer last edited by

            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.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post