We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9939665 commit 576d807Copy full SHA for 576d807
phemex.py
@@ -9,7 +9,7 @@
9
10
class Phemex:
11
def __init__(self):
12
- self.base_url = "https://api-3rd.phemex.com"
+ self.base_url = "http://vapi.phemex.com"
13
self.api_key = getenv("PHEMEX_API_KEY")
14
self.api_secret = getenv("PHEMEX_API_SECRET")
15
0 commit comments