Add barebone files for rest section.

This commit is contained in:
Davide Casale
2022-11-30 18:25:15 +01:00
parent 48f1745f10
commit 4cfeab8a79
9 changed files with 67 additions and 1 deletions

View File

@@ -3,6 +3,9 @@ from .websocket import BfxWebsocketClient
from enum import Enum
class Constants(str, Enum):
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"