Author

Topic: Mtgox api v1 post data to url problem (Read 401 times)

newbie
Activity: 2
Merit: 0
June 01, 2013, 11:35:46 AM
#1
hello. i'm trying to use new MtGox api. (in Java client) in v0 when i send  "https://mtgox.com/api/0/sellBTC.php" with necessary parameters it works but now, when i trying to use url = "https://data.mtgox.com/api/1/BTC"+"USD"+"/private/order/add"; with right parametrs
InputStream is = connection.getInputStream();
thwros Exception "file not found".
what am I doing wrong?
Jump to: