xReserve
cURL
curl --request GET \ --url https://xreserve-api-testnet.circle.com/v1/attestations/{depositMessageHash}
{ "attestation": { "payload": "0x123456", "messageHash": "<string>", "attestation": "<string>" } }
Returns the attestation for a specified crosschain transfer using the deposit message hash.
The hash of the deposit message as a 32-byte hexadecimal string.
Successfully retrieved attestation.
Contains attestation data.
Show child attributes
The encoded attestation payload data.
"0x123456"
The deposit message hash that identifies the attestation.
The xReserve attestation signature.
Was this page helpful?