mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
change default v2 api endpoint to pub-api
This commit is contained in:
committed by
Jacob Plaster
parent
4cbbbccd51
commit
5cf5277774
@@ -10,8 +10,8 @@ import asyncio
|
||||
from .websockets.BfxWebsocket import BfxWebsocket
|
||||
from .rest.BfxRest import BfxRest
|
||||
|
||||
REST_HOST = 'https://api.bitfinex.com/v2'
|
||||
WS_HOST = 'wss://api.bitfinex.com/ws/2'
|
||||
REST_HOST = 'https://api-pub.bitfinex.com/v2'
|
||||
WS_HOST = 'wss://api-pub.bitfinex.com/ws/2'
|
||||
|
||||
class Client:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user