Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 1838132

Browse files
committed
Transition from beta to main endpoint.
1 parent 4b04a31 commit 1838132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittrex_websocket/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class EventTypes(Constant):
2121

2222
class BittrexParameters(Constant):
2323
# Connection parameters
24-
URL = 'https://beta.bittrex.com/signalr'
24+
URL = 'https://socket.bittrex.com/signalr'
2525
HUB = 'c2'
2626
# Callbacks
2727
MARKET_DELTA = 'uE'

0 commit comments

Comments
 (0)