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 | |
| dvpSrcDstVaultId | String | Identifier of the source and destination vault for DVP execution | [optional] |
| 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" |
| PENDING_SIGNATURE | "pendingSignature" |
| PENDING_AUTHORIZATION | "pendingAuthorization" |
| BROADCASTING | "broadcasting" |
| CONFIRMING | "confirming" |
| PENDING_AML_SCREENING | "pendingAmlScreening" |
| COMPLETED | "completed" |
| CANCELLED | "cancelled" |
| FAILED | "failed" |
| REJECTED | "rejected" |
| BLOCKED | "blocked" |
| THIRD_PARTY_PENDING_MANUAL_APPROVAL | "thirdPartyPendingManualApproval" |
| THIRD_PARTY_PENDING | "thirdPartyPending" |
| PARTIALLY_COMPLETED | "partiallyCompleted" |
| CANCELLING | "cancelling" |
| Name | Value |
|---|---|
| CREATED | "CREATED" |
| FUNDING | "FUNDING" |
| FUNDING_FAILED | "FUNDING_FAILED" |
| FUNDED | "FUNDED" |
| REJECTED | "REJECTED" |