sodax_relay_submit_tx
Submit a finalized cross-chain transaction to the intent relay for delivery to the destination chain. Accepts optional split-tx data for Solana and Bitcoin.
Instructions
Submit a confirmed spoke-chain transaction to the SODAX intent relay so it can be delivered to the destination chain. The tx must already be finalized on the source chain. Re-submitting the same tx is a no-op. For split-tx chains (Solana, Bitcoin) supply the optional data argument.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | REQUIRED: Intent-relay chain ID of the source chain (decimal string, e.g. '146' for Sonic, '2' for Ethereum). Call sodax_get_relay_chain_id_map to translate from a chain key. | |
| txHash | Yes | REQUIRED: The confirmed transaction hash on the source chain | |
| data | No | Required only for split-tx chains (Solana, Bitcoin). Omit for EVM chains. | |
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |