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 01:04:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1fc9aacd86df7138906679ca3535cb3c5b9d7d9f
bitfinex-api-py
/
bfxapi
/
websocket
History
Davide Casale
1fc9aacd86
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
..
__init__.py
Add bfxapi/websocket/errors.py script. Add __require_websocket_connection decorator inside BfxWebsocketClient class. Implement unsubscribe and clear methods.
2022-11-08 17:47:46 +01:00
BfxWebsocketClient.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
channels.py
Add handlers in manager.py for CANDLES and STATUS channels. Add support for heartbeat data.
2022-11-08 18:16:24 +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
manager.py
Add handlers in manager.py for CANDLES and STATUS channels. Add support for heartbeat data.
2022-11-08 18:16:24 +01:00