feat: implement funding trades endpoint (rest) (#135)

* feat: support funding_trades endpoint
* chore: bump version, add changelog entry
* chore: add final newline to funding_trade.py
* fix: 'maker' is now placeholder in fundingtrade

Co-authored-by: Richard Hoekstra <me@richardhoekstra.com>
Co-authored-by: Robert Kowalski <robert@bitfinex.com>
This commit is contained in:
Richard Hoekstra
2021-05-24 13:32:50 +02:00
committed by GitHub
parent 8660fac2bb
commit e7218aef92
5 changed files with 78 additions and 3 deletions

View File

@@ -2,4 +2,4 @@
This module contains the current version of the bfxapi lib
"""
__version__ = '1.1.14'
__version__ = '1.1.15'