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

upbit.withdraw_coin() 에러 발생 관련 문의 #45

Open
bt22dr opened this issue Oct 16, 2021 · 0 comments
Open

upbit.withdraw_coin() 에러 발생 관련 문의 #45

bt22dr opened this issue Oct 16, 2021 · 0 comments

Comments

@bt22dr
Copy link

bt22dr commented Oct 16, 2021

잔고가 충분한 경우에도 아래 코드를 실행해서 출금을 진행하면

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 등에서도 동일한 에러가 발생하는데 원인을 알 수가 없네요.

참고로 버전은 아래와 같습니다.

  • pyupbit 0.2.19
  • PyJWT 2.1.0
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