Bitcoin Forum

Economy => Service Discussion => Topic started by: viewpl on December 11, 2013, 12:32:33 AM



Title: Need url api of those main exchanges
Post by: viewpl on December 11, 2013, 12:32:33 AM
Hello,
Can someone please tell me those main exchanges' url apis, which can be used to query basic market rates.
For example, btcchina's https://data.btcchina.com/data/ticker
Main exchanges including mtgox, btc-e and bitstamp would be good enough.

Thanks!


Title: Re: Need url api of those main exchanges
Post by: deepceleron on December 11, 2013, 02:35:02 AM
If you only need the price once every 15 minutes, you can get json here:

http://api.bitcoincharts.com/v1/markets.json

Otherwise, you are just asking someone to do the work of googling for you.


Title: Re: Need url api of those main exchanges
Post by: viewpl on December 15, 2013, 01:04:42 PM
If you only need the price once every 15 minutes, you can get json here:

http://api.bitcoincharts.com/v1/markets.json

Otherwise, you are just asking someone to do the work of googling for you.


Thanks for you url.
I googled before I asked this, many results for view but few for programming.