API Reference

Deposit History

Query deposit 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
txStringNtx hash

📬 Response

FieldTypeDescription
txStringtx hash
walletStringWallet address
amountStringDeposit token amount
currencyStringToken name
tokenStringToken address
chainIdStringChain ID
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