PUT
Modifying unspent reservation
Modify expire time of reserved unspents.
Path Params
-
walletIdstring requiredThe wallet ID.
Body Params
object
-
unspentIdsarray of strings required -
changesobject requiredchanges object
-
expireTimestringTime in date-time format when reservation expires. If 'never', reservation doesn't expire.
-
Responses
200
OK
Response Body
object
-
unspentsarray of objectsunspents object
-
idstring requiredThe id of the unspent in the form:<tx_index> -
walletIdstring required -
expireTimestring date-time required -
userIdstring required
-
400
Bad Request
Response Body
object
-
errorstring requiredHuman-readable error message -
requestIdstring requiredClient request id -
contextobjectProperties that apply to a specific error name -
namestring requiredError code