Skip to main content
GET
/
v1
/
attestations
/
{depositMessageHash}
Get an attestation for a crosschain transfer
curl --request GET \
  --url https://xreserve-api-testnet.circle.com/v1/attestations/{depositMessageHash}
{
  "attestation": {
    "payload": "0x123456",
    "messageHash": "<string>",
    "attestation": "<string>"
  }
}

Path Parameters

depositMessageHash
string
required

The hash of the deposit message as a 32-byte hexadecimal string.

Response

Successfully retrieved attestation.

Contains attestation data.

attestation
object
required

Contains attestation data.