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
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.