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
a6670caf5e
Avoid p_sub not initialized issue
...
Thanks to @nkasimova (https://github.com/bitfinexcom/bitfinex-api-py/pull/170 )
2022-01-04 17:30:32 +01:00
itsdeka
ae234b6066
async fix
2021-12-20 12:41:33 +01:00
itsdeka
7f47405fa3
Fixed socket.send() issue (IndexError: deque index out of range)
2021-12-20 12:17:27 +01:00
itsdeka
35ee037ecc
added merchant example | fixed endpoints
2021-12-15 13:47:35 +01:00
itsdeka
d4016ef444
merge
2021-12-14 23:17:42 +01:00
itsdeka
aa5566208b
Added bitfinex-pay merchants endpoints
2021-12-14 23:11:56 +01:00
itsdeka
0a6cc34f8a
Revert "spacing"
...
This reverts commit 65a3bec654 .
2021-12-14 12:10:45 +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
603f546037
fix run()
2021-11-29 18:37:01 +01:00
itsdeka
25d748042a
fixs
2021-11-29 10:31:45 +01:00
itsdeka
6c065e6fad
fixs
2021-11-29 10:28:17 +01:00
itsdeka
d1308dad7b
refactoring
2021-11-29 09:49:33 +01:00
itsdeka
e05e1522c4
removed useless import
2021-11-29 09:46:49 +01:00
itsdeka
b0f07814e7
updated tests
2021-11-29 09:42:55 +01:00
itsdeka
765532185e
fixed pyee 'error must derive from BaseException' issue
2021-11-29 09:38:42 +01:00
itsdeka
d0246296e6
Support for Python <= 3.8
2021-11-25 12:27:15 +01:00
itsdeka
faa6075eae
new approach
2021-11-25 12:19:31 +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
b4dfa65597
Handle InvalidStatuCode exception
2021-10-04 11:33:32 +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
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
110b4b46e1
added full_orderbook.py example
2021-08-09 12:15:56 +02:00
itsdeka
4e86eede41
if max_retries == 0 continue forever
2021-08-06 13:45:28 +02:00
Robert Kowalski
62501edfa0
Merge pull request #158 from nkasimova/update-time-in-force
...
Fixed bug in setting 'time in force' in order update
2021-07-19 11:56:15 +02:00
nkasimova
4f07ba0e39
Fixed bug in setting 'time in force' in order update (added changes to rest)
2021-07-15 11:19:38 +03:00
nkasimova
18eba161e5
Fixed bug in setting 'time in force' in order update
2021-07-09 15:38:14 +03:00
nkasimova
f899feb1ca
Fixed a bug in close position flag
2021-07-09 13:21:05 +03:00
Robert Kowalski
7a04ecb64d
Merge pull request #153 from itsdeka/margin_info
...
Added Margin Info endpoint & claim position
2021-06-25 13:11:39 +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
Dario Moceri
062b13a382
fix example for ws ( #151 )
2021-06-25 11:37:56 +02:00
itsdeka
a28b263238
added claim_position to bfx_rest.py
2021-06-21 21:45:50 +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
fintzd
8660fac2bb
fix: delete get_seed_trades.py ( #134 )
...
* Delete get_seed_trades.py
The request here is made with REST not WS, so it is not the correct place for this example.
* Moved the file to where it belongs
2021-05-24 13:28:01 +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