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