We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
잔고가 충분한 경우에도 아래 코드를 실행해서 출금을 진행하면
ret = upbit.withdraw_coin( currency='BTT', amount=10000, transaction_type='default', address=XXXXXXX, secondary_address=XXXXXXXX, ) print(ret)
아래와 같은 ret값이 출력됩니다.
{'error': {'message': 'Jwt의 query를 검증하는데 실패하였습니다.', 'name': 'invalid_query_payload'}}
BTT 뿐만 아니라 IOTA, ADA 등에서도 동일한 에러가 발생하는데 원인을 알 수가 없네요.
참고로 버전은 아래와 같습니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
잔고가 충분한 경우에도 아래 코드를 실행해서 출금을 진행하면
아래와 같은 ret값이 출력됩니다.
BTT 뿐만 아니라 IOTA, ADA 등에서도 동일한 에러가 발생하는데 원인을 알 수가 없네요.
참고로 버전은 아래와 같습니다.
The text was updated successfully, but these errors were encountered: