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 |
|
Robert Kowalski
|
082a94c752
|
Merge pull request #104 from itsdeka/master (get_seed_candles)
get_seed_candles() has been fixed in a backwards compatibility manner
|
2021-02-12 09:41:57 +01:00 |
|
Dario Moceri
|
ce02356b76
|
updated version and CHANGELOG
|
2021-02-10 22:07:03 +01:00 |
|
Dario Moceri
|
ab1a3da851
|
adjusted function get_seed_candles() [maintaining backward compability]
|
2021-02-10 22:02:50 +01:00 |
|
Dario Moceri
|
82020263e3
|
adjusted function get_seed_candles()
|
2021-02-10 21:43:48 +01:00 |
|
Robert Kowalski
|
b21837c668
|
Merge pull request #103 from Sturgelose/patch-1
Use ranges in setup.py versions
|
2021-02-10 17:12:54 +01:00 |
|
Erik Berdonces Bonelo
|
7c8ce5c389
|
Update setup.py
|
2021-02-10 16:07:46 +01:00 |
|
Erik Berdonces Bonelo
|
83b447e4cd
|
Update requirements.txt
|
2021-02-10 16:07:27 +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 |
|
Paolo Ardoino
|
8a8c325203
|
Merge pull request #99 from itsdeka/master
Implemented additional endpoints (rest) + updated setup.py requirements
|
2021-01-29 18:59:10 +01:00 |
|
Dario Moceri
|
cae37ccf4c
|
Readded get_public_tickers() (I accidentally removed it)
|
2021-01-29 15:49:09 +01:00 |
|
Dario Moceri
|
d172bf620b
|
Readded get_public_tickers() (I accidentally removed it)
|
2021-01-29 15:48:38 +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
|
aea663c921
|
Added Public Tikers History (rest)
|
2021-01-28 21:50:05 +01:00 |
|
Dario Moceri
|
63942264ca
|
- added function submit_pulse_comment()
- renaming
|
2021-01-28 21:31:51 +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
|
7a5b0f338d
|
amount is NOT optional
|
2021-01-27 21:58:46 +01:00 |
|
Dario Moceri
|
a813eb3b4b
|
fixed generate_invoice()
|
2021-01-27 21:33:30 +01:00 |
|
Dario Moceri
|
2387a65272
|
updated CHANGELOG
|
2021-01-27 21:01:57 +01:00 |
|
Dario Moceri
|
1a835ee086
|
added https://docs.bitfinex.com/reference#rest-public-stats1 endpoint (get_public_stats)
|
2021-01-27 21:01:36 +01:00 |
|
Dario Moceri
|
a212fa03d9
|
limit = 100 as default would be better, but there is an issue with large response ( failed with status 500 - ["error",10001,"ERR_REQUEST_GENERIC: ESOCKETTIMEDOUT"] )
|
2021-01-25 17:36:19 +01:00 |
|
Dario Moceri
|
a322549142
|
better rewriting
|
2021-01-25 17:34:57 +01:00 |
|
Dario Moceri
|
6a6545eecc
|
removed redundant brackets
|
2021-01-25 17:31:40 +01:00 |
|
Dario Moceri
|
409d9ca595
|
get_public_pulse_hist() -> end should be optional
|
2021-01-25 17:30:19 +01:00 |
|
Dario Moceri
|
6d39059503
|
removed debug prints
|
2021-01-25 16:58: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
|
29f50fccb0
|
Implemented additional REST endpoints
- Foreign exchange rate
- Market average price
- Generate invoice
- Keep funding
- Cancel order multi
|
2021-01-24 17:20:02 +01:00 |
|
Dario Moceri
|
d7ec7bcb95
|
Implemented PULSE endpoints (rest)
|
2021-01-22 18:59:57 +01:00 |
|
Dario Moceri
|
20d87ea4b7
|
removed wrong comment
|
2021-01-22 18:56:46 +01:00 |
|
Dario Moceri
|
64fadefd1b
|
Implemented PULSE endpoints (rest)
|
2021-01-22 18:55:19 +01:00 |
|
Paolo Ardoino
|
f6c089b6e0
|
Merge pull request #98 from itsdeka/master
Python 3.X compatibility
|
2021-01-22 14:20:03 +01:00 |
|
Dario Moceri
|
acc232e049
|
Updated changelog and version.py
Note: there was a mismatching
|
2021-01-21 16:26:01 +01:00 |
|
Dario Moceri
|
1463f667d8
|
Updated pyee -> 8.0.1
Changed deprecated EventEmitter(scheduler=X) with AsyncIOEventEmitter
Now bitfinex-api-py works on Python 3.8
|
2021-01-21 16:18:06 +01:00 |
|
Dario Moceri
|
a79f5b5fdf
|
Updated pyee -> 8.0.1
Now bitfinex-api-py works on Python 3.8
|
2021-01-21 16:08:24 +01:00 |
|
Dario Moceri
|
c343da4797
|
Updated pyee -> 7.0.1
Now bitfinex-api-py works on Python 3.6
|
2021-01-21 15:49:31 +01:00 |
|
JacobPlaster
|
729019b4c4
|
requirements.txt: add isort
|
2020-07-07 11:22:29 +01:00 |
|
JacobPlaster
|
d56bed0908
|
.travis: install requirements using 3.8
|
2020-07-07 11:15:32 +01:00 |
|
JacobPlaster
|
a538d64e9c
|
bump to 1.1.8
|
2020-07-07 11:11:43 +01:00 |
|
JacobPlaster
|
84dd5d8d09
|
websocket: support events pu, pc, pn
|
2020-07-07 11:11:43 +01:00 |
|
Richard Hoekstra
|
3fa6feb888
|
FIX:
- New closed orders were not added to the 'closed_orders' dict.
- Confirmed pending orders were not removed from the 'pending_orders' dict.
|
2020-07-07 10:42:57 +01:00 |
|
hollossy
|
dfb1f08c65
|
Update Funding script info
Current script not showing the correct request parameters for funding. Trade data was included, changed it to show funding data.
|
2020-07-07 10:40:38 +01:00 |
|
JOlson
|
427e99710e
|
Fix docstring, comment typos
|
2020-07-07 10:40:06 +01:00 |
|
JacobPlaster
|
51803c87c9
|
.travis: bump pythn version to 3.8.2
|
2020-07-07 10:37:56 +01:00 |
|
JacobPlaster
|
3733ac562d
|
setup.py: bump to 1.1.7
|
2020-07-07 10:33:37 +01:00 |
|
JacobPlaster
|
1812942c5f
|
bfx_rest: get_ledgers support None symbol
|
2020-07-07 10:33:27 +01:00 |
|