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

Request

coin
String
Coin code (Does not return all currencies)
side
enum(deposit / withdraw)
Deposit/withdraw
address
String
Deposit/withdraw address is optional. If not included, all address history will be returned.
max_id
String
The transaction history ID limit is optional. If not included, will by default return the most recent records.(cannot be used with min_id)
min_id
String
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)
limit
Integer
Page size is optional. If not included, the default size will be 50, and the maximum size will also be 50.
include_financial
String
Request all transactions. If it is passed in, return all transactions(Including stacking, trading)

Response

success
bool
request successful or failed
result
object[]