relay_transactions_index
Index and track cross-chain transactions for status monitoring by submitting transaction hash and chain ID to the Relay Protocol backend.
Instructions
Notify the Relay backend about a transaction. This is used to index and track transactions for cross-chain operations.
When to use: • After executing a transaction from a quote response • When you want Relay to track a specific transaction • For proper status monitoring and request linking
Example: After sending the deposit transaction from relay_get_quote response, call this tool with the transaction hash and chain ID to enable proper tracking.
Required: txHash (0x...), chainId (number) Optional: requestId (from quote response for linking)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txHash | Yes | Transaction hash to index | |
| chainId | Yes | Chain ID where the transaction occurred (as string, e.g., "1" for Ethereum, "10" for Optimism) | |
| requestId | No | Optional request ID to associate with the transaction |