Only successful deposit/withdraw requests will be considered as ‘Transaction’ here
Request
Coin code (Does not return all currencies)
Deposit/withdraw
Deposit/withdraw address is optional. If not included, all address history will be returned.
The transaction history ID limit is optional. If not included, will by default return the most recent records.(cannot be used with min_id)
Optional. If included, the sequence will be changed to time ASC. If not included, will by default return the most recent records, time DESC.(cannot be used with max_id)
Page size is optional. If not included, the default size will be 50, and the maximum size will also be 50.
Begin timestamp(milliseconds). If set, transactions whose confirmation times are shorter than this value will not be returned. (cannot be used with end_time)
End time stamp (milliseconds). If it is passed in, the transactions whose transaction confirmation time is greater than or equal to this will not be returned.(cannot be used with begin_time)
Request all transactions, if they are, return all transactions (including Staking, Trading)
Response
request successful or failed
Feel free to share your feedback to improve our documentation!