sodax_relay_get_transaction_packets
Retrieve cross-chain packets emitted by a source transaction. Track relay completion when status equals 'executed' and dst_tx_hash is set.
Instructions
List every cross-chain packet emitted by a given source transaction. Use this to track relay status — a packet is complete when status='executed' and dst_tx_hash is populated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | REQUIRED: Intent-relay chain ID of the source chain (decimal string, e.g. '146'). Call sodax_get_relay_chain_id_map to translate from a chain key. | |
| txHash | Yes | REQUIRED: The source-chain transaction hash whose packets you want to inspect | |
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |