Bitcoin Forum

Bitcoin => Project Development => Topic started by: rdonohoe on May 11, 2011, 09:00:02 AM



Title: JSON for MtGox and Bitcoin Charts
Post by: rdonohoe on May 11, 2011, 09:00:02 AM
Hey,

I have used JSON for bitcoind and worked great.

I was looking for some guides or information on using JSON for getting and using information from MtGox and BitcoinCharts; anyone help me with this?


Title: Re: JSON for MtGox and Bitcoin Charts
Post by: Longmarch on May 11, 2011, 12:30:43 PM
http://bitcoincharts.com/about/markets-api/
https://mtgox.com/support/tradeAPI





Title: Re: JSON for MtGox and Bitcoin Charts
Post by: trumpetx on May 11, 2011, 02:57:59 PM
Just note, the mtgox response time can be problematic.  I'm in the process of upping my timeout and fetching the updates asynch with my MinerStatus android app.   I should have been async from the start, but I was learning how to make an android app ;)