avatar of simple-chun simple-chun
집중하다 사신
0
집중하다
0
수행원

빗썸 getaccount 오류 도와주세요

만든 날짜: 2017-12-10 10:03:47, 업데이트 날짜: 2019-07-31 18:08:07
comments   2
hits   1877

Bithumb 계정 정보를 얻으려면, Inventor Quantitative Built-in Function, getaccount 및 IO 두 가지 방법을 사용했지만, 다음과 같이 동일한 오류가 발생했습니다. GetAccount: 405: {“status”:“5302”,“message”:“Method Not Allowed(Access)”} 제가 사용하는 두 가지 방법은 다음과 같습니다.

방법 1: if (exchanges)[i].GetName() == “Bithumb”):
rgParams = {“order_currency” : “BTC”,“payment_currency” : “KRW”}; rg_params = { “currency”: ‘BTC’ } bhumbbal = exchanges[i].IO(“api”,“POST”,“/info/account”,“BTC”) 로그 (Log) “플랫폼 BHUMB!!!!!!!!!!!!”,bhumbbal)

방법 2: 로그 (log)~~“,exchanges[i].GetAccount())

어떻게 풀 수 있는지 물어보세요.