Announce that the user will deliver the mint themselves
POST/api/v1/bridge/intents/:intent_id/self-claim
Asks Sentico's relayer to stand back for BRIDGE_RELAYER_SELF_CLAIM_GRACE_MS. The status does not change and the grace expires by itself, so a user who then does nothing still gets their mint. Allowed from attested and relay_submitted, at most three times per transfer - each announcement buys another full grace window, so an unbounded loop would keep Sentico from ever delivering the mint.
Request
Responses
- 200
- 401
- 404
- 409
- default
The transfer, now marked for self-delivery
Missing, invalid, or expired read tokens.
No such transfer for this account.
The transfer is not waiting for delivery, or the self-delivery was already announced three times (self_claim_limit).
Error response. Prefer the nested ApiErrorResponse via X-SC-Error-Format: envelope-v1; existing unnegotiated handler responses can retain a documented legacy flat shape through the compatibility period.
Response Headers
Stable request correlation id generated or echoed by the server.