mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
4 lines
179 B
Python
4 lines
179 B
Python
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' |