Refresh VTXOs in delegated mode
Registers the specified VTXOs for refresh as a delegated participation: the wallet hands the server a signed participation and the server carries it through the round, so the wallet doesn’t need to follow the round interactively. The input VTXOs are locked immediately and will be forfeited once the round completes, yielding new VTXOs with a fresh expiry.
Set height to schedule the refresh for a future block height: the refresh fee is priced at that height and the server includes the participation in the first round once the chain tip reaches it. When height is omitted, the participation is eligible for the next round. Use the rounds endpoint to track progress.
Authorizations
Base64url-encoded auth token
Body
List of VTXO IDs to refresh. The sum of the VTXOs being refreshed must be
= P2TR_DUST [blocked]. Keep in mind that fees set out in RefreshFees [blocked] will be deducted from the newly created VTXO, this value must also be >= P2TR_DUST [blocked].
Optional block height to schedule the refresh at. When set, the refresh fee is priced at that height and the server includes the participation in the first round once the chain tip reaches it; when omitted, the participation is eligible for the next round.
x >= 0Response
Returns the refresh result
The round transaction id, if already assigned
Unique identifier for the round
x >= 0the round participation details
the current status of the round
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6