Commit Graph

15 Commits

Author SHA1 Message Date
itsdeka
98825aae10 Added Margin Info endpoint 2021-06-10 18:17:13 +02:00
Richard Hoekstra
e7218aef92 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>
2021-05-24 13:32:50 +02:00
Dario Moceri
fa6ec4e718 Added missing error to ERRORS (#136)
* Added missing error to ERRORS
* bump version
2021-04-23 13:23:05 +02:00
Jon
e1f5254372 Adding balance_available to the wallet (#132)
* Adding balance_available to the wallet
* Refactoring bfx_rest.py/get_wallets to use the updated Wallet class, which has available_balance i it

Co-authored-by: jon <fcmisc@gmail.com>
2021-04-14 12:53:05 +02:00
Dario Moceri
d198ccb7a7 Invalid orders should be removed from pending_orders (#126)
* Invalid orders should be removed from pending_orders

* If an EXCHANGE_FILL_OR_KILL order is unfilled and cancelled, confirm_order_new will not get called. This can leave lots of pending orders remaining in the order_manager.

However, confirm_order_closed will get called, and therefore we should delete pending orders from that method as well.
* updated CHANGELOG
2021-04-09 16:20:08 +02:00
Dario Moceri
50c52b77ab -) Removed pendingOrders from BfxWebsocket() (it was not used anywhere)
-) Fixed issue in confirm_order_new() (the keys of the dict pending_orders are the cids of the orders, and not the ids)
2021-03-15 16:35:00 +01:00
Dario Moceri
ce02356b76 updated version and CHANGELOG 2021-02-10 22:07:03 +01:00
Dario Moceri
acc232e049 Updated changelog and version.py
Note: there was a mismatching
2021-01-21 16:26:01 +01:00
hajdbo
d64d04a255 adds get_ledgers 2020-07-07 10:25:47 +01:00
JacobPlaster
d4b0aa9eab bump 1.1.5 -> 1.1.6 2020-04-16 10:45:20 +01:00
JacobPlaster
46302e312b bump version 1.1.4 -> 1.1.5 2020-04-13 15:58:49 +01:00
Jacob Plaster
de81fc80bd Bump to version 1.1.0 2019-09-12 14:38:50 +01:00
Jacob Plaster
854966661c bump version (1.0.1) and update changelog 2019-07-19 14:54:17 +07:00
Jacob Plaster
5d24c8eb28 version: bump to 1.0.0 and add to changelog 2019-07-17 14:29:04 +07:00
Jacob Plaster
7d0eed9f88 main: add changelog and versioning 2019-06-06 10:12:18 +08:00