Withdraw
Drop Transaction
This content applies to WaaS 1.0 only. We highly recommend that you upgrade to WaaS 2.0.
POST
Request
String
required
Unique transaction ID
String
required
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)
Float
Transaction fees per byte; must be higher than the original transaction fees; applicable to the UTXO model
Int
Gas price; must be higher than the original gas price
Int
Gas limit
Int
transaction fee; applicable to UTXO model; use either fee or fee_amount for UTXO model
Int
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.
String
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
bool
request successful or failed
object
