mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
refactoring - moved hosts to constants.py
This commit is contained in:
4
bfxapi/constants.py
Normal file
4
bfxapi/constants.py
Normal file
@@ -0,0 +1,4 @@
|
||||
REST_HOST = 'https://api.bitfinex.com/v2'
|
||||
WS_HOST = 'wss://api.bitfinex.com/ws/2'
|
||||
PUB_REST_HOST = 'https://api-pub.bitfinex.com/v2'
|
||||
PUB_WS_HOST = 'wss://api-pub.bitfinex.com/ws/2'
|
||||
Reference in New Issue
Block a user