gethttps://iris-api-sandbox.circle.com/v2/messages/{sourceDomainId}
Retrieves messages and attestations for a given transaction hash or nonce, supporting both V1 and V2 messages. Each message for a given transaction hash is ordered by ascending log index.
Source domain identifier for a blockchain on CCTP.
The transaction hash to filter messages. At least one of transactionHash
or nonce
is required.
The nonce to filter messages. At least one of transactionHash
or nonce
is required.
1{
2 "messages": [
3 {
4 "message": "0x00000000000000050000000300000000000194c2a65fc943419a5ad590042fd67c9791fd015acf53a54cc823edb8ff81b9ed722e00000000000000000000000019330d10d9cc8751218eaf51e8885d058642e08a000000000000000000000000fc05ad74c6fe2e7046e091d6ad4f660d2a15976200000000c6fa7af3bedbad3a3d65f36aabc97431b1bbe4c2d2f6e0e47ca60203452f5d610000000000000000000000002d475f4746419c83be23056309a8e2ac33b30e3b0000000000000000000000000000000000000000000000000000000002b67df0feae5e08f5e6bf04d8c1de7dada9235c56996f4420b14371d6c6f3ddd2f2da78",
5 "eventNonce": "9682",
6 "attestation": "0x6edd90f4a0ad0212fd9fbbd5058a25aa8ee10ce77e4fc143567bbe73fb6e164f384a3e14d350c8a4fc50b781177297e03c16b304e8d7656391df0f59a75a271f1b",
7 "decodedMessage": {
8 "sourceDomain": "0",
9 "destinationDomain": "0",
10 "nonce": "9682",
11 "sender": "0xca9142d0b9804ef5e239d3bc1c7aa0d1c74e7350",
12 "recipient": "0xca9142d0b9804ef5e239d3bc1c7aa0d1c74e7350",
13 "destinationCaller": "0xca9142d0b9804ef5e239d3bc1c7aa0d1c74e7350",
14 "minFinalityThreshold": "1000",
15 "finalityThresholdExecuted": "1000",
16 "messageBody": "",
17 "decodedMessageBody": {
18 "burnToken": "0xca9142d0b9804ef5e239d3bc1c7aa0d1c74e7350",
19 "mintRecipient": "0xca9142d0b9804ef5e239d3bc1c7aa0d1c74e7350",
20 "amount": "10000",
21 "messageSender": "0xca9142d0b9804ef5e239d3bc1c7aa0d1c74e7350",
22 "maxFee": "1000",
23 "feeExecuted": "1000",
24 "expirationBlock": "12345678",
25 "hookData": ""
26 }
27 },
28 "cctpVersion": "2",
29 "status": "complete",
30 "delayReason": "insufficient_fee"
31 }
32 ]
33}