Davide Casale
|
9eb2c73407
|
Fix small bug in examples/websocket/ticker.py demo.
|
2023-02-17 04:07:44 +01:00 |
|
Davide Casale
|
fa9bdfc333
|
Rewrite reconnection system with numerous fixes.
|
2023-02-15 21:58:01 +01:00 |
|
Davide Casale
|
e5b0c1af9c
|
Move merchant endpoints in bfxapi.rest.endpoints.rest_merchant_endpoints sub-package.
|
2023-02-12 22:09:44 +01:00 |
|
Davide Casale
|
917a4a8367
|
add Payment
Co-Authored-By: itsdeka <dario.moceri@bitfinex.com>
|
2023-02-12 22:01:12 +01:00 |
|
Davide Casale
|
c41c00259f
|
add endpoints
Co-Authored-By: itsdeka <dario.moceri@bitfinex.com>
|
2023-02-12 21:45:01 +01:00 |
|
Davide Casale
|
3c377928b2
|
fix errors merchant
Co-Authored-By: itsdeka <dario.moceri@bitfinex.com>
|
2023-02-12 21:41:33 +01:00 |
|
Davide Casale
|
9ada3b05a2
|
Fix bug in submit_invoice method (bfxapi.rest.endpoints.rest_authenticated_endpoints).
|
2023-02-12 21:29:06 +01:00 |
|
Davide Casale
|
7e421d3803
|
Fix bug in examples/rest/merchant.py demo.
|
2023-02-10 04:47:03 +01:00 |
|
Davide Casale
|
180e92fcb4
|
merchant
Co-Authored-By: itsdeka <dario.moceri@bitfinex.com>
|
2023-02-10 04:27:35 +01:00 |
|
itsdeka
|
48583786f7
|
login history + balance available
|
2023-02-09 03:33:03 +01:00 |
|
itsdeka
|
15a2e41e43
|
user info + fixs
|
2023-02-09 03:27:15 +01:00 |
|
Davide Casale
|
851521c63f
|
Remove bfxapi/utils/flags.py file from bfxapi.utils sub-package.
|
2023-02-07 19:00:50 +01:00 |
|
Davide Casale
|
0dd6fa9dbb
|
Reorder and rename some method inside _RestAuthenticatedEndpoints class.
|
2023-02-01 18:00:00 +01:00 |
|
Davide Casale
|
0ddbd6e76e
|
funding trades
Co-Authored-By: itsdeka <dario.moceri@bitfinex.com>
|
2023-01-30 17:36:50 +01:00 |
|
Davide Casale
|
b9850fa451
|
funding info
Co-Authored-By: itsdeka <dario.moceri@bitfinex.com>
|
2023-01-30 17:31:07 +01:00 |
|
itsdeka
|
01d638cf9c
|
keep taken funding
|
2023-01-30 17:23:43 +01:00 |
|
itsdeka
|
0ac14dfeb5
|
funding auto renew
|
2023-01-30 16:40:31 +01:00 |
|
itsdeka
|
374739b656
|
return taken funding
|
2023-01-30 16:34:55 +01:00 |
|
itsdeka
|
0dd23b3ba5
|
fix example
|
2023-01-30 13:12:06 +01:00 |
|
Davide Casale
|
2fc31db7a3
|
Add get_funding_loans and get_funding_loans_history endpoints to _RestAuthenticatedEndpoints.py.
|
2023-01-27 17:23:41 +01:00 |
|
Davide Casale
|
6e96cda584
|
Edit demos in examples/ folder to use lowercase property identifiers.
|
2023-01-27 16:00:22 +01:00 |
|
itsdeka
|
48433fbb01
|
derivatives
|
2023-01-26 18:09:04 +01:00 |
|
itsdeka
|
ca91588067
|
cancel all funding offers
|
2023-01-26 18:02:29 +01:00 |
|
itsdeka
|
4fbe1b89c6
|
positions endpoint
|
2023-01-26 18:02:26 +01:00 |
|
itsdeka
|
3565811ec9
|
position history
|
2023-01-26 17:58:18 +01:00 |
|
itsdeka
|
374f65d660
|
increase position
|
2023-01-26 17:52:07 +01:00 |
|
Davide Casale
|
05827ff5d1
|
Change comment line in all examples/folder demos.
|
2023-01-25 18:33:27 +01:00 |
|
Davide Casale
|
0278825d35
|
add endpoints, minor fixs, use format instead of str
Co-authored-by: itsdeka <dario.moceri@bitfinex.com>
|
2023-01-25 18:29:29 +01:00 |
|
itsdeka
|
8047e3609d
|
rename subdata to sub_data, add margin info endpoints
|
2023-01-24 19:00:55 +01:00 |
|
itsdeka
|
01c8192d10
|
fx rate
|
2023-01-24 18:42:47 +01:00 |
|
itsdeka
|
02a2e962d3
|
Add support to new calculation endpoints.
|
2023-01-24 18:37:52 +01:00 |
|
itsdeka
|
ae42fb7d93
|
Add _RecursiveSerializer class in bfxapi/labeler.py file. Add support to new pulse endpoints (with serializers and types). Add examples/rest/get_pulse_data.py demo.
|
2023-01-24 18:16:11 +01:00 |
|
Davide Casale
|
5fe4d83902
|
Move subscriptions type hinting from bfxapi/websocket/types.py to bfxapi/websocket/subscriptions.py.
|
2023-01-19 18:00:51 +01:00 |
|
Davide Casale
|
c471a3b52b
|
Sync demos in examples/websocket with new bfxapi improvements.
|
2023-01-19 16:35:17 +01:00 |
|
itsdeka
|
430f7be51d
|
add wallet deposit/transfer
|
2023-01-18 17:23:53 +01:00 |
|
itsdeka
|
7ea8b5ae1c
|
add seed candles
|
2023-01-18 16:17:03 +01:00 |
|
itsdeka
|
061ca22752
|
add seed candles
|
2023-01-17 12:40:09 +01:00 |
|
itsdeka
|
89c921335c
|
Use namespace
|
2023-01-17 12:13:06 +01:00 |
|
itsdeka
|
e9ef39c1d6
|
add rest examples
|
2023-01-15 23:19:09 +01:00 |
|
Davide Casale
|
35cc360e37
|
Add authenticated data example
|
2023-01-13 17:11:28 +01:00 |
|
Davide Casale
|
e64c25bf19
|
Implement bfxapi/notifications.py in websocket subpackage.
|
2023-01-12 18:36:23 +01:00 |
|
Davide Casale
|
ff58f049a7
|
Separate _BfxWebsocketInputs from bfxapi/websocket/BfxWebsocketClient.py to _BfxWebsocketInputs.py. Rename websocket authenticated inputs methods. Refactoring to maintain consistency across the library.
|
2023-01-12 18:10:00 +01:00 |
|
itsdeka
|
1ff16e26b9
|
Add lines
|
2023-01-11 11:51:59 +01:00 |
|
itsdeka
|
f9f72a4ebb
|
Add lines
|
2023-01-11 11:51:41 +01:00 |
|
itsdeka
|
44ba7e780a
|
Add wss exmaple to create order, refactoring
|
2023-01-11 11:51:16 +01:00 |
|
itsdeka
|
22f6fe01fd
|
Add example to submit, cancel, edit order and adjust issue in labeler.py
|
2023-01-10 16:42:20 +01:00 |
|
itsdeka
|
ef836bbe1a
|
Add funding related rest endpoints, refactor pre-existent rest endpoints to use get_ prefix. Add function to calculate flags easily. Add example test to create a funding offer.
|
2023-01-10 16:03:40 +01:00 |
|
Davide Casale
|
454a7542ed
|
Add bfxapi/enums.py file. Split enumerations in bfxapi/rest/enums.py and bfxapi/websocket/enums.py. Rename enumeration classes to use singular name identifiers.
|
2022-12-22 18:42:55 +01:00 |
|
Davide Casale
|
87bb6dc5c7
|
Add generic error handling (UnknownGenericError in bfxapi/rest/exceptions.py). Add support for new endpoints in _RestAuthenticatedEndpoints class. Extend serializers.py and typings.py.
|
2022-12-20 17:48:38 +01:00 |
|
Davide Casale
|
ea3eefd32c
|
Apply refactoring with new standards in examples/websockets/*.py demos.
|
2022-12-16 18:42:59 +01:00 |
|