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

add get deposit histoty and get withdraw history #42

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

Conversation

vx416
Copy link
Collaborator

@vx416 vx416 commented Jun 27, 2023

No description provided.

@@ -73,4 +73,6 @@
| [Get an order](auth/get-order.md) | `GET` /orders/{pair}/{orderId} | [https://api.bitopro.com/v3/orders/bito\_twd/123456789](https://api.bitopro.com/v3/orders/bito_twd/123456789) |
| [Get Withdraw Information](auth/get-withdraw.md) | `GET` /wallet/withdraw/{currency}/{serial} | [https://api.bitopro.com/v3/wallet/withdraw/twd/123456](https://api.bitopro.com/v3/wallet/withdraw/123456) |
| [Withdraw](auth/withdraw.md) | `POST` /wallet/withdraw/{currency} | [https://api.bitopro.com/v3/wallet/withdraw/twd](https://api.bitopro.com/v3/wallet/withdraw/twd) |
| [Get-Deposit-History](auth/get-deposit-history.md) | `GET` /wallet/depositHistory/{currency} | [https://api.bitopro.com/v3/wallet/depositHistory/twd?startTimestamp=1615788459000&statuses=EMAIL_VERIFICATION](https://api.bitopro.com/v3/wallet/depositHistory/twd?startTimestamp=1615788459000&statuses=EMAIL_VERIFICATION) |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

確認: Example 有需要給 startTimestamp 跟 statuses 嗎? 因為這兩個都為非必填欄位。
建議:建議 Endpoint 格式盡量與其他 API 統一。

| [Get Deposit History Information](auth/get-deposit-history.md) | `GET` /wallet/depositHistory/{currency} | [https://api.bitopro.com/v3/wallet/depositHistory/twd](https://api.bitopro.com/v3/wallet/depositHistory/twd) |

下面那一行同理就不額外留言了。

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

H

@@ -73,4 +73,6 @@
| [Get an order](auth/get-order.md) | `GET` /orders/{pair}/{orderId} | [https://api.bitopro.com/v3/orders/bito\_twd/123456789](https://api.bitopro.com/v3/orders/bito_twd/123456789) |
| [Get Withdraw Information](auth/get-withdraw.md) | `GET` /wallet/withdraw/{currency}/{serial} | [https://api.bitopro.com/v3/wallet/withdraw/twd/123456](https://api.bitopro.com/v3/wallet/withdraw/123456) |
| [Withdraw](auth/withdraw.md) | `POST` /wallet/withdraw/{currency} | [https://api.bitopro.com/v3/wallet/withdraw/twd](https://api.bitopro.com/v3/wallet/withdraw/twd) |
| [Get-Deposit-History](auth/get-deposit-history.md) | `GET` /wallet/depositHistory/{currency} | [https://api.bitopro.com/v3/wallet/depositHistory/twd](https://api.bitopro.com/v3/wallet/depositHistory/twd) |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建議:建議 Endpoint 格式盡量與其他 API 統一。 (第一次留言好像被遺漏了 XD)

| [Get Deposit History Information](auth/get-deposit-history.md) | `GET` /wallet/depositHistory/{currency} | [https://api.bitopro.com/v3/wallet/depositHistory/twd](https://api.bitopro.com/v3/wallet/depositHistory/twd) |

下面那一行同理就不額外留言了。 [Get Withdraw History Information]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ciao

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.

3 participants