Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

코인 출금 코드 문의 #38

Open
hscho77 opened this issue Aug 6, 2021 · 0 comments
Open

코인 출금 코드 문의 #38

hscho77 opened this issue Aug 6, 2021 · 0 comments

Comments

@hscho77
Copy link

hscho77 commented Aug 6, 2021

안녕하세요.

exchange_api.py에 만들어주신 하기 코인 추금 함수를 이용하여,
withdraw_coin(self, currency, amount, address, secondary_address='None', transaction_type='default', contain_req=False)

아래 와 같이 출금을 시도하면,
upbit.withdraw_coin("TRX", amount, address="TRnJjY9ejQv3qvLTaDobPNk5N7pvjuteJh", secondary_address='None', transaction_type='default', contain_req=True)

하기와 같이 error 메세지가 return 됩니다.
({'error': {'message': '등록된 출금 주소가 아닙니다.', 'name': 'withdraw_address_not_registered'}}, {'group': 'default', 'min': 897, 'sec': 27})

upbit의 경우, 디지털 자산 출금주소 관리 메뉴에서 출금허용주소를 등록하게 되어 있는데, 해당 코인 출금 주소도 등록 되어 있는 상태입니다. 혹시 전송되는 data 인자 안에 address가 잘못 들어가나 싶어서 찍어보면, 아래와 같이 이 또한 정상입니다.

{'currency': 'TRX', 'amount': 10000, 'address': 'TRnJjY9ejQv3qvLTaDobPNk5N7pvjuteJh', 'secondary_address': 'None', 'transaction_type': 'default'}

전송중에 address 처리에 문제가 있는 것일까요? 문제 해결이 되었으면 좋겠습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant