ohenrik / bitfinex

A Python client for the Bitfinex API
MIT License
58 stars 32 forks source link

Added support for positions history & positions audit. Added tests. #41

Closed sapph1re closed 5 years ago

sapph1re commented 5 years ago

Solves #40.

Please note: actual API response slightly differs from their own documentation. There are extra none/zero fields. I written tests using the actual API responses I had, not the documented ones.