ohenrik / bitfinex

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

Optional params in movements(): start, end, limit #43

Closed sapph1re closed 5 years ago

sapph1re commented 5 years ago

Added support for providing optional parameters in movements(): start, end, limit. Same like in other API endpoints.

dantimofte commented 5 years ago

Can you please increase the version in setup.py. This modification qualifies for an increment to the patch part. Semantic versioning is described here : https://semver.org/

sapph1re commented 5 years ago

done