Get attestations by source transaction hash
Get attestations by source transaction hash
Returns all attestations associated with the specified source chain transaction hash. A single transaction may produce multiple attestations across different remote domains.
GET
Get attestations by source transaction hash
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.
Query Parameters
The source chain transaction hash as a 32-byte hexadecimal string.
Pattern:
^0x[a-fA-F0-9]{64}$Response
Successfully retrieved attestations for the transaction hash.
Contains attestations associated with a source chain transaction.
Contains an array of attestations for the transaction.