mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-01-03 22:14:19 +01:00
change default v2 api endpoint to pub-api
This commit is contained in:
committed by
Jacob Plaster
parent
4cbbbccd51
commit
5cf5277774
@@ -97,7 +97,7 @@ class BfxWebsocket(GenericWebsocket):
|
||||
20061: 'Websocket server resync complete'
|
||||
}
|
||||
|
||||
def __init__(self, API_KEY=None, API_SECRET=None, host='wss://api.bitfinex.com/ws/2',
|
||||
def __init__(self, API_KEY=None, API_SECRET=None, host='wss://api-pub.bitfinex.com/ws/2',
|
||||
manageOrderBooks=False, dead_man_switch=False, logLevel='INFO', parse_float=float,
|
||||
*args, **kwargs):
|
||||
self.API_KEY = API_KEY
|
||||
|
||||
Reference in New Issue
Block a user