Skip to main content
GET
Only successful deposit/withdraw requests will be considered as ‘Transaction’ here

Request

String
Coin code (Does not return all currencies)
enum(deposit / withdraw)
Deposit/withdraw
String
Deposit/withdraw address is optional. If not included, all address history will be returned.
Long
Begin timestamp(milliseconds). If set, transactions whose transaction confirmation time is less than or equal to this will not be returned.(cannot be used with end_time)
Long
End timestamp (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)
Integer
Page size is optional. If not included, the default size will be 50, and the maximum size will also be 50.
String
Request all transactions. If it is passed in, return all transactions(Including stacking, trading)

Response

bool
request successful or failed
object[]