Bitcoin Forum
May 13, 2024, 10:57:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Searching JAVA-Coder for BTC  (Read 889 times)
ravenlord (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 16, 2011, 06:29:04 PM
 #1

Hi there,

As my time is currently limited, I'm looking for someone to solve one small problem in my software:

I need a Java-Method to Access MT-Gox API via POST-Requests. The interface looks like this:

public String performPOST(final String _url, final String _user, final String _pwd)
and the method should return the JSON, mtgox returns.
For example:
https://mtgox.com/code/getFunds.php
returns {"usds":XXXXXX,"btcs":XXXXXX}

No other method is required, the JSON is processed somewhere else.

Would be glad to get an offer and a solution Wink
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715641038
Hero Member
*
Offline Offline

Posts: 1715641038

View Profile Personal Message (Offline)

Ignore
1715641038
Reply with quote  #2

1715641038
Report to moderator
1715641038
Hero Member
*
Offline Offline

Posts: 1715641038

View Profile Personal Message (Offline)

Ignore
1715641038
Reply with quote  #2

1715641038
Report to moderator
1715641038
Hero Member
*
Offline Offline

Posts: 1715641038

View Profile Personal Message (Offline)

Ignore
1715641038
Reply with quote  #2

1715641038
Report to moderator
ravenlord (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 18, 2011, 06:03:22 PM
 #2

Nobody interessted??
vector76
Member
**
Offline Offline

Activity: 70
Merit: 18


View Profile
June 18, 2011, 06:07:41 PM
 #3

I have a solution that does what you're looking for.

http://lmgtfy.com/?q=java+post
ravenlord (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 19, 2011, 10:53:45 AM
 #4

Vector: Thanks a lot, I already have a POST Request working, but there seems to be some issue with the Post-Parameters...

elk-tamer
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
June 19, 2011, 01:41:05 PM
Last edit: June 19, 2011, 03:57:42 PM by elk-tamer
 #5

Vector: Thanks a lot, I already have a POST Request working, but there seems to be some issue with the Post-Parameters...


What sort of error are you seeing? Why not post it on here, get it solved for free and then others who have the same problem will be able to find the solution.

My wild guess would be that you're not encoding the strings you're posting, btw.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!