hi there
can anyone assist me, i need a php function that can request the market price from a public api (http://data.mtgox.com/api/1/BTCUSD/ticker_fast) and also the USD/EUR price from a public API
appreciate the help
CC
hi there
can anyone assist me, i need a php function that can request the market price from a public api (http://data.mtgox.com/api/1/BTCUSD/ticker_fast) and also the USD/EUR price from a public API
appreciate the help
CC
Why not just use the published PHP classes?
Even comes with examples.
You can just json decode the mtgox data and use it. Come back if you have any trouble coding it