sodax_relay_get_transaction_packets
List all cross-chain packets emitted by a source transaction to track relay status. Determine completion by checking for status='executed' and dst_tx_hash.
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 |
|---|---|---|---|
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |
| txHash | Yes | REQUIRED: The source-chain transaction hash whose packets you want to inspect | |
| 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. |