API Reference

Withdrawal History

Query withdrawal records in the account.

⏳ Limit

None


🛠️ Parameters

FieldTypeMandatoryDescription
beginStringNStart time: timestamp
endStringNEnd time: timestamp
pageStringNCurrent page, default=1, min value=1
pageSizeStringNPage size, default=1000, max value=1000
initTxStringNRequest tx hash

📬 Response

FieldTypeDescription
initTxStringRequest tx hash
confirmTxStringWithdraw tx hash
signStringUser sign
confirmSignStringConfirm sign
walletStringWallet address
nonceStringNonce
chainIdStringChain ID
amountStringWithdraw token amount
currencyStringToken name
tokenStringToken address
statusStringINIT,SUCCESS,FAIL,CONFIRM
createTimeStringThe timestamp when this portfolio record was created (in milliseconds).
updateTimeStringThe timestamp when this portfolio record was last updated (in milliseconds).
Language