Hi

I just noticed you changed your API responses?
Eg. the cancel order call returns now:
{'success': True, 'cancelled': True, 'quantity': 100.0, 'tradeQuantity': 0.0, 'message': None}instead of :
{'message': None, 'cancelled': True, 'success': True}which is exellent!

Is it already the final version? And when will you update your documentatin accordingly?
I also saw the error message changed, instead of:
{'success': False, 'errorCode': 1, 'errorMessage': 'javax.ejb.EJBTransactionRolledbackException: Not sufficient funds on the account: xxxx'}I get now:
{'added': False, 'success': False, 'exception': 'Not sufficient funds on the account BTC'}This is a change that you have to tell immediately to all API users, so they can adjust their scripts to still catch errors, cause searching for errorMessage or errorCode does not work anymore.
edit:
now the next big thing will be websocket

REST API is unfortunately very slow, compared to other exchanges.