Get Withdrawal History
GET
/open-api/v1/wallet/withdrawal/historyThis method allows to get all transactions of the requested wallet ID, coinSymbol and network.
API Key permission group : Enable Enquiry
Request
wallet id
network
coin symbol (in capital letters)
Status :
10: Pending
20: Processing
30: Send success
40: Confirmed
99: Failed
start time(timestamp in milliseconds)
end time(timestamp in milliseconds)
page limit
page no
Current Timestamp in millisecond
OpenAPI key string
Signature of the request
Request samples
Responses
Amount
Coin symbol
Confirmed block count
unlockConfirm
maxConfirmBlock
Direction,
10: deposit
20: withdrawal
Fee amount
Fee symbol
From address
Memo
Network symbol
Order view id (Only Applicable to Withdrawal request)
10: Pending 20: Processing 30: Send success 40: Confirmed 99: Failed
To address
Transfer type,10: on chain transfer
20: internal transfer
Transaction id (Only Applicable to on-chain transfer)
Transaction time
Wallet identity
{
"data": [
{
"amount": 10.2845,
"coinSymbol": "ETH",
"confirmedBlockCount": 30,
"unlockConfirm": 0,
"maxConfirmBlock": 0,
"direction": 10,
"feeAmount": 0.00041,
"feeSymbol": "ETH",
"fromAddress": "0x25adb98b6dacd3a8bfeec5a321daa879b401eab3",
"memo": 82486739,
"network": "USDT",
"orderViewId": 2.205209432454564e+25,
"status": 0,
"toAddress": "0x25adb98b6dacd3a8bfeec5a321daa879b401eab3",
"transferType": 10,
"txId": "0xa6f245a04caa71ab153e7201b511a3857fbc2304874e386977163f3850bde12",
"txTime": 1640995200000,
"walletId": 201108087331
}
],
"pageLimit": 0,
"pageNo": 0,
"totalPage": 0
}