QueryWalletHistoryResponse
Request validation is successful or not. It will be set to true when the HTTP status is 200.
Request status code. It will be set to 1 when the request is processed successfully. When unsuccessful, there will be an error code.
Request status message. It will be set to Success when the request is processed successfully. When unsuccessful, there will be an error message.
Current unix timestamp.
data object[]required
Transaction time
Possible values: [DEPOSIT, WITHDRAW, CONVERT, SEND, RECEIVE, REFERRAL, PAID, GET_PAID, LOTTERY_FREEZE, LOTTERY_UNFREEZE, C2C_FREEZE, C2C_UNFREEZE, C2C_TRANSFER_IN, C2C_TRANSFER_OUT, LAUNCHPAD_FREEZE, LAUNCHPAD_UNFREEZE, LAUNCHPAD_DEDUCTED, LAUNCHPAD_DISTRIBUTED, LAUNCHPAD_CREDIT, LAUNCHPAD_FUND, EARN_PROFIT_SHARING, SUB_ACCOUNT_TRANSFER_IN, SUB_ACCOUNT_TRANSFER_OUT, TRANSFER_OUT, TRANSFER_IN, INVEST, REDEEM, LIQUIDATION, REALIZED_PNL, FUNDING, ASSET_CONVERSION, FUTURES_FUNDING_RECOVER_LOSS_FROM_POSITION_ENTRY_PRICE]
Wallet name
Asset
Net amount
Amount
Transaction reference
Possible values: [PENDING, PROCESSING, COMPLETED, CANCELLED]
Description
Fees
Crypto network
The target address of the blockchain transaction
Blockchain transaction confirmation times
Blockchain transaction ID
{
"data": [
{
"transactionTime": 0,
"type": "DEPOSIT",
"walletName": "string",
"asset": "string",
"netAmount": "string",
"amount": "string",
"transactionRef": "string",
"status": "PENDING",
"description": "string",
"fee": "string",
"cryptoNetwork": "string",
"toAddress": "string",
"confirmTimes": "string",
"txId": "string"
}
],
"success": true,
"code": 0,
"msg": "string",
"time": 0
}