Commit Graph

63 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
87e7f9820e -) Use private host for auth-based requests
-) Updated examples
2022-08-22 19:31:16 +02:00
itsdeka
d3c105a710 fixed trades handling error 2022-01-29 22:32:17 +01:00
itsdeka
8ed2e51228 added alerts endpoints 2022-01-25 14:42:34 +01: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
04ef752523 adjusted CHANGELOG 2022-01-20 13:36:26 +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
7fff1038af Added get all exchange pairs endpoint (REST) 2022-01-04 17:58:10 +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
1af7badf65 adjusted CHANGELOG 2021-10-04 11:34:54 +02:00
itsdeka
64917d9e94 updated version 2021-10-04 11:34:23 +02:00
Dario Moceri
d5370b155c Merge branch 'master' into ob 2021-08-12 16:39:31 +02:00
itsdeka
e1e8eb5753 semver adjustment 2021-08-12 16:33:04 +02:00
itsdeka
30b46b1ebe semver adjustment 2021-08-12 16:31:54 +02:00
itsdeka
df0bc58305 ver 2021-08-09 12:30:41 +02:00
itsdeka
8e87cf17ce added full_orderbook.py example 2021-08-09 12:18:13 +02:00
itsdeka
4e86eede41 if max_retries == 0 continue forever 2021-08-06 13:45:28 +02:00
itsdeka
6df56657d3 -) updated CHANGELOG
-) updated example get_authenticated_data.py
-) updated string formatter margin_info.py and margin_info_base.py
2021-06-25 12:20:37 +02:00
itsdeka
98825aae10 Added Margin Info endpoint 2021-06-10 18:17:13 +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
Dario Moceri
a58c772e4b added ws example (#137)
* This is an example of how is it possible to spawn multiple bfx ws instances to comply to the open subscriptions number contraint (max. 25)
* fix
* typo
* bump version
* made the list smaller
* added newline
Co-authored-by: Robert Kowalski <robert@bitfinex.com>
2021-05-24 14:30:36 +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
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
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
026cd63929 Update dependencies in setup.py 2021-01-29 15:19:30 +01:00
Dario Moceri
0c9299184d Added Public Funding Stats (rest) 2021-01-28 22:12:20 +01:00
Dario Moceri
438cc2ef2c Added Public Tikers History (rest) 2021-01-28 21:50:10 +01:00
Dario Moceri
25f4fdc3d9 added endpoint rest auth order multi op
(https://docs.bitfinex.com/reference#rest-auth-order-multi)
2021-01-28 21:14:47 +01:00
Dario Moceri
2387a65272 updated CHANGELOG 2021-01-27 21:01:57 +01:00
Dario Moceri
f01deb5540 Implemented additional REST endpoints
- Foreign exchange rate
- Market average price
- Generate invoice
- Keep funding
- Cancel order multi
2021-01-24 17:20:59 +01:00
Dario Moceri
d7ec7bcb95 Implemented PULSE endpoints (rest) 2021-01-22 18:59:57 +01:00
Dario Moceri
acc232e049 Updated changelog and version.py
Note: there was a mismatching
2021-01-21 16:26:01 +01:00
JacobPlaster
a538d64e9c bump to 1.1.8 2020-07-07 11:11:43 +01:00