index_transaction
Request indexing of a missing on-chain transaction into Relay's system. Use when a bridge or swap transaction exists but is not recognized.
Instructions
Tell Relay to index a transaction it may have missed. Use this when a bridge or swap transaction exists on-chain but doesn't appear in Relay's system (e.g. get_transaction_status returns "not found").
This is a write operation — it tells Relay's indexer to look at a specific transaction. The response confirms whether indexing was accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txHash | Yes | Transaction hash to index. EVM: 0x-prefixed 66 chars. Bitcoin: 64 hex chars. Solana: base58 signature. | |
| chainId | Yes | Chain the transaction is on (ID or name like 'ethereum', 'base'). |