Open mr-yoo opened 3 years ago
plz plz fix got the same trouble ((
https://cafe.bithumb.com/view/board-contents/1641439 maybe it will help
다음 코드가 정상 동작하는 것을 확인 했습니다.
b = Bithumb(apiKey, secKey)
result = b.buy_market_order("XRP", 100, payment_currency="BTC")
result = b.buy_limit_order("XRP", 0.00000888, 100, payment_currency="BTC")
print(result)
('bid', 'XRP', 'C0106000000143510587', 'BTC')
모듈 업데이트하고 테스트 한 번 부탁드립니다.
limit and market in 1 request?
@hastalamuerte Could you be more specific about your problem?
BTC 시장의 매수/매도 API를 호출하면 다음과 같은 에러가 출력된다.