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

withdraw_coin 함수가 작동하지 않는 문제를 해결하고, get_order 함수를 개선함. #106

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

terrapin-lee
Copy link

@terrapin-lee terrapin-lee commented Nov 21, 2022

송금 대상 가상자산의 secondary_address가 존재하지 않는 경우 withdraw_coin 함수가 오작동할 수 있는 문제를 해결하였습니다. 또한, Upbit API는 주문 목록 호출시 대상 Market 또는 UUID 입력을 선택사항으로 두고 있습니다. 이에 따라 state만을 입력하여도 주문 이력이 조회되도록 get_order 함수의 구조를 수정하였습니다.

Secondary Address가 존재하지 않는 경우 withdraw_coin 함수가 작동하지 않는 현상을 해결함.
송금 대상 가상자산의 secondary_address가 존재하지 않는 경우 withdraw_coin 함수가 오작동할 수 있는 문제 해결
Upbit API는 주문 목록 호출시 대상 Market 또는 UUID 입력을 선택사항으로 두고 있습니다. 이에 따라 state만을 입력하여도 주문 이력이 조회되도록 Code의 구조를 수정하였습니다.
@terrapin-lee terrapin-lee changed the title withdraw_coin 함수가 작동하지 않는 문제 해결 withdraw_coin 함수가 작동하지 않는 문제를 해결하고, get_order 함수를 개선함. Nov 26, 2022
terrapin-lee and others added 2 commits November 27, 2022 17:12
Request URL상 오타를 수정하였습니다.
Request가 들어가는 URL의 오타를 수정함.
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

Successfully merging this pull request may close these issues.

1 participant