Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1016 Bytes

File metadata and controls

21 lines (13 loc) · 1016 Bytes

AutoSweepTask

Auto-sweep task information.

Properties

Name Type Description Notes
taskId UUID Auto-sweep task ID.
walletId String Wallet ID.
tokenId String Token ID of the swept token. You can retrieve the IDs of all the tokens you can use by calling List enabled tokens.
status AutoSweepTaskStatus
transactionIds List<String> IDs of the transactions triggered by the task. [optional]
failedReasons List<String> Reasons why the task creation failed. [optional]
createdTimestamp Long The time when the task was created, in Unix timestamp format, measured in milliseconds.
updatedTimestamp Long The time when the task was updated, in Unix timestamp format, measured in milliseconds. [optional]