v1

latestOpenAPI 3.1.02026-07-17283353.4 KB
HTTPWalletJSON

Relinquish an output out of a basket

post/relinquishOutput

Request body

basketstring
outputstring

Example request

{
  "basket": "todo token",
  "output": "ae9b36d2bad995e5cd9a12e73d02140c163a7932fa37b927de1f031410dbd751.0"
}

Response

The relinquishment result

relinquishedboolean

Example response

{
  "relinquished": true
}