mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34:21 +01:00
6 lines
183 B
Python
6 lines
183 B
Python
REST_HOST = "https://api.bitfinex.com/v2"
|
|
PUB_REST_HOST = "https://api-pub.bitfinex.com/v2"
|
|
|
|
WSS_HOST = "wss://api.bitfinex.com/ws/2"
|
|
PUB_WSS_HOST = "wss://api-pub.bitfinex.com/ws/2"
|