Data object with result data
Name | Type | Description | Notes |
---|---|---|---|
id | String | Unique id of Smart Transfer ticket term | |
ticketId | String | Unique id of Smart Transfer ticket | |
asset | String | Asset name | |
amount | String | Amount | |
amountUsd | String | Amount USD | [optional] |
fromNetworkId | String | Identifier of the origination Network Profile | |
fromNetworkIdName | String | Source network name | |
toNetworkId | String | Identifier of the destination Network Profile | |
toNetworkIdName | String | Destination network name | |
txHash | String | Blockchain TX hash | |
fbTxId | String | Fireblocks transaction ID. It is set when the funding transaction is created. | |
txStatus | TxStatusEnum | Ticket term transaction status | |
status | StatusEnum | Ticket term status | |
createdAt | OffsetDateTime | Date and time when the term is created. | |
updatedAt | OffsetDateTime | Date and time of last term update. |
Name | Value |
---|---|
QUEUED | "queued" |
SUBMITTED | "submitted" |
PENDINGSIGNATURE | "pendingSignature" |
PENDINGAUTHORIZATION | "pendingAuthorization" |
BROADCASTING | "broadcasting" |
CONFIRMING | "confirming" |
PENDINGAMLSCREENING | "pendingAmlScreening" |
COMPLETED | "completed" |
CANCELLED | "cancelled" |
FAILED | "failed" |
REJECTED | "rejected" |
BLOCKED | "blocked" |
THIRDPARTYPENDINGMANUALAPPROVAL | "thirdPartyPendingManualApproval" |
THIRDPARTYPENDING | "thirdPartyPending" |
PARTIALLYCOMPLETED | "partiallyCompleted" |
CANCELLING | "cancelling" |
Name | Value |
---|---|
CREATED | "CREATED" |
FUNDING | "FUNDING" |
FUNDING_FAILED | "FUNDING_FAILED" |
FUNDED | "FUNDED" |
REJECTED | "REJECTED" |