Prepare an early unbonding PSBT for an active BTC delegation

Prepare an unsigned unbonding PSBT that spends the staking output via the unbonding path.

Inputs Required:

  • Staking transaction hash (hex) identifying the active delegation
  • Staker's BTC address

Returns:

  • Unsigned unbonding PSBT hex (to be signed by the staker)
  • Raw unbonding transaction hex
  • Original staking transaction hash

After signing the PSBT, broadcast the signed transaction via POST /transactions/broadcast/bitcoin.

Body Params
string
required

Hex-encoded hash of the staking transaction to unbond

string
required

BTC address of the staker (needed to reconstruct StakerInfo)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json