akcarsten/bitfinex_api

Few issues

Closed this issue · 1 comments

'id' changed to 'order_id'
'type' changed to 'order_type'
'exchange' changed to 'bitfinex'
amount and price have to be decimal strings (e.g. '1.00')

def cancel_all(self):
return self.api_call('/v1/positions', {}).json()

changed to
def position():

Thanks for pointing out these issues. The files are updated now.