Commit Graph

36 Commits

Author SHA1 Message Date
matthewli1409
eb33c06d51 change version 2022-10-18 16:10:38 +07:00
itsdeka
fa7d3e2686 implemented liquidations endpoint (rest) 2022-10-04 12:41:31 +02:00
itsdeka
87e7f9820e -) Use private host for auth-based requests
-) Updated examples
2022-08-22 19:31:16 +02:00
itsdeka
52a2d76379 -) Added User Settings Write/Read/Delete endpoints (REST)
-) Added Balance Available for Orders/Offers endpoint (REST)
2022-01-23 22:33:10 +01:00
itsdeka
793fda9d67 updated version
changed account's trade execution (te) and trade update (tu) handling
2022-01-20 13:35:36 +01:00
itsdeka
a79cd6a5a6 Implemented Movement endpoints (REST)
Thanks to @ph4z
2022-01-16 22:15:13 +01:00
itsdeka
64d203d8a8 Add submit cancel all funding offer
Thanks to @charlychiu (https://github.com/bitfinexcom/bitfinex-api-py/pull/169)
2022-01-04 17:42:15 +01:00
itsdeka
7f47405fa3 Fixed socket.send() issue (IndexError: deque index out of range) 2021-12-20 12:17:27 +01:00
itsdeka
aa5566208b Added bitfinex-pay merchants endpoints 2021-12-14 23:11:56 +01:00
itsdeka
65a3bec654 spacing 2021-12-14 12:05:46 +01:00
itsdeka
ddf0c14cec Adjusted get_trades() to allow symbol to be None and get trades for all symbols 2021-12-13 13:15:56 +01:00
itsdeka
b5f3d6d8cb Bugfix - It is now possible to call bfx.ws.run() from an already running event loop 2021-12-10 10:40:17 +01:00
itsdeka
abfafbf8cf added support per py 3.9 and 3.10 2021-11-24 14:34:33 +01:00
itsdeka
f78926b2f8 updated version of websockets 2021-11-23 14:38:26 +01:00
itsdeka
bf3c5f57ab adjusted get_order_history() rest endpoint 2021-11-22 16:09:59 +01:00
itsdeka
83b0a5ecb6 Added example of MARKET order with price=None 2021-11-11 12:38:47 +01:00
itsdeka
01a2a302b5 semver adjustment 2021-10-11 12:57:55 +02:00
itsdeka
64917d9e94 updated version 2021-10-04 11:34:23 +02:00
itsdeka
e1e8eb5753 semver adjustment 2021-08-12 16:33:04 +02:00
itsdeka
48e8455180 ver 2021-08-09 12:31:16 +02:00
itsdeka
8e87cf17ce added full_orderbook.py example 2021-08-09 12:18:13 +02:00
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