This website requires JavaScript.
Explore
Help
Sign In
aljaz
/
bitfinex-api-py
Watch
1
Star
0
Fork
0
You've already forked bitfinex-api-py
mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced
2025-12-19 23:04:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d767e5dcfe8e805b74b9eb9a9d08a47e80309608
bitfinex-api-py
/
bfxapi
/
utils
History
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
..
__init__.py
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
cid.py
Add example to submit, cancel, edit order and adjust issue in labeler.py
2023-01-10 16:42:20 +01:00
encoder.py
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
flags.py
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
integers.py
Add support for new rest authenticated endpoints.
2022-12-23 16:36:51 +01:00
logger.py
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