Skip to main content
POST
/
v2
/
reattest
/
{nonce}
Re-attest a V2 pre-finality message
curl --request POST \
  --url https://iris-api-sandbox.circle.com/v2/reattest/{nonce}
{
  "message": "Re-attestation successfully requested for nonce.",
  "nonce": "234"
}

Path Parameters

nonce
string
required

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

Example:

"234"

Response

Successfully started the re-attestation process.

message
string

Confirmation that the re-attestation process has started.

Example:

"Re-attestation successfully requested for nonce."

nonce
string

The nonce associated with the message.

Example:

"9682"

I