change default v2 api endpoint to pub-api

This commit is contained in:
Jacob Plaster
2019-04-04 13:31:08 +11:00
committed by Jacob Plaster
parent 4cbbbccd51
commit 5cf5277774
4 changed files with 6 additions and 6 deletions

View File

@@ -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:
"""