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-24 09:14:24 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c41c00259f8154c2ec8f832ec7e03269b0b63083
bitfinex-api-py
/
bfxapi
History
Davide Casale
c41c00259f
add endpoints
...
Co-Authored-By: itsdeka <
dario.moceri@bitfinex.com
>
2023-02-12 21:45:01 +01:00
..
rest
add endpoints
2023-02-12 21:45:01 +01:00
tests
Add new bfxapi/tests/test_notification unit test.
2023-02-07 17:45:03 +01:00
utils
Fix bug in submit_invoice method (bfxapi.rest.endpoints.rest_authenticated_endpoints).
2023-02-12 21:29:06 +01:00
websocket
Small fix in BfxWebsocketClient class.
2023-02-09 04:35:43 +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
Fix bug in submit_invoice method (bfxapi.rest.endpoints.rest_authenticated_endpoints).
2023-02-12 21:29:06 +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
Fix bug in submit_invoice method (bfxapi.rest.endpoints.rest_authenticated_endpoints).
2023-02-12 21:29:06 +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