From 7e21bfbcfcac5daff268c403fbc96befafc614cf Mon Sep 17 00:00:00 2001 From: wangxuezhong <422232268@qq.com> Date: Sat, 15 Feb 2025 00:10:32 +0800 Subject: [PATCH] Update _client.py change API_URL --- okx/api/_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/okx/api/_client.py b/okx/api/_client.py index 0ddb99a..a04c6b5 100644 --- a/okx/api/_client.py +++ b/okx/api/_client.py @@ -56,7 +56,8 @@ def wrapper2(*args, **kwargs): class Client(object): - API_URL = 'https://www.okex.com' + # 这个地址是对的 + API_URL = 'https://www.okx.com' def __init__( self,