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
2026-01-08 16:34:19 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
15a2e41e438547a0f9c4547982d771066db62279
bitfinex-api-py
/
bfxapi
History
itsdeka
15a2e41e43
user info + fixs
2023-02-09 03:27:15 +01:00
..
rest
user info + fixs
2023-02-09 03:27:15 +01:00
tests
Add new bfxapi/tests/test_notification unit test.
2023-02-07 17:45:03 +01:00
utils
Remove bfxapi/utils/flags.py file from bfxapi.utils sub-package.
2023-02-07 19:00:50 +01:00
websocket
Rewrite bfxapi/rest/_Requests.py with type hinting. Add None values erasement in bfxapi/utils/JSONEncoder.py. Update code with new improvements.
2023-02-06 19:15:58 +01:00
__init__.py
Add bfxapi package. Add bfxapi.websocket subpackage. Add requirements.txt file.
2022-11-07 18:35:39 +01:00
client.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
enums.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
exceptions.py
Remove cid.py and integers.py from bfxapi.utils subpackage. Rename encoder.py file to JSONEncoder.py. Remove IntegerUnderflowError and IntegerOverflowflowError exceptions from bfxapi/exceptions.py.
2023-02-01 17:18:05 +01:00
labeler.py
Add new bfxapi/tests/test_notification unit test.
2023-02-07 17:45:03 +01:00
notification.py
Rewrite bfxapi/rest/_Requests.py with type hinting. Add None values erasement in bfxapi/utils/JSONEncoder.py. Update code with new improvements.
2023-02-06 19:15:58 +01:00