Skip to content

Commit

Permalink
Upbit Client Version 1.3.4
Browse files Browse the repository at this point in the history
Upbit Client Version 1.3.4
  • Loading branch information
uJhin committed May 22, 2023
1 parent 387f613 commit 5e534c4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/includes/Deposit.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ print(resp['result'])
```json
{
"currency": "BTC",
"net_type": "BTC",
"net_type": "BTC",
"deposit_address": "3NVw2seiTQddGQwc1apqudKxuTqebpyL3s",
"secondary_address": null
}
Expand Down
33 changes: 30 additions & 3 deletions source/includes/Withdraw.md
Original file line number Diff line number Diff line change
Expand Up @@ -855,9 +855,36 @@ print(resp['result'])

### 요청 (Request)

| Parameter | Description |
| --------- | ----------------------- |
| amount * | 출금액 (출금 원화 수량) |
<table>
<tr>
<th>
Parameter
</th>
<th>
Description
</th>
</tr>
<tr>
<td>
amount *
</td>
<td>
출금액 (출금 원화 수량)
</td>
</tr>
<tr>
<td>
two_factor_type
</td>
<td>
2차 인증 수단 (기본값: <code>kakao_pay</code>)
<ul>
<li>kakao_pay: 카카오 페이 인증 (기본값)</li>
<li>naver: 네이버 인증</li>
</ul>
</td>
</tr>
</table>

### 응답 (Response)

Expand Down

0 comments on commit 5e534c4

Please sign in to comment.