Skip to main content
GET

Request

String
Coin codes. Separated by commas
Int
1: TRANSACTION_DEPOSIT; 2: TRANSACTION_WITHDRAW
Int
String
Deposit address
Long
Begin timestamp(milliseconds). If set, transactions whose transaction created time is greater than or equal to this will be returned.
Long
End timestamp (milliseconds). If set, the transactions whose created time is less than this will be returned.
Integer
Page size. If not set, the default size will be 50, and the maximum size will also be 50.
Integer
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.
String
Sorting method. Default: created_time; other option: last_time
String
Sorting order. Options: ASC (default), DESC
String
Transaction ID

Response

bool
request successful or failed
object[]