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>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.circle.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

depositMessageHash
string
required

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

Pattern: ^0x[a-fA-F0-9]{64}$

Response

Successfully retrieved attestation.

Contains attestation data.

attestation
object
required

Contains attestation data.