API Reference

Re-attest a V2 pre-finality message

posthttps://iris-api-sandbox.circle.com/v2/reattest/{nonce}

  • Reference
  • Playground

The re-attestation flow allows the relayer to obtain a higher level of finality than was originally requested on the source chain, while still being forced to pay the fee since allowance was reserved. This flow resolves the case where a sender specifies a finality threshold lower than the destination chain recipient requires. This flow can also be used to broadcast expired fast burns, by setting expiration block to 0.

Path parameters
nonce
string
Required

The nonce of the V2 pre-finality message to re-attest as finalized.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "message": "Re-attestation successfully requested for nonce.",
3  "nonce": "0x1234567890abcdef"
4}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.