Davide Casale
|
ed12bf473f
|
Rewrite and extend custom JSONEncoder in bfxapi/utils/encoder.py to automatically convert floats to strs. Change every Union[Decimal, str] type to Union[Decimal, float, str]. Fix type hinting bug in labeler.py.
|
2023-01-25 18:18:15 +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
|
72a3252e32
|
Add support for new rest authenticated endpoints.
|
2022-12-23 16:36:51 +01:00 |
|
Davide Casale
|
6217f9040c
|
Rename bfxapi/utils/decimal.py to encoder.py. Add support for datetime JSON serialization. Update class reference in BfxWebsocketClient.py.
|
2022-12-20 18:40:41 +01:00 |
|
Davide Casale
|
0a53ab7f7e
|
Apply lots of refactoring to the websocket subpackage (fix every mypy error and warning). Add integers.py and decimal.py to bfxapi.utils package. Update requirements.txt and setup.py with new mypy dependencies.
|
2022-12-16 18:30:41 +01:00 |
|
itsdeka
|
958134b0f4
|
Add bfxapi/utils subpackage. Add bfxapi/utils/logger.py. Implement logger with log_level in BfxWebsocketClient.py.
|
2022-11-22 17:40:26 +00:00 |
|