sharebook-kr / pybithumb

python wrapper for bithumb API
MIT License
94 stars 55 forks source link

Adding new arguments to withdraw_coin request #35

Open CJNA opened 2 years ago

CJNA commented 2 years ago

https://apidocs.bithumb.com/reference/%EC%BD%94%EC%9D%B8-%EC%B6%9C%EA%B8%88%ED%95%98%EA%B8%B0-%EA%B0%9C%EC%9D%B8

Per this doc, we see that this API requires

-

exchange_name 출금 거래소명 String/필수 -
cust_type_cd 개인/법인 여부(개인 01 ,법인 02) String/필수 -
ko_name 개인 수취 정보_국문 성명 String/필수 -
en_name 개인 수취 정보_영문 성명 String/필수

-

following arguments.

This PR is trying to address this issue