UTXOs
Lock UTXOs
This operation locks the UTXOs with specified transaction hashes. Locked UTXOs cannot be transferred until unlocked.
This operation is applicable to MPC Wallets and Custodial Wallets (Web3 Wallets) only.
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.
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 wallet ID.
Body
application/json
The request body of the Lock/Unlock UTXOs operation.
Response
The request was successful.
Whether the locking or unlocking operation has been successfully executed.
true: The operation has been successfully executed.false: The operation has not been executed.
Example:
true
