This commit is contained in:
dsyoon
2025-08-24 17:26:35 +09:00
parent 45b563f39c
commit 82240c7542
5 changed files with 22 additions and 14 deletions

View File

@@ -10,9 +10,9 @@ from urllib.parse import urlencode
class HTS:
bithumb = None
accessKey = None
secretKey = None
apiUrl = None
accessKey = "a5d33ce55f598185d37cd26272341b7b965c31a59457f7" # 본인의 Connect Key를 입력한다.
secretKey = "ODBiYWFmNWE2MTkwYjdhMTNhZTM1YjU5OGY4OGE2MGNkNDY2NzMzMjE2Nzc5NDVlMzBhMDk3NTNmM2M2Mg==" # 본인의 Secret Key를 입력한다.
apiUrl = 'https://api.bithumb.com'
def __init__(self):
#self.bithumb = pybithumb.Bithumb(self.con_key, self.sec_key)