Skip to content

Commit 576d807

Browse files
authored
Update phemex.py with new link
1 parent 9939665 commit 576d807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phemex.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class Phemex:
1111
def __init__(self):
12-
self.base_url = "https://api-3rd.phemex.com"
12+
self.base_url = "http://vapi.phemex.com"
1313
self.api_key = getenv("PHEMEX_API_KEY")
1414
self.api_secret = getenv("PHEMEX_API_SECRET")
1515

0 commit comments

Comments
 (0)