mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
Add authenticate method in BfxWebsocketClient. Add API_KEY and API_SECRET to Client's constructor parameters. Add new AuthenticationCredentialsError exception.
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
class ConnectionNotOpen(Exception):
|
||||
"""
|
||||
This error indicates an attempt to communicate via websocket before starting the connection with the servers.
|
||||
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
class AuthenticationCredentialsError(Exception):
|
||||
"""
|
||||
This error indicates that the user has provided incorrect credentials (API-KEY and API-SECRET) for authentication.
|
||||
"""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user