Commit Graph

44 Commits

Author SHA1 Message Date
itsdeka
5e1017dbc8 updated version 2022-11-09 14:16:21 +01:00
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
26a5f50967 fix cancel order
updated version
2022-08-22 19:36:09 +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
bfb9ccb7fb updated version 2022-01-04 20:48:37 +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
df0bc58305 ver 2021-08-09 12:30:41 +02:00
Dario Moceri
4a8d3e48b0 Added 'ids' parameter to get_order_history() (#121)
* Added 'ids' parameter to get_order_history()
* fix

Co-authored-by: Robert Kowalski <robert@bitfinex.com>
2021-05-25 11:33:08 +02:00
Robert Kowalski
d97c8c8a7c 1.1.14 2021-04-28 15:25:37 +02:00
Dario Moceri
4b4a17ebd8 get_public_trades() orders should be sorted by [timestamp, id] (#127)
Co-authored-by: Robert Kowalski <robert@bitfinex.com>

 - solved the merge conflict in CHANGELOG
2021-04-09 16:24:32 +02:00
Dario Moceri
c755d33d28 Python 3.9.2 requires websockets 8 2021-04-09 15:46:33 +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
Robert Kowalski
e39ed1c491 prepare 1.1.10 2021-02-12 10:44:05 +01:00
Erik Berdonces Bonelo
7c8ce5c389 Update setup.py 2021-02-10 16:07:46 +01:00
Erik Berdonces Bonelo
c7f5678a5f Pin pyee to ~=8.0 2021-02-10 12:34:52 +01:00
Erik Berdonces Bonelo
7833feb101 Pin pyee to version 7.X.X 2021-02-09 17:29:43 +01:00
Erik Berdonces Bonelo
90ef627cc6 Use ranges in setup.py versions
Versions in setup.py shouldn't be pinned.
https://packaging.python.org/discussions/install-requires-vs-requirements/?highlight=install_requires

Removed also dev dependencies, as setup.py should only keep the ones used for production. For dev and testing you use the ones in requirements.txt.

To understand `~=~ check here: https://pip.pypa.io/en/latest/user_guide/#understanding-your-error-message

>~=3.1: version 3.1 or later, but not version 4.0 or later. ~=3.1.2: version 3.1.2 or later, but not version 3.2.0 or later.
2021-02-04 12:56:09 +01:00
Dario Moceri
026cd63929 Update dependencies in setup.py 2021-01-29 15:19:30 +01:00
JacobPlaster
a538d64e9c bump to 1.1.8 2020-07-07 11:11:43 +01:00
JacobPlaster
3733ac562d setup.py: bump to 1.1.7 2020-07-07 10:33:37 +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
JacobPlaster
cea31acf9d bump to 1.1.4 2020-01-09 11:39:06 +00:00
JacobPlaster
4376c956b8 bump to 1.1.3 2019-12-20 11:38:00 +00:00
JacobPlaster
3bf23b08f3 setup.py: fix classifiers 2019-12-20 11:38:00 +00:00
JacobPlaster
b392520d77 bump to 1.1.2 2019-12-17 12:52:37 +00:00
JacobPlaster
510f4ef28e bump to version 1.1.1 2019-10-10 11:47:29 +01:00
JacobPlaster
b4059fb3fa setup.py: update 2019-10-10 11:47:29 +01:00
Jacob Plaster
de81fc80bd Bump to version 1.1.0 2019-09-12 14:38:50 +01:00
Jacob Plaster
e59a94366f create setup.py for pip integration (@redknightlois) 2019-07-19 16:27:35 +07:00