Withdraw
Speedup Transaction
This content applies to WaaS 1.0 only. We highly recommend that you upgrade to WaaS 2.0.
POST
Documentation Index
Fetch the complete documentation index at: https://cobo.com/developers/llms.txt
Use this file to discover all available pages before exploring further.
Request
Unique transaction ID
RBF transaction request ID (unique identifier of a transaction request, which must correspond to a clientโs transaction; UUID should be used and the length should be equal to or less than 120 characters)
Transaction fees per byte; must be higher than the original transaction fees; applicable to the UTXO model
The gas price for the new transaction(must be higher than the original gas price)
The gas limit for the new transaction.
transaction fee; applicable to UTXO model; use either fee or fee_amount for UTXO model.
How the transaction utilizes the gas station, 0: no refueling(default); 1: passive use of the gas station; 2: active use of the gas station.
This parameter is used when youโve activated the gas station service and use the gas station to support the transaction fee for MPC transactions.
This parameter is used when youโve activated the gas station service and use the gas station to support the transaction fee for MPC transactions.
UTXO Model:
- utxo_from_address: Given that the new transaction fee is higher, if the new transaction requires additional inputs, then the new inputs will be selected from
utxo_from_address. Please note that the new inputs will be selected from the current wallet if this parameter is not provided.
Sample
Response
request successful or failed
