Request
Coin codes. Separated by commas
1: TRANSACTION_DEPOSIT; 2: TRANSACTION_WITHDRAW
Status Type | Code |
---|---|
PENDING_APPROVAL | 101 |
SENT | 201 |
PENDING_CONFIRMATION | 501 |
SUCCESS | 900 |
FAILED | 901 |
Deposit address
Begin timestamp(milliseconds). If set, transactions whose transaction created time is greater than or equal to this will be returned.
End timestamp (milliseconds). If set, the transactions whose created time is less than this will be returned.
Page size. If not set, the default size will be 50, and the maximum size will also be 50.
Offset specifies the starting index for the current query, indicating the number of transactions to skip before fetching and returning the transactions in the result.
Sorting method. Default: created_time; other option: last_time
Sorting order. Options: ASC (default), DESC
Transaction ID
Response
request successful or failed
Feel free to share your feedback to improve our documentation!