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
Was this page helpful?