On the topic of API 2.0...
My iPhone app takes a whopping 3 api calls to do a single buy:
1. Get the latest profile information. You do need the latest trade
price to pass on to the buy API method.
2. Get the commission rate between you and the person you are buying.
I do this so I can estimate the purchase amount and display it before
doing the transaction.
3. Do the actual buy transaction.
With a current limit of 150 requests per hour, I can't even spend all
my eaves in one session. Drives me crazy!!
I have hinted that I'd like to see a more efficient API that requires
less requests to perform tasks. And a MUCH higher limit.
Regards,
Kevin