I know we are on "sleep" zone for crypto but remember.. eventually.. it will wake up again. Set your investments.
The "BID" and "ASK" we can get from the method "marketorders", however the Cryptsy Api doesn't allow us to retreive them in 1 big array, they need to be retreived 1 by 1 which takes a lot of time, because there are restictions for how many calls we can make a minute.
http://pubapi.cryptsy.com/api.php?method=singleorderdata&marketid=3
This works for LTC...this url gives you all buy and sell orders for LTC market.
are you looking for something else..
Hi, thanks...that is the data we need. But as you can see, you can only retreive 1 marketId at the time. Now we have a limit of API calls per minute. Cryptsy has ~415 coin pairs, that would be 415 api calls....just because they don't give the highest buy and sell order.
BTW...we have resolved that issue, we now have the data for the markets complete and the tabs for the markets (BTC - LTC - XRP -USD ) are automaticly populated. Now we are going to work on the clickable rows, that will bring us to the ordering screen. That click needs to take data to the ordering screen. The first design for the ordering screen is in place...it will change the coming weeks. It needs to become a template for all the exchanges.