Name | Type | Description | Notes |
---|---|---|---|
transaction_id | String | The transaction ID. | |
cobo_id | String | The Cobo ID, which can be used to track a transaction. | [optional] |
request_id | String | The request ID that is used to track a transaction request. The request ID is provided by you and must be unique within your organization. | [optional] |
wallet_id | String | For deposit transactions, this property represents the wallet ID of the transaction destination. For transactions of other types, this property represents the wallet ID of the transaction source. | |
type | TransactionType | [optional] | |
status | TransactionStatus | ||
sub_status | TransactionSubStatus | [optional] | |
failed_reason | String | (This property is applicable to approval failures and signature failures only) The reason why the transaction failed. | [optional] |
chain_id | String | The chain ID, which is the unique identifier of a blockchain. You can retrieve the IDs of all the chains you can use by calling List enabled chains. | [optional] |
token_id | String | The token ID, which is the unique identifier of a token. You can retrieve the IDs of all the tokens you can use by calling List enabled tokens. | [optional] |
asset_id | String | (This concept applies to Exchange Wallets only) The asset ID. An asset ID is the unique identifier of the asset held within your linked exchange account. | [optional] |
source | TransactionSource | ||
destination | TransactionDestination | ||
result | TransactionResult | [optional] | |
fee | TransactionFee | [optional] | |
initiator | String | The transaction initiator. | [optional] |
initiator_type | TransactionInitiatorType | ||
confirmed_num | Number | The number of confirmations this transaction has received. | [optional] |
confirming_threshold | Number | The minimum number of confirmations required to deem a transaction secure. The common threshold is 6 for a Bitcoin transaction. | [optional] |
transaction_hash | String | The transaction hash. | [optional] |
block_info | TransactionBlockInfo | [optional] | |
raw_tx_info | TransactionRawTxInfo | [optional] | |
replacement | TransactionReplacement | [optional] | |
category | [String] | A custom transaction category for you to identify your transfers more easily. | [optional] |
description | String | The description for your transaction. | [optional] |
is_loop | Boolean | Whether the transaction is a Loop transfer. For more information about Loop, see Loop's website. - `true`: The transaction is a Loop transfer. - `false`: The transaction is not a Loop transfer. | [optional] |
created_time | Number | The time when the transaction was created, in Unix timestamp format, measured in milliseconds. | |
updated_time | Number | The time when the transaction was updated, in Unix timestamp format, measured in milliseconds. |