relay_get_execution_status
Check the status of cross-chain transactions to monitor progress and confirm completion. Returns current execution state, transaction hash, and details for tracking requests.
Instructions
Get the current execution status of a cross-chain request. Returns status, transaction hash, and other execution details.
When to use: After executing a quote/swap, use the requestId from the response to monitor progress. Request ID format: Hex string starting with "0x" (e.g., "0x1234abcd...") Status values: "pending", "success", "failed", "insufficient-balance"
Example workflow: relay_get_quote → get requestId → relay_get_execution_status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | The ID of the cross-chain request to check status for |