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-23 08:44:25 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2c70d299b3d517574006c817c21b29f2ad6eccbe
bitfinex-api-py
/
bfxapi
/
websocket
History
Davide Casale
2c70d299b3
Fix small bug in bfxapi/websocket/typings.py file.
2022-11-10 12:27:35 +01:00
..
__init__.py
Rename manager.py to handlers.py. Add code to BfxWebsocketClient.py to handle authenticated channel. Update bfxapi/websocket/__init__.py imports.
2022-11-09 19:13:48 +01:00
BfxWebsocketClient.py
Rewrite AuthenticatedEventsHandler with _label_array_elements logic. Add support to multiple new events. Fix bug in BfxWebsocketClient.py.
2022-11-10 11:57:57 +01:00
errors.py
Add authenticate method in BfxWebsocketClient. Add API_KEY and API_SECRET to Client's constructor parameters. Add new AuthenticationCredentialsError exception.
2022-11-09 18:26:30 +01:00
handlers.py
Rewrite AuthenticatedEventsHandler with _label_array_elements logic. Add support to multiple new events. Fix bug in BfxWebsocketClient.py.
2022-11-10 11:57:57 +01:00
typings.py
Fix small bug in bfxapi/websocket/typings.py file.
2022-11-10 12:27:35 +01:00