Authorizations
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
Path Parameters
The transaction ID.
Response
The information about a transaction.
The transaction ID.
"aff0e1cb-15b2-4e1f-9b9d-a9133715986f"
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.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The transaction status. For more details including sub-statuses, please refer to Transaction statuses and sub-statuses.
Submitted
, PendingScreening
, PendingAuthorization
, PendingSignature
, Broadcasting
, Confirming
, Completed
, Failed
, Rejected
, Pending
"Submitted"
Information about the transaction source type Asset
. Refer to Transaction sources and destinations for a detailed introduction about the supported sources and destinations for each transaction type.
Switch between the tabs to display the properties for different transaction sources.
- Asset
- Web3
- Org-Controlled/User-Controlled
- Safe{Wallet}
- Main/Sub
- DepositFromAddress
- DepositFromWallet
- DepositFromLoop
Information about the transaction destination type Address
. Refer to Transaction sources and destinations for a detailed introduction about the supported sources and destinations for each transaction type.
Switch between the tabs to display the properties for different transaction destinations.
- Address
- Wallet
- EVM_Contract
- SOL_Contract
- Cosmos Contract
- EVM_EIP_191_Signature
- EVM_EIP_712_Signature
- Raw_Message_Signature
- DepositToAddress
- DepositToWallet
- BTC_BIP_137_Signature
- BTC_BIP_322_Signature
- COSMOS_ADR_36_Signature
- STELLAR_Contract
The transaction initiator type. Possible values include:
API
: An API initiator, who initiates the transaction by using the WaaS API.Web
: An web initiator, who initiates the transaction from Cobo Portal.App
: An App initiator, who initiates the transaction from Cobo Portal Apps.External
: An external initiator, who initiates the transaction outside Cobo.
API
, Web
, App
, External
"API"
The time when the transaction was created, in Unix timestamp format, measured in milliseconds.
1610445878970
The time when the transaction was updated, in Unix timestamp format, measured in milliseconds.
1610445878970
The Cobo ID, which can be used to track a transaction.
"20231213122855000000000000000000"
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.
"760a1955-e212-4dfb-a8d0-e66312a1a051"
The transaction type. Possible values include:
Deposit
: A deposit transaction.Withdrawal
: A withdrawal transaction.ContractCall
: A transaction that interacts with a smart contract.MessageSign
: A transaction that signs a message.ExternalSafeTx
: A transaction to a Smart Contract Wallet (Safe{Wallet}) that requires one or multiple signatures to be executed.Stake
: A transaction that creates a staking request.Unstake
: A transaction that creates a unstaking request.
Deposit
, Withdrawal
, ContractCall
, MessageSign
, ExternalSafeTx
, Stake
, Unstake
"Deposit"
The transaction sub-status. For more details, please refer to Transaction statuses and sub-statuses.
RejectedKYT
, PendingDoubleCheck
, PendingSpenderCheck
, PendingRiskControlCheck
, PendingApproverCheck
, RejectedCoboCheck
, RejectedByCobo
, RejectedWhiteList
, RejectedDoubleCheck
, RejectedSpenderAuth
, RejectedRiskControlCheck
, RejectedApproverAuth
, RejectedbyMobileCosigner
, Built
, PendingWaitSigner
, PendingApprovalStart
, PendingSignerApproval
, PendingSignerProcessing
, RejectedBySigner
, FailedBySigner
, FailedSignerTimeout
, FailedBroadcasting
, FailedOnChain
, Reverting
, Queue
, InsufficientBalance
, InsufficientBalanceFundLocked
, PendingSystemProcessing
, SystemProcessingOngoing
, PendingBlockConfirmations
, ReOrged
, ReplacedByNewTransaction
, CanceledBySpender
, CanceledByAPI
, OnchainRejection
, RejectedTravelRule
, RejectedTravelRuleDueToCompliance
, PendingTravelRuleInfo
, PendingTravelRuleCheck
, RejectedTravelRuleDueToUnsupportedToken
, SignatureVerificationSuccess
, SignatureVerificationFailed
, PendingCoboCheck
, RejectedTransactionPolicy
, RejectedByScreeningApp
, PendingScreeningAppCheck
, PendingCoboKYTCheck
, RejectedByCoboKYT
, PendingCoboTravelRuleCheck
"PendingDoubleCheck"
(This property is applicable to approval failures and signature failures only) The reason why the transaction failed.
"Rejected by signer Cobo TSS"
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.
"ETH"
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.
"ETH_USDT"
(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.
"USDT"
The result of a message signing transaction.
The transaction fee actually charged by the chain that uses the EIP-1559 fee model.
For more information about the EIP-1559 fee model, see Fee models.
Switch between the tabs to display the properties for different transaction fee models.
- EVM_EIP_1559
- EVM_Legacy
- UTXO
- Fixed
- SOL
- FIL
The transaction initiator.
"API Prod Key #1"
The number of confirmations this transaction has received.
12
The minimum number of confirmations required to deem a transaction secure. The common threshold is 6 for a Bitcoin transaction.
15
The transaction hash.
"239861be9a4afe080c359b7fe4a1d035945ec46256b1a0f44d1267c71de8ec28"
The information about the transaction block.
The raw transaction information.
A custom transaction category for you to identify your transfers more easily.
The description for your transaction.
"withdrawal to exchange trading account"
The transaction category defined by Cobo. Possible values include:
AutoSweep
: An auto-sweep transaction.AutoFueling
: A transaction where Fee Station pays transaction fees to an address within your wallet.AutoFuelingRefund
: A refund for an auto-fueling transaction.SafeTxMessage
: A message signing transaction to authorize a Smart Contract Wallet (Safe{Wallet}) transaction.BillPayment
: A transaction to pay Cobo bills through Fee Station.BillRefund
: A refund for a previously made bill payment.CommissionFeeCharge
: A transaction to charge commission fees via Fee Station.CommissionFeeRefund
: A refund of previously charged commission fees.
A list of JSON-encoded strings containing structured, business-specific extra information for the transaction. Each item corresponds to a specific data type, indicated by the extra_type
field in the JSON object (for example, "BabylonBusinessInfo", "BtcAddressInfo").
Details of the auto-fueling transaction that provides gas for the current transaction.