Bitcoin Forum

Economy => Trading Discussion => Topic started by: bitnoder on June 11, 2011, 10:08:13 PM



Title: [closed]
Post by: bitnoder on June 11, 2011, 10:08:13 PM
Hi,

  I'm trying to use the MtGOX trading API, and am not able to even log in, and get the following error message:


:~ $ curl -X POST "https://mtgox.com/code/getOrders.php?name=myusername&pass=mypassword"
{"error":"Not logged in."}%


same for

curl -X POST -d "name=myusername&pass=mypassword" "https://mtgox.com/code/getOrders.php"
Is anyone else having this problem, or is anyone else able to actually execute trades online?

thanks


EDiT:  Nevermind.. i incorrectly submitteed my parameters